Skip to content

Add tshark capture filter for probe-req - #52

Open
spencerstewart wants to merge 1 commit into
schollz:masterfrom
spencerstewart:master
Open

Add tshark capture filter for probe-req#52
spencerstewart wants to merge 1 commit into
schollz:masterfrom
spencerstewart:master

Conversation

@spencerstewart

Copy link
Copy Markdown

This change adds a capture filter so that tshark only captures probe requests, ignoring all the other traffic that comes up when a wireless interface is listening in monitor mode.

It uses the following pcap capture filter: "type mgt subtype probe-req"
pcap-filter docs: https://www.tcpdump.org/manpages/pcap-filter.7.html

By using a pcap filter, there is less information in the temporary pcap file to parse. Hopefully this slightly optimizes the code.

PS. This is my first pull request! I hope it is helpful, but my sincerest apologies if this is irrelevant or unhelpful. Thanks again for sharing this project and your awesome documentation!

This keeps the temporary pcap file smaller and easier to parse if you are in an area with many 802.11 devices!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant