http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54699
User: mmann
Date: 2014/01/12 12:50 AM
Log:
Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9606)
From Michal Labedski
1. add support for new btsnoop "format" introduced by BlueZ team in "btmon" tool
2. Bluetooth: Make EIR, AD and COD more generic
3. Bluetooth: HCI/LL: Update Error Codes to Core 4.1 Specification
4. Ubertooth: Fix response command handling
5. Ubertooth: Update to support firmware version
6. Ubertooth: Dissect by Vendor Id/Product Id
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+4 -13 packet-bluetooth-hci.h Modified
+1199 -852 packet-bthci_cmd.c Modified
+69 -802 packet-bthci_evt.c Modified
+7 -10 packet-btle.c Modified
+29 -22 packet-btsdp.c Modified
+10 -1 packet-btsdp.h Modified
+300 -0 packet-hci_mon.c Added
+17 -9 packet-ubertooth.c Modified
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified
(3 files not shown)