Ask Your Question
0

how to create a display filter to ONLY list devices using my wifi

asked 2022-02-16 18:40:59 +0000

WS-KRC gravatar image

how to create a display filter to ONLY list devices using my wifi

I'm interested in using wireshark for quick access to see what devices are using my wifi.

Thanks in advance Kenneth

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-16 20:08:52 +0000

Bob Jones gravatar image

If you can find your bssid, then a simple filter would be

wlan.bssid == <your bssid>

This assumes that you only have one SSID; if you multiple SSIDs and or multiple APs, we would need additional filter items.

To find your bssid, see if you can find a beacon that has your SSID name (assuming you are not hiding it, which provides little practical security improvement). The WLAN header would have the bssid that you need.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2022-02-16 18:40:59 +0000

Seen: 540 times

Last updated: Feb 16 '22