summaryrefslogtreecommitdiff
path: root/print-bt.c
Commit message (Expand)AuthorAgeFilesLines
* Put a space between type and '*' in pointer declarators (style)Francois-Xavier Le Bail2021-12-301-1/+1
* Bluetooth: Use ND_TCHECK_LEN() for a bounds checkFrancois-Xavier Le Bail2020-10-171-5/+2
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* Rename a field of the netdissect_options structureFrancois-Xavier Le Bail2020-07-141-2/+2
* Bluetooth: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-02-061-9/+8
* Remove some unneeded '&' when getting a pointer to a nd_ typeFrancois-Xavier Le Bail2019-04-211-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-1/+1
* Bluetooth: Print the protocol nameFrancois-Xavier Le Bail2019-03-191-2/+3
* Remove some useless testsFrancois-Xavier Le Bail2018-09-141-1/+1
* Bluetooth: Add a missing returnFrancois-Xavier Le Bail2018-05-251-0/+1
* Declare the Bluetooth pseudo-header ourselves.Guy Harris2018-05-231-5/+12
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Don't define tstr[] if we won't be using it.Guy Harris2018-04-041-2/+2
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-8/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Bluetooth: Add some bounds and length checksFrancois-Xavier Le Bail2018-02-081-5/+9
* 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
* Clean up signed vs. unsigned.Guy Harris2018-01-111-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-1/+1
* 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 ND_DEFAULTPRINT()Denis Ovsienko2014-03-261-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-0/+1
* NDOize 5 more decodersDenis Ovsienko2014-03-071-9/+6
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-2/+2
* Don't directly fetch multi-byte integers from packets.Guy Harris2010-02-211-1/+2
* We support building tcpdump with versions of libpcap other than the oneguy2008-09-251-2/+2
* From Paolo Abeni: print some basic Bluetooth information.guy2007-09-241-0/+78