Skip to content

A collection of utilities to assist in network analysis and packet dissection

License

Notifications You must be signed in to change notification settings

Fullaxx/pktutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packet Utils Actions Status

A collection of utilities to assist in network analysis and packet dissection

About

This software was written with these design goals in mind:

  • Do 1 thing and do it very well
  • Process LARGE PCAP data sets very quickly
  • Do not require any non-libc dependencies
  • Be easy to read, learn, and modify

Some of the structs and definitions were taken verbatim from the libpcap source code.
This was done intentionally to support the above design decisions.
All credit goes to those authors for making such a brilliantly easy to use software package.

Compiling

cd histogram; ./compile.sh
cd extraction; ./compile.sh

Releases

No releases published

Packages

No packages published