Re: [Wireshark-users] Capture filter with multiple VLANs

2019-08-05 Thread Todd Adamson
[14:2]&0x0fff = 20 or ether[14:2]&0x0fff = 30)" - Chris See also: https://ask.wireshark.org/question/3877/vlan-filter/ -Original Message- From: Wireshark-users [mailto:wireshark-users-boun...@wireshark.org] On Behalf Of Todd Adamson Sent: Wednesday, July 31, 2019 6:41 PM T

[Wireshark-users] Capture filter with multiple VLANs

2019-07-31 Thread Todd Adamson
Is it possible to create a capture filter to deal with multiple vlans? What I would like to do is: not (vlan 20 or vlan 30) or not vlan 20 and not vlan 30 So far, from what I've read, only the first vlan element is used in the filter. Ideas? Thanks. Todd