A simple c++ console application for filtering network packets using pcapplusplus library
This software is intended to run un Ubuntu Server 20.4
Uses pcapplusplus library, See installation.
To compile the project from root directory:
cd build
cmake ..
make
On build directory run the executable file pcap-convert:
./pcap-convert -h
./pcap-convert --vlan 5 -ip-version 4 --ttl 2 --dns-addr 10.0.0.1 --dns-port 5353 -i input.pcap -o output.pcap
Gabriel Silvatici.