1 | initial version |
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)