diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-21 05:00:19 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-21 05:00:19 +0000 |
commit | 226f9283cc54188550a295eb784aa699ae65d699 (patch) | |
tree | 2c3ad1784edcc34bc6f723b58445d21e6570660a /usr.sbin/tcpdump/tcpdump.8 | |
parent | 708df011895c466572519abe7cb5ba2a62b9b91f (diff) |
wire the wireguard packet printer into tcpdump.
from Matt Dunwoodie and Jason A. Donenfeld
Diffstat (limited to 'usr.sbin/tcpdump/tcpdump.8')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index e17012bba36..c0eaea3c676 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.109 2019/11/06 12:49:50 sthen Exp $ +.\" $OpenBSD: tcpdump.8,v 1.110 2020/06/21 05:00:18 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: November 6 2019 $ +.Dd $Mdocdate: June 21 2020 $ .Dt TCPDUMP 8 .Os .Sh NAME @@ -262,6 +262,8 @@ Virtual Router Redundancy protocol Virtual eXtensible Local Area Network .It Cm wb distributed White Board +.It Cm wg +WireGuard tunnel .El .It Fl t Do not print a timestamp on each dump line. |