Installation
Supported Operating Systems
- Debian Linux
- macOS
Dependencies
Install dependencies on Debian:
sudo apt-get install libpcap-dev
Install dependencies on Mac OS
brew install argp-standalone
Installation
- Download the latest release tar here
- Extract the tar
tar -xvf [pcapml-version.tar.gz]
cd [pcapml-directory]
./configure && make && sudo make install