Created
March 22, 2015 00:10
-
-
Save anonymous/f4727176f819611f0207 to your computer and use it in GitHub Desktop.
Convert tcpdump from MikroTik wireless sniffer into airodump-ng friendly format (remove TZSP headers)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bittwiste -M 105 -I in.pcap -O out.pcap -D 1-63 | |
-M 105 — IEEE 802.11 | |
-D 1-63 — remove leading TZSP headers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment