Port ARSDK dissector from Wireshark 1.12

asked 2019-07-08 19:16:43 +0000

Parrot-Developers created a Wireshark 1.12.0 plugin to dissect their Bebop 2 ARSDK network (wifi) packets on Github. However, the plugin is heavily out of date (4 years) and will not work on in the newest Wireshark (since they updated how dissector plugins work).

I have tried following Wireshark documentation to make my own basic plugin in a poor attempt to learn how I could port the old dissector myself.

Could someone either:

  1. Help me learn how to craft dissector plugins by pointing me to some good resources, or
  2. Port the old dissector to the newest Wireshark standards for me (would it be possible to complete within the next month or so)?

Thanks

edit retag flag offensive close merge delete

Comments

README.plugins would be a good place to start.

cmaynard gravatar imagecmaynard ( 2019-07-08 19:46:51 +0000 )edit