summaryrefslogtreecommitdiff
path: root/print-usb.c
Commit message (Expand)AuthorAgeFilesLines
* Put "{" at end of line with "switch" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-8/+4
* USB: Use ND_TCHECK_LEN() for bounds checksFrancois-Xavier Le Bail2020-11-131-14/+7
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-4/+0
* Rename a field of the netdissect_options structureFrancois-Xavier Le Bail2020-07-141-4/+4
* USB: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-02-071-8/+12
* USB: Print the protocol nameFrancois-Xavier Le Bail2019-08-151-0/+7
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-3/+5
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-3/+2
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+2
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned.Guy Harris2018-01-111-7/+112
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-14/+14
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-2/+2
* Rename some link-layer dissector entry functionsFrancois-Xavier Le Bail2017-11-161-4/+4
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* NDOize more small decodersDenis Ovsienko2014-03-121-23/+22
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+4
* Handle the 48-byte and 64-byte Linux USB headers differently; for now,Guy Harris2010-01-251-16/+47
* Check to make sure we have all of the USB header before trying to printGuy Harris2009-05-211-1/+11
* From Bert Vermeulen: add a USB printer, and fix the error messageGuy Harris2009-04-041-0/+133