2011-03-20 20:56:49 by Iain Hibbert | Files touched by this commit (2) |
Log message: HCI direction message is an int, but you can't memcpy that to a uint8_t and hope that it will work on big endian machines |
2011-01-30 21:41:30 by Iain Hibbert | Files touched by this commit (7) | |
Log message: update to hcidump 2.0 some of our patches are merged with upstream, and I removed the INET6 option since IPv6 specific code seems to be removed ChangeLog from the package: Add support for decoding AMP events. Add support for decoding AMP commands. Add support for decoding LE advertising reports. Add support for L2CAP fixed channel information. Add support for L2CAP ERTM and Streaming Mode. Make BT-Snoop format the default file format. Make verbose parsing the default option. |
2010-12-19 21:20:44 by Iain Hibbert | Files touched by this commit (22) | |
Log message: HCIdump reads raw HCI data coming from and going to a Bluetooth device and prints to screen commands, events and data in a human-readable form. Optionally, the dump can be written to a file rather than parsed, and the dump file can be parsed in a subsequent moment. This is a patched standalone version not requiring bluez-libs, suitable for use with the netbt Bluetooth stack [originating] in NetBSD. -- the sysutils/hcidump package (which this will replace) is a descendent of a previous version of the bluez-hcidump package. |