Hi,
I'm trying to write a new dissector for an in-house protocol. This protocol is completely L2, there is no IP header. The frame will be dissected using a specific vlan.id, but I cannot find a way to do so... The following doesn't seem to be working:
dissector_add_uint("vlan.id", xxx_vlan, xxx_handle);
Do i need to use another library than epan/packet.h??