This project is a plugin for wireshark that will dissect Solace SMF protocol.
Note: Wireshark SMF Plugin is currently supported on Wireshark 4.0.x, 4.2.x and 4.4.x
-
Install Wireshark 4.0.
-
Download the corresponding zip file for your platform.
-
Unzip the folder and place the .dll (Windows) or .so (Mac/Linux) file in the Wireshark plugin folder, under
epan
. The plugin folder path varies for each OS.
Personal Plugin Folder:
%APPDATA%\Roaming\Wireshark\plugins\4.0\epan
Global Plugin Folder:
C:\Program Files\Wireshark\plugins\4.0\plugins\epan
Personal Plugin Folder:
~/.local/lib/wireshark/plugins/epan
See Wireshark Documentation on Plugin Folders for more information on installing plugins.
- Open Wireshark
- Navigate to
Help>About Wireshark
- Under the
Folders
tab, you can find the location for global and personal folders - After installing the plugin, verify that the plugin is loaded by searching
smf
under thePlugins
tab
TODO
As this plugin is designed for use in Wireshark, the MAJOR.MINOR match the Wireshark versions. I.E. SMF Plugin 4.0.x indicates support for all patches of Wireshark 4.0.
The PATCH version of the plugin differentiates versions of the SMF Plugin. As long as the MAJOR.MINOR of the plugin match the corresponding MAJOR.MINOR Wireshark version, then they are compatible.
This is not an officially supported Solace product.
For more information try these resources:
- Ask the Solace Community
- The Solace Developer Portal website at: https://solace.dev
Contributions are encouraged! Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See the list of contributors who participated in this project.
Wireshark SMF Plugin is licensed under the GNU GPLv2. See the LICENSE file for details.
There is no warranty, expressed or implied, associated with this product. Use at your own risk.