aboutsummaryrefslogtreecommitdiff
path: root/print-usb.c
AgeCommit message (Expand)Author
2020-11-13USB: Use ND_TCHECK_LEN() for bounds checksFrancois-Xavier Le Bail
2020-09-28Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail
2020-07-14Rename a field of the netdissect_options structureFrancois-Xavier Le Bail
2020-02-07USB: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail
2019-08-15USB: Print the protocol nameFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-11Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-11-16Rename some link-layer dissector entry functionsFrancois-Xavier Le Bail
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-03-15make use of NETDISSECT_REWORKEDDenis Ovsienko
2014-03-12NDOize more small decodersDenis Ovsienko
2014-02-28don't include pcap.h needlesslyDenis Ovsienko
2013-12-26make consistent use of the "tstr" idiomDenis Ovsienko
2010-01-25Handle the 48-byte and 64-byte Linux USB headers differently; for now,Guy Harris
2009-05-21Check to make sure we have all of the USB header before trying to printGuy Harris
2009-04-04From Bert Vermeulen: add a USB printer, and fix the error messageGuy Harris