NOTE: This is minimum support of pulsar Wireshark dissector, many commands does not support yet.
I only tested in macOS 12.1 (arm64 and x64).
And please make sure the Wireshark version is the same as the Wireshark Lib version.
Recommend use this way to install Wireshark in macOS.
brew install homebrew/cask/wireshark
brew install cmake protobuf glib wireshark
cmake .
make
- Build Pulsar Wireshark Dissector
- Open Wireshark
- Click About Wireshark
- Click Folders tab
- See Global Plugins. Example PATH: /Applications/Wireshark.app/Contents/PlugIns/wireshark/3-6
- Copy
pulsar.so
to/Applications/Wireshark.app/Contents/PlugIns/wireshark/3-6/epan
cp -f pulsar.so /Applications/Wireshark.app/Contents/PlugIns/wireshark/3-6/epan
- Reopen Wireshark, you will see the Pulsar Dissector.