![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Posts: n/a
|
mognet - java sniffer for pocket pc
Has anybody seen Mognet - or have a copy? I read a short blurb on it at http://www.securiteam.com/tools/6U00C203FW.html the other day. I just got an Ipaq and this looks very nice but the mognet site (http://chocobospore.org/mognet/) has been down every time I've tried it.
Here's the write-up on it: Mognet is a free, open source wireless Ethernet sniffer/analyzer written in Java. It is licensed under the GNU General Public License. It was designed for handheld devices like the iPaq in mind, but will run just as well on a desktop or laptop. Features include: * Real-time output of captured frames. * Detailed description of any frame, including all IEEE 802.11 generic and frame-specific headers. * Raw hex and ascii dump of any frame. * Space-efficient presentation of information for convenient operation on handhelds. * Saving and loading of frames in Ethereal/Libpcap/Tcpdump format. * Text-mode frame capture for GUI-less devices. |
|
|
|
#3 (permalink) |
|
Posts: n/a
|
Getting JAVA on an IPAQ
To run this, you need to have JAVA on your Ipaq. You can run a JAVA emulator on a 'native' IPAQ with WinCE or replace it with Linux and Java or run a native Java environment. The site below gives all kinds of details about it.
http://www.javaworld.com/javaworld/jw-10-2001/jw-1026-devices.html I kindof like the idea of the emulator on WinCE. That way I can still run my card's native diagnostic/site survey tools (Cisco and Orinoco), NS Mini when it comes out or the wireless sniffer. I'm still not sure if there are drivers to put either of my cards into promiscuous mode on an Ipaq but this certainly seems like a pretty cool addition to a sumbling setup. |
|
|
|
#10 (permalink) |
|
Posts: n/a
|
Not likely under WinCE / PocketPC
Note that contrary to the opinion of one of the replies above, WinCE/PocketPC is based (albeit loosely) on a trimmed-down Win32 kernel.
Having looked at the Mognet stuff, I'm pretty sure you won't get this running under Java on an iPaq, unless you install Linux on it. Why? Because as the Mognet FAQ states, there isn't a card & vendor-independant way of accessing a wireless LAN nic under Windows, and that includes the PocketPC platform (unfortunately). Linux has a set of APIs for talking to cards such as these without relying on a vendor-specific driver implementation (not entirely accurate, but close enough - basically, the Linux drivers expose a common API at a lower level in the kernel) Also, the JVM (Java Virtual Machine) is not an "emulator". A JVM is a JVM. You don't emulate Java, you interpret and run the bytecode. |
|