From: psanders240 Date: Thu, 16 Mar 2017 19:41:16 +0000 (-0400) Subject: doc: Napatech docs improvement X-Git-Tag: suricata-4.0.0-beta1~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1223de42089a9747cef084cf7dd13d18c9b2c044;p=thirdparty%2Fsuricata.git doc: Napatech docs improvement Fix errors and simplify filters. --- diff --git a/doc/userguide/capture-hardware/napatech.rst b/doc/userguide/capture-hardware/napatech.rst index fdd1e2bd9c..2ac4aa685f 100644 --- a/doc/userguide/capture-hardware/napatech.rst +++ b/doc/userguide/capture-hardware/napatech.rst @@ -106,7 +106,7 @@ Suricata Installation After downloading and extracting the Suricata tarball, you need to run configure to enable Napatech support and prepare for compilation:: - $ ./configure --enable_napatech --with-napatech-includes=/opt/napatech3/include --with-napatech-libraries=/opt/napatech3/lib + $ ./configure --enable-napatech --with-napatech-includes=/opt/napatech3/include --with-napatech-libraries=/opt/napatech3/lib $ make $ make install-full @@ -192,11 +192,7 @@ setup to support both tunneled and non-tunneled traffic. Create a file that cont Setup[numaNode=0] = streamid==5 Setup[numaNode=0] = streamid==6 Setup[numaNode=0] = streamid==7 - HashMode[priority=0; InnerLayer4Type=UDP, TCP, SCTP] = HashInner5TupleSorted - HashMode[priority=1; InnerLayer3Type=IPV4] = HashInner2TupleSorted - HashMode[priority=2; Layer4Type=UDP, TCP, SCTP] = Hash5TupleSorted - HashMode[priority=3; Layer3Type=IPV4] = Hash2TupleSorted - HashMode[priority=4]=HashRoundRobin + HashMode[priority=4]=Hash5TupleSorted Assign[priority=0; streamid=(0..7)]= all Next execute those command using the ntpl tool::