jpcap
Summary jpcap is a set of Java classes which provide an interface and system for network packet capture. A protocol library and tool for visualizing network traffic is included. jpcap hides the low-level details of network packet capture by abstracting many network packet types and protocols into Java classes. Internally, jpcap implements bindings to the libpcap system library through JNI (the Java Native Interface). jpcap utilizes libpcap, a widely deployed shared-library for capturing user-level packets. libpcap must be installed on…