capture filter "vlan and stp" showing nothing
What am I doing wrong? I have a dot1q trunk and am trying to capture stp traffic only. I use the filter "vlan and stp" and get nothing. but if I capture traffic with no capture filter and use "stp" as a display filter I see all the stp packets with their 802.1q tags.
all the traffic on this trunk is 802.1q tagged ...
thanks for any help ... I'm a noob. ;-)
update:
(000) ldh [12]
(001) jgt #0x5dc jt 5 jf 2 (checks that the packets are 1500 bytes or less)
(002) ldb [14]
(003) jeq #0x42 jt 4 jf 5 (spanning tree SAP)
(004) ret #262144
(005) ret #0
but the packets for RPVST have SNAP PID of 0x010B
I'm guessing, but is there a way to capture filter based on the SNAP PID?
Apparently the display filtering system knows how to do it, but the capture filtering doesn't.