Skip to content
forked from paulroyal/sjpcap

Simple, native java pcap file parsing library.

License

Notifications You must be signed in to change notification settings

arafatbd/sjpcap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

  • Java 100.0%