diff options
author | Guy Harris <guy@alum.mit.edu> | 2011-08-05 14:29:01 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2011-08-05 14:29:01 -0700 |
commit | e83f11a50c4e8de94c5dd3946e7c727983dad42d (patch) | |
tree | 1999feeb35da09012a2ef6724502f3908f7f676f | |
parent | d857798767dfe4ff7e029d284286ff7e34220157 (diff) |
Fix typoes, fix tabs (tabs are 8 spaces on UN*Xes - such as Linux).
-rw-r--r-- | README.linux | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.linux b/README.linux index 226b2438..f92cd22b 100644 --- a/README.linux +++ b/README.linux @@ -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. |