Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how to dissect a frame

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??

how to dissect a frame

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);

xxx_handle);

Do i need to use another library than epan/packet.h?? epan/packet.h??

click to hide/show revision 3
None

how to dissect a frame

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??

click to hide/show revision 4
None

how How to dissect a framean L2 frame, based on VLAN id

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??

click to hide/show revision 5
None

How to dissect an L2 frame, based on VLAN idid, no, Ethertype

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??

click to hide/show revision 6
None

How to dissect an L2 frame, based on VLAN id, no, Ethertype

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??