aboutsummaryrefslogtreecommitdiff
path: root/print-bt.c
AgeCommit message (Expand)Author
2022-03-19Put a space between type and '*' in pointer declarators (style)Francois-Xavier Le Bail
2020-10-17Bluetooth: Use ND_TCHECK_LEN() for a bounds checkFrancois-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-06Bluetooth: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail
2019-04-21Remove some unneeded '&' when getting a pointer to a nd_ typeFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-19Bluetooth: Print the protocol nameFrancois-Xavier Le Bail
2018-09-14Remove some useless testsFrancois-Xavier Le Bail
2018-05-25Bluetooth: Add a missing returnFrancois-Xavier Le Bail
2018-05-23Declare the Bluetooth pseudo-header ourselves.Guy Harris
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-04-04Don't define tstr[] if we won't be using it.Guy Harris
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-08Bluetooth: Add some bounds and length checksFrancois-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-11Clean up signed vs. unsigned.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-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-26make use of ND_DEFAULTPRINT()Denis Ovsienko
2014-03-15make use of NETDISSECT_REWORKEDDenis Ovsienko
2014-03-07NDOize 5 more decodersDenis Ovsienko
2014-02-28don't include pcap.h needlesslyDenis Ovsienko
2014-02-25don't include addrtoname.h needlesslyDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2014-01-01whitespace changesMichael Richardson
2010-02-21Don't directly fetch multi-byte integers from packets.Guy Harris
2008-09-25We support building tcpdump with versions of libpcap other than the oneguy
2007-09-24From Paolo Abeni: print some basic Bluetooth information.guy