Ask Your Question

Revision history [back]

click to hide/show revision 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)