Link Search Menu Expand Document

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

  1. Download the latest release tar here
  2. Extract the tar tar -xvf [pcapml-version.tar.gz]
  3. cd [pcapml-directory]

  4. ./configure && make && sudo make install