This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Lookup VLAN tags in sub-dissector

0

Hi,

I am currently writing a dissector which handles a registered ethertype, and I have a requirement to reassemble a subtype from multiple fragments. The key/uniqueness for these fragments is held in the vlan tag/ID and so I need to access this information from a sub-dissector.

I think I am missing something fundamental, but some guidance on how to access the vlan information would be great. Currently I am looking at the column info for QinQ VLAN tags, but I assume this is a hack and not an appropriate way to ascertain this information. Perhaps tapping or some other construct is required?

Regards

John

asked 06 Sep '14, 19:18

crumble68's gravatar image

crumble68
11112
accept rate: 0%