This repository contains a set of tools that can be used to manipulate large pcap files, analyze them to extract useful information, convert them to other formats, and generate synthetic traces from Classbench
, a packet classification tool that generates ACLs and traffic patterns based on different distributions.
There are three main folders in this repository:
pcap-tools
: Contains a set of tools that can be used to manipulate large pcap files, or analyze them to extract useful information.bpf-pcap-tools
: Contains a set of tools that use the results of the analysis of a pcap file to interact with BPF programs using a wrapper to the libbpf library and the libcuckoo library.classbench-tools
: Contains a set of tools that can be used to generate traces fromClassbench
, a packet classification tool that generates ACLs and traffic patterns based on different distributions.