I am using an AirPcap with Wireshark for the first time and receiving lots of wireless packets. I am trying to filter by MAC address. So I tried using wlan_mgt.fixed.src_mac_addr == 00:06:66:54:21:75 for the MAC address that is transmitting but when I apply the filter it filters out everything including the packets sent by 00:06:66:54:21:75. So is there a way to filter 802.11 MAC addresses? asked 02 Jul '13, 12:58 funonline41 |
One Answer:
If you want the source address of an 802.11 frame, it's answered 02 Jul '13, 13:15 Guy Harris ♦♦ |
Thanks - That worked!