up vote 1 down vote favorite
1
share [g+] share [fb]

On my project, we have been writing our own IP header parsing code for some time now. I'm starting to wonder if our time could be spent better elsewhere. A google search has not yielded much of use.

Basically, what I am looking for is a third party library that will be able to parse out all of the meaningful information out of a IP packet header stored in a byte array.

Someone told me that there was a Java Wireshark library out there that used JNI to wrap libpcap. Does anyone know of a pure Java solution? Commercial or open-source solutions both would be acceptable.

link|improve this question

71% accept rate
feedback

1 Answer

On your libpcap question, look at the WinPCap links page and you will find jNetPcap

link|improve this answer
You could also look at the related jNetStream as a pure Java solution, although it can't do packet capture. And the developer is now focusing on jNetPcap. – Michael Pigg Sep 14 '11 at 17:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.