jseldent / wireshark-dds-xrce

DDS-XRCE Protocol dissector for Wireshark
Apache License 2.0
8 stars 2 forks source link

Compatible wireshark versions #5

Open gavanderhoorn opened 1 year ago

gavanderhoorn commented 1 year ago

Just tried to use this dissector with Wireshark 3.2.3 and it complains about redissect_packets(..) not being available.

According to https://github.com/wireshark/wireshark/commit/553e9e83d2d3985c53700ca56ba051698d4b6257, redissect_packets(..) was added to the Lua API in 3.5.0.

3.2.3 is the default for Ubuntu Focal.

Perhaps the README could state a minimum version of Wireshark?

gavanderhoorn commented 1 year ago

It also error-ed out on the arguments passed to new_dialog(..) in set_object(..).