First time here? Check out the FAQ!
answered 2022-07-06 09:15:31 +0000
In a GRE over UDP dissector, I have seen this used to get the GRE dissector:
gre_dissector = DissectorTable.get("ip.proto"):get_dissector(47)
Then to pass the data in, this was used:
gre_dissector:call(buffer, pinfo, tree)