aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-405/+142
2014-12-18Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki1-31/+31
2014-12-15Revert "Bluetooth: BTLE: Add src/dst addresses when they are known"Pascal Quantin1-31/+31
2014-12-15Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki1-31/+31
2014-11-01Bluetooth: Fix AVRCP UUIDMichal Labedzki1-1/+1
2014-10-30Fix a typo: Unidirected -> UndirectedJeff Morriss1-3/+3
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-1/+1
2014-09-20Bluetooth: HCI: Add support for user/vendor commandsMichal Labedzki1-2/+41
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-12/+12
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-12/+12
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-7/+7
2014-03-24Bluetooth: Add Member "Company" UUIDsMichal Labedzki1-0/+19
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-20From Michal Labedzki:Anders Broman1-80/+80
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-106/+660
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-854/+1201
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-2/+2
2013-11-28Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-3/+6
2013-11-23Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-3/+9
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-11/+11
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-8/+26
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-08-27From Michal Labedzki:Anders Broman1-1/+9
2013-08-18Bluetooth: HCI: Synchronize and update Voice command. Bug 9050 (https://bugs...Michael Mann1-5/+19
2013-08-18HCI: Full dissection of EIR/AD and little improve filtering, bug 9050 (https:...Michael Mann1-41/+227
2013-07-23From Michal Labedzki:Anders Broman1-41/+522
2013-07-23From Michal Labedzki:Anders Broman1-296/+606
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-2/+14
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-8/+11
2013-03-18From Michal Labedzki:Anders Broman1-7/+7
2013-03-18From Michal Labedzki:Anders Broman1-1/+3
2013-02-21Minor Bluetooth fixesMichael Mann1-5/+5
2012-12-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8038 :Pascal Quantin1-1/+2
2012-12-02Remove unneeded variable initializers.Evan Huus1-4/+4
2012-11-29From Michal Labedzki:Anders Broman1-1/+1
2012-10-22FixJörg Mayer1-2/+2
2012-10-22from Allan M. Madsen:Anders Broman1-79/+1288
2012-10-09From Michal Labedzki:Anders Broman1-0/+12
2012-09-21From Michal Labedzki:Anders Broman1-7/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-21From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss1-1/+1
2012-03-12Use consistent indentation;Bill Meier1-2455/+2455
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-19Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+12
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-13/+13