forked from esterl/bmx6-dissector
-
Notifications
You must be signed in to change notification settings - Fork 0
Wireshark dissector for BMX6
License
zengxu-yang/bmx6-dissector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Very basic BMX6 (v16) dissector for Wireshark. It is updated to work with Wireshark 2.6.8. To include the dissector you will need to place the dissector code on plugins/epan/bmx6 folder. 1. You will need to 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/bmx6 ) 2. Recompile Wireshark by: cmake <source_root> make 3. Copy bmx6.so from <build_root>/run/plugins/2.6/epan to /usr/local/lib/wireshark/plugins/2.6/epan.
About
Wireshark dissector for BMX6
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 93.3%
- Makefile 4.0%
- CMake 2.7%