Fullaxx / pktutils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v2.0


Languages

Language:C 95.0%Language:Shell 5.0%