On filter when i enter vlan, the message that appears is: "vlan" is neither a field nor a protocol name. The following display filter isn't a valid display filter: vlan See the help for a description of the display filter syntax. How can i see vlan id and pcp on wireshark? I am using Ubuntu 11.10 amd64. Thanks, Diego Silva. asked 29 Mar '12, 16:15 Diego Silva |
One Answer:
Well, you fail to mention which version of Wireshark you're using, but it's apparently one that was before r34838. Originally the filters you're interested in were eth.vlan.id and eth.vlan.pri, but they became vlan.id and vlan.priority, respectively, in order to attempt to resolve bug2254. answered 29 Mar '12, 17:43 cmaynard ♦♦ edited 30 Mar '12, 06:32 |
The wireshark version is 1.6.2.
I'm using Ubuntu 11.10 (Released in 10/2011) desktop amd64.
Thanks,
Diego.
OK, so as the link I provided indicates, you will need to use the older eth.vlan.id and eth.vlan.pri filters instead.