Mognet is totally at home on the Z... since it runs in java, it will run across all the series without modification.
Here's a screen shot and the tarball
http://www.node99.org/projects/mognet/This tool is perfect, it's a mix between kismet and ethereal You can sniff directly from this tool itself, then discect the packets in asci OR HEX. I can think of lots of time I need to look at what's actually in 802.11 traffic.
i've managed to get it to run on the Z, but i'm stuck with a package dependancy. I get this error:
java.lang.NoClassDefFoundError: net/sourceforge/jpcap/capture/RawPacketListener
So I need the Jpcap library package. . great it's found here:
Jpcap sourceforgeoookie :: so here's i'm stuck. There is no arm version, so I don't have a cross compiler. (or an extra machine to set one up) here are the contents of the .rpm
/usr
/usr/bin
/usr/lib
/usr/share
/usr/bin/jpcap
/usr/lib/jpcap-0.01.16
/usr/lib/libjpcap.so
/usr/lib/jpcap-0.01.16/jars
/usr/lib/jpcap-0.01.16/properties
/usr/lib/jpcap-0.01.16/thirdParty
/usr/lib/jpcap-0.01.16/jars/javadoc_net.sourceforge.jpcap-0.01.16.jar
/usr/lib/jpcap-0.01.16/jars/net.sourceforge.jpcap-0.01.16.jar
/usr/lib/jpcap-0.01.16/properties/simulator.properties
/usr/lib/jpcap-0.01.16/properties/tool.properties
/usr/lib/jpcap-0.01.16/thirdParty/jars
/usr/lib/jpcap-0.01.16/thirdParty/jars/dev-classes_net.ultrametrics-0.03.jar
/usr/lib/jpcap-0.01.16/thirdParty/jars/fooware_CommandLine-1.0.jar
/usr/share/doc
/usr/share/doc/jpcap-0.01.16
/usr/share/doc/jpcap-0.01.16/BUILD.osx
/usr/share/doc/jpcap-0.01.16/BUILD.unix
/usr/share/doc/jpcap-0.01.16/BUILD.windows
/usr/share/doc/jpcap-0.01.16/CREDITS
/usr/share/doc/jpcap-0.01.16/FAQ
/usr/share/doc/jpcap-0.01.16/INSTALL
/usr/share/doc/jpcap-0.01.16/MPL-1.1.txt
/usr/share/doc/jpcap-0.01.16/README
/usr/share/doc/jpcap-0.01.16/RELEASE_NOTES
looks like the jpcap.so is a binary, which would need to be compiled for ARM. am I mistaken? everything else in theory should work. . . I don't know java or dependancies enough to figure it out alone. Please help! Does anyone know where to find a jpcap for the Zaurus? It is just the java version of Pcap, someone must have already ported something that fucntional and useful! and if not, let's figure it out