Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is no dissector table with the name "vlan.id" and that's why your code does not work. You need to modify the vlan dissector to call your dissector with the rest of the frame when your vlan.id is detected possibly by adding the dissector table for "vlan.id" to the vlan dissector and the code to use it.