summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-wg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variable "caplen"kn2020-07-201-2/+1
| | | | No object change.
* Add RCS markertb2020-06-211-0/+2
|
* don't claim packets as wg if there's not enough captured bytes to read.dlg2020-06-211-1/+11
|
* cope with a truncated capture of a packet. this avoids reading invalid mem.dlg2020-06-211-11/+27
|
* add a printer for wireguard messages, but not hooked up just yet.dlg2020-06-211-0/+126
from Matt Dunwoodie and Jason A. Donenfeld