Install daq

Running Snort on Linux

Platform
Intel® PAC
Napatech SmartNIC
Content Type
Application Note
Capture Software Version
Link™ Capture Software 12.7

Before you begin

  • daq-2.0.6.tar.gz is downloaded.
  • The Napatech driver software and libpcap with Napatech extensions are installed in the default installation directory.

Steps

To install daq, execute the following commands:

$ tar zxvf daq-2.0.6.tar.gz
$ cd daq-2.0.6
$ ./configure --with-libpcap-includes=/opt/napatech3/include/ --with-libpcap-libraries=/opt/napatech3/lib/
$ make
$ sudo make install