Skip to content

Instantly share code, notes, and snippets.

Created March 22, 2015 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/f4727176f819611f0207 to your computer and use it in GitHub Desktop.
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)
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