ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7252] add wlan.ra field value to wlan.addr

Date: Fri, 11 May 2012 23:31:08 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7252

--- Comment #1 from Jim Young <jyoung@xxxxxxx> 2012-05-11 23:31:07 PDT ---
Created attachment 8421
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8421
trace file to show behavior without and with patch

Using this wifi trace one can demonstrate the difference before and after
applying this patch 

Without the patch applied a display filter of "wlan.addr[3:3]==df:83:d7" will
only match 3346 of the 3680 packets ultimately ignoring 334 related packets.

A display filter of "!wlan.addr[3:3]==df:83:d7" will list the 334 packets
excluded in the previous filter.

With patch applied the display filter of "wlan.addr[3:3]==df:83:d7" will match
all 3680 packets.

To actually see what values the display filters "wlan.addr[3:3]==df:83:d7" or
"!wlan.addr[3:3]==df:83:d7" are matching it is useful to add the custom columns
wlan.da, wlan.bssid, wlan.sa, wlan.ra and wlan.ta.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.