jNetCapture is a new extensible java framework for working with network traffic. The framework provides methods to capture network traffic or read it from a file, although the jNetCapture framework does not implement these functions, and requires implementation modules such as "jNetPcap" or "jNapatech" to be included as well.
jNetCapture provides the following services:
[MWB - 3/16/10: this is still work in progress]
This document describes the jnetpcap 2.0 design. Next major step in evolution of jnetpcap software is to make it more manageable in terms of complexity, size and efficiency. The major changes planned for jnetpcap 2.0 are as follows:
In addition to release structure changes the following API changes will also be implemented:
The above changes will depart from the current monolithic API of jnetpcap releases. The jNetPcap module will become a standalone java wrapper for libpcap/winpcap libraries. Additional modules will provide the decode and analyzer features that will be plugged in at runtime.