What exactly is jNetStream?
Submitted by Mark B. on Tue, 08/24/2010 - 23:07The latest release of jNetStream (3.0a) is a pure java library that allows reading of various capture files in pcap and snoop formats. jNetStream's strength is super clean API, and very powerful editing capabilities. There is a separate module being developed, based on http://jnetpcap.com, to allow capture of packets from a live network, but that is currently still under development. There is also no protocol-header decoding as that is also being developed under the http://jnetpcap.com project.
How to decode jnetstream packets using jnetpcap decoder
Submitted by Mark B. on Wed, 09/02/2009 - 12:55I was messing around with how we could combine jnetstream with packet decoding capabilities of jnetpcap. Here is a little routine that does exactly that.
package org.jnetstream.example; import java.io.File; import java.io.IOException; import java.nio.ByteBuffer; import org.jnetpcap.packet.JMemoryPacket; import org.jnetpcap.packet.PeeringException; import org.jnetpcap.protocol.JProtocol; import org.jnetstream.capture.Captures; import org.jnetstream.capture.FileFormatException; import org.jnetstream.capture.FileMode;
jNetStream on the backburner again!
Submitted by Mark B. on Thu, 06/25/2009 - 08:27Working on jNetStream
Submitted by Mark B. on Wed, 03/18/2009 - 13:40I have for the most part finished the intensive work on jNetPcap, a sister project. Over the next few weeks I will be working on jNetStream 3.0.
The plan is to drop NPL and large part, if not entirely, the current packet implementation in jNetStream. The capture file support, indexing, iterators and majority of the API stay untouched.
Future of jNetStream
Submitted by Mark B. on Tue, 02/17/2009 - 04:46- Mark B.'s blog
- Login or register to post comments
- Read more
