Open gavanderhoorn opened 2 years ago
Just tried to use this dissector with Wireshark 3.2.3 and it complains about redissect_packets(..) not being available.
3.2.3
redissect_packets(..)
According to https://github.com/wireshark/wireshark/commit/553e9e83d2d3985c53700ca56ba051698d4b6257, redissect_packets(..) was added to the Lua API in 3.5.0.
3.5.0
3.2.3 is the default for Ubuntu Focal.
Perhaps the README could state a minimum version of Wireshark?
README
It also error-ed out on the arguments passed to new_dialog(..) in set_object(..).
new_dialog(..)
set_object(..)
Just tried to use this dissector with Wireshark
3.2.3
and it complains aboutredissect_packets(..)
not being available.According to https://github.com/wireshark/wireshark/commit/553e9e83d2d3985c53700ca56ba051698d4b6257,
redissect_packets(..)
was added to the Lua API in3.5.0
.3.2.3
is the default for Ubuntu Focal.Perhaps the
README
could state a minimum version of Wireshark?