blob: 758cbfe2fbd2f0c6ded5dde8c76e14548d5290ca [file] [log] [blame]
ver 1.24:
Allow selection of system device.
Handle system events and commands.
ver 1.23:
Add decoding support for inquiry scan type.
Fix connection accept timeout and scan enable decoding.
Show human readable timestamps only in verbose decoding mode.
Dump raw BNEP payload only in non-verbose decoding mode.
Update CSR BCCMD support and correct uint32 decoding.
Note:
This version needs at least bluez-libs-2.18
ver 1.22:
Only do verbose decoding when requested.
Fix number of completed packets decoding.
Improve the decoding of CSR vendor commands and events.
Use human readable timestamps.
Add support for the BTSnoop file format.
ver 1.21:
Clear L2CAP states when receiving the HCI disconnect.
Make the OBEX parser aware of that RFCOMM is a stream.
Update HCI verbose decoding routines.
Add CSR verbose decoding support.
Note:
This version needs at least bluez-libs-2.17
ver 1.20:
Workaround for inquiry results with RSSI and page scan mode.
Decode almost every used HCI commands and events.
Note:
This version needs at least bluez-libs-2.16
ver 1.19:
Fix error message decoding.
Add IAC decoding support.
Add LMP parser support.
Add BCCMD decoding support.
Add L2CAP retransmission and flow control decoding.
ver 1.18:
Fix declaration of the SDP data structures.
Extend the HCI verbose decoding support.
ver 1.17:
Add support for HCI verbose decoding.
Add support for L2CAP verbose decoding.
Add first version of the BPA sniffer utility.
Note:
This version needs at least bluez-libs-2.15
ver 1.16:
Add UUID translation for WAP.
Fix display of UUID 128.
Fix display of L2CAP config hint bit and QoS option.
Fix parsing of SDP continuation state.
ver 1.15:
Update the L2CAP channel counting routine.
Fix SBC codec specific decoding.
Fix AVDTP signal channel header decoding.
Add decoding for the AVDTP media channel header.
ver 1.14:
Count the number of L2CAP channels per PSM.
Differ between the AVDTP signal and media channel.
Add full decoding of the AVDTP signal channel information.
ver 1.13:
Update many UUID to text translations.
Add support for sending and receiving dumps over TCP.
Add support for the vendor packets of the Digianswer BPA.
Note:
This version needs at least bluez-libs-2.11
ver 1.12:
Fix whitespace stuff for extended dump.
Add support for dynamic RFCOMM channels.
Add initial OBEX parser support.
ver 1.11:
Trace company id from the chip manufacturer.
Support extended dump functionality.
Use the L2CAP_CONF_RFC_MODE value.
Use bt_get_unaligned() for unaligned access.
Make compiling with debug information optional.
Don't override CFLAGS from configure.
Note:
This version needs at least bluez-libs-2.10
ver 1.10:
Fix display of L2CAP CID.
Show L2CAP config values only when they are present.
Decode L2CAP information request and response.
Update autoconf and automake routines.
ver 1.9:
Initial AVDTP parser support.
Various minor fixes and cleanups.
ver 1.8:
Support Bluetooth 1.2 HCI commands and events.
Decode RFCOMM credit based flow control.
ver 1.7:
HCRP parser support.
CAPI parser support.
CMTP reassembly support.
Support for dynamic PSM.
ver 1.6:
HIDP parser support.
Various fixes for the SDP parser.
ver 1.5:
Included man page for hcidump.
Minor fix for HCI grabber.
ver 1.4:
CMTP parser support.
Various fixes for SDP, RFCOMM and BNEP parsers.
ver 1.3:
RFCOMM and BNEP parser fixes.
Use getopt_long instead of argp.
Added --psm option.
Automake build environment.
Other minor fixes.
ver 1.2:
BNEP support.
Correct filter initialization.
Minor fixes.
ver 1.1:
SCO support.
Support for frame time stamps.
RAW mode and other minor fixes.
ver 1.0:
L2CAP fragment reassembly.
RFCOMM parser (Wayne Lee).
SDP parser (Ricky Yuen).
Simple filtering.
ver 0.2:
L2CAP parsing. PSM tracking.
HCI events and commands parsing.
Packet parser moved to unified library (libparser).
HCI socket filter support.
Improved command line option parsing.
Improved output format.
ver 0.1:
Initial implementation.