-
Notifications
You must be signed in to change notification settings - Fork 0
License
zengxu-yang/bmx7-dissector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A basic BMX7 dissector for Wireshark. It was tested to works with Wireshark 2.6.8 and Wireshark 4.0.11. To include the dissector you will need to place the dissector code in the <wireshark-source>/plugins/epan/bmx7 folder. 1. Rename top level CMakeListsCustom.txt.example to CMakeListsCustom.txt and edit it. Find: set(CUSTOM_PLUGIN_SRC_DIR # private_plugins/foo # or # plugins/epan/foo ) and change it to: set(CUSTOM_PLUGIN_SRC_DIR # private_plugins/foo # or plugins/epan/bmx7 ) 2. Recompile Wireshark by: mkdir build cd build cmake <source_root> make 3. Copy bmx7.so from <build_root>/run/plugins/2.6/epan to /usr/local/lib/wireshark/plugins/2.6/epan or the corresponding directory in your Linux distribution.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published