]> The Tcpdump Group git mirrors - libpcap/commitdiff
Update README.dag
authorMatt Eaton <[email protected]>
Tue, 11 Sep 2018 10:08:02 +0000 (05:08 -0500)
committerDenis Ovsienko <[email protected]>
Tue, 11 Sep 2018 12:00:41 +0000 (13:00 +0100)
Fixed a few minor typos while reading through the DAG documentation.

doc/README.dag

index accae7c382767a6bdf565efad4910b8507e0951b..7ea25040eb1a3bfa5bbdcf7d02e57a148b67fe86 100644 (file)
@@ -5,7 +5,7 @@ Endace (http://www.endace.com, see below for further contact details).
 
 1) Install and build the DAG software distribution by following the
 instructions supplied with that package. Current Endace customers can download
-the DAG software distibution from https://www.endace.com
+the DAG software distribution from https://www.endace.com
 
 2) Configure libcap. To allow the 'configure' script to locate the DAG
 software distribution use the '--with-dag' option:
@@ -88,7 +88,7 @@ as separate interfaces, e.g. dag0:0, dag0:2, dag0:4 etc. dag0:0 is the same
 as dag0. These are visible via pcap_findalldevs().
 
 libpcap now does NOT set the card's hardware snaplen (slen). This must now be
-set using the appropriate DAG coniguration program, e.g. dagthree, dagfour,
+set using the appropriate DAG configuration program, e.g. dagthree, dagfour,
 dagsix, dagconfig. This is because the snaplen is currently shared between
 all of the streams. In future this may change if per-stream slen is
 implemented.