mognet 802.11b protocol analyzer
http://node99.org/projects/mognet

1) install a jdk from any vendor available for your platform.
you only need a jre to run, but you need the jdk to compile.

2) look at the top of install.sh and set your options accordingly.
especially JAVA_HOME. leave shared=false for now, as the
libpcap-shared patch is currently broken.

3) turn on monitor mode for your wireless card.
search on the web for instructions, as they vary by card, drivers,
and os.

4) run: java Mognet eth1
where eth1 is your wireless interface.
you may need to specify the full path to the java exectuable

if you want to use text-mode capture for off-line analysis,
run: java ConsoleCapture eth1
where eth1 is your wireless interface.
