diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-08 09:14:13 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-08 09:14:13 +0200 |
commit | bf657452ef7b2f3e063e1eff17f746a2bbaea5d2 (patch) | |
tree | 9dd7c89de62f2241fd09eb13080d54279c75698d /tcpdump.1.in | |
parent | 0845bc813c1cc48b18cdefff0b387c110647463c (diff) | |
download | tcpdump-bf657452ef7b2f3e063e1eff17f746a2bbaea5d2.tar.gz |
Remove no longer used option 'R'
Diffstat (limited to 'tcpdump.1.in')
-rw-r--r-- | tcpdump.1.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index ebf50ab6..3f16d89d 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -27,7 +27,7 @@ tcpdump \- dump traffic on a network .na .B tcpdump [ -.B \-AbdDefhHIJKlLnNOpqRStuUvxX# +.B \-AbdDefhHIJKlLnNOpqStuUvxX# ] [ .B \-B .I buffer_size @@ -593,12 +593,6 @@ Quick (quiet?) output. Print less protocol information so output lines are shorter. .TP -.B \-R -Assume ESP/AH packets to be based on old specification (RFC1825 to RFC1829). -If specified, \fItcpdump\fP will not print replay prevention field. -Since there is no protocol version field in ESP/AH specification, -\fItcpdump\fP cannot deduce the version of ESP/AH protocol. -.TP .BI \-r " file" Read packets from \fIfile\fR (which was created with the .B \-w |