]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix typoes, fix tabs (tabs are 8 spaces on UN*Xes - such as Linux).
authorGuy Harris <[email protected]>
Fri, 5 Aug 2011 21:29:01 +0000 (14:29 -0700)
committerGuy Harris <[email protected]>
Fri, 5 Aug 2011 21:29:01 +0000 (14:29 -0700)
README.linux

index 226b2438b4f1ab65bea9bc9dbfb674094eeea3c0..f92cd22b9e915a831d6703c740fe2e9ae8fd9602 100644 (file)
@@ -97,12 +97,12 @@ reported by pcap_stats on Linux are as follows:
 2.2.x
 =====
 ps_recv   Number of packets that were accepted by the pcap filter
-ps_drops  Always 0, this statistic is not gatherd on this platform
+ps_drop   Always 0, this statistic is not gatherd on this platform
 
 2.4.x
 =====
-ps_rec    Number of packets that were accepted by the pcap filter
-ps_drops  Number of packets that had passed filtering but were not
+ps_recv   Number of packets that were accepted by the pcap filter
+ps_drop   Number of packets that had passed filtering but were not
           passed on to pcap due to things like buffer shortage, etc.
-                        This is useful because these are packets you are interested in
-                        but won't be reported by, for example, tcpdump output.
+          This is useful because these are packets you are interested in
+          but won't be reported by, for example, tcpdump output.