Skip to content

Instantly share code, notes, and snippets.

@loicloic
loicloic / wifiodump
Created September 6, 2012 21:54
Poor Man OSX Wireless Sniffer
sudo tcpdump -i en1 -I -y IEEE802_11_RADIO -w capture.pcap
How to compile the QT version of Yabause for Mac OS X
1. Download yabause
git clone https://github.com/Guillaumito/yabause.git
2. Run ccmake and diable OpenGL
cd yabause/yabause
ccmake .