Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

paulroyal/sjpcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SJPCAP 0.2 README

Popular java-based packet capture (pcap) libraries implement parts of their
functionality using libpcap over JNI. For those that require nothing more
than support for parsing pcap files, these libraries introduce unnecessary
complexity and potential OS compatibility issues.

The sjpcap library is a native alternative that parses libpcap-created packet
capture files to create simplified, java-based object representations of
IPv4-based IP, UDP and TCP packets.

SJPCAP BUILD/USE INFORMATION

Please see INSTALL for build and example use information.

About

Simple, native java pcap file parsing library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages