Wireshark-bugs: [Wireshark-bugs] [Bug 13270] macOS - Unable to run Wireshark or CLI tools from C

Date: Sun, 25 Dec 2016 10:13:52 +0000

Comment # 1 on bug 13270 from
At least part of the problem might be that packagebuild or code signing is
being an ******* and silently discarding most of the symlinks in the app
bundle; the only surviving symlinks in the package are

/Applications/Wireshark.app/Contents/Frameworks/libwireshark.0.dylib
/Applications/Wireshark.app/Contents/Frameworks/libwireshark.dylib
/Applications/Wireshark.app/Contents/Frameworks/libwiretap.0.dylib
/Applications/Wireshark.app/Contents/Frameworks/libwiretap.dylib
/Applications/Wireshark.app/Contents/Frameworks/libwscodecs.0.dylib
/Applications/Wireshark.app/Contents/Frameworks/libwscodecs.dylib
/Applications/Wireshark.app/Contents/Frameworks/libwsutil.0.dylib
/Applications/Wireshark.app/Contents/Frameworks/libwsutil.dylib

It's even discarding some symlinks inside the framework bundles for Qt.

Perhaps code signing is quaking in fear at the prospect of
SYMLINKS!!!!!!111ONE!!!!!! in the app bundle or something such as that.


You are receiving this mail because:
  • You are watching all bug changes.