diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2018-07-06 06:18:04 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2018-07-06 06:18:04 +0000 |
commit | 5e1ab8b0ed3cbeea695be3662d1d1fd08451c49d (patch) | |
tree | 406c7673e491abffa698a16c203e180fbc19cb2f /usr.sbin/tcpdump/tcpdump.8 | |
parent | e19c28f1db826244140d75296023d58b91bc4a02 (diff) |
Add "gre" as a type to use with -T
This allows arbitrary UDP packets to be parsed as GRE packets.
Diffstat (limited to 'usr.sbin/tcpdump/tcpdump.8')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index d5861ea99bd..1d99aedc7e0 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.94 2018/04/28 16:22:08 schwarze Exp $ +.\" $OpenBSD: tcpdump.8,v 1.95 2018/07/06 06:18:03 dlg Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: April 28 2018 $ +.Dd $Mdocdate: July 6 2018 $ .Dt TCPDUMP 8 .Os .Sh NAME @@ -227,9 +227,11 @@ Currently known types are .Pq Transmission Control Protocol , .Cm vat .Pq Visual Audio Tool , -and .Cm wb -.Pq distributed White Board . +.Pq distributed White Board , +and +.Cm gre +.Pq Generic Routing Encapsulation over UDP . .It Fl t Do not print a timestamp on each dump line. .It Fl tt |