How to check VLAN P-bits in a wireshark log? asked 28 Feb '11, 07:34 shfarooq |
One Answer:
If by "Wireshark Log" you mean, a "Packet capture file" and by "Check" you mean "Display" you can display this field with a custom column. Depending on the version of wireshark you need to use the field "vlan.priority" for versions up to 1.4.x and "eth.vlan.pri" for version 1.5.0 and higher. In version 1.4.0 and higher you can rightclick on the VLAN priority field in the packet details pane and choose "Apply as column" to create the new column automatically. answered 28 Feb '11, 07:52 SYN-bit ♦♦ |