You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2024. It is now read-only.
This is because Ostinato expects the actual executable i.e. /Applications/Wireshark.app/Contents/MacOS/Wireshark - but the file picker UI does not allow drilling down into an application bundle and the Preferences UI does not allow directly entering the full path
If user gives a .app as the path, Ostinato should use the plist.info to find the executable name and use the full path to that instead.
This is because Ostinato expects the actual executable i.e.
/Applications/Wireshark.app/Contents/MacOS/Wireshark- but the file picker UI does not allow drilling down into an application bundle and the Preferences UI does not allow directly entering the full pathIf user gives a .app as the path, Ostinato should use the
plist.infoto find the executable name and use the full path to that instead.