summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-usbpcap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spell "status" correctly.patrick2020-03-231-2/+2
| | | | ok jasper@ mpi@
* extend decoding of control transfers:jasper2020-02-241-1/+198
| | | | | | | | - print the stage name - print additional information about the request for Setup packets - GET_DESCRIPTOR requests are further decoded tweaks and ok mpi@
* fix a crash when printing the contents of a malformed packet where the packetjasper2020-02-221-2/+2
| | | | | | | | length was smaller than the sizeof the usbpcap header. we'd end up passing a negative value as the length to default_print(). found with afl-fuzz ok mpi@
* - print 'dlen=' to make it more clear what that number indicatesjasper2020-02-121-9/+11
| | | | | | | - add missing rcs id - use 'goto trunc' as is common with other printers ok mpi@
* Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysedmpi2018-02-031-0/+73
in wireshark. ok deraadt@, dlg@