aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthid.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2017-03-06bluetooth: fix this statement may fall through [-Werror=implicit-fallthrough=...Alexis La Goutte1-0/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-2/+2
2015-06-22Remove more tvb_lengthEvan Huus1-3/+3
2015-02-03Bluetooth/USB HID: Move boot form of reports from bthid to usbhidMichal Labedzki1-691/+10
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-5/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-3/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-59/+59
2013-07-09Batch of filterable expert infos.Michael Mann1-6/+14
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+6
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-17/+10
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-0/+2
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-03-18From Michal Labedzki:Anders Broman1-24/+44
2013-02-21Trivial cleanups:Evan Huus1-31/+33
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-10/+10
2012-10-09From Michal Labedzki:Anders Broman1-0/+13
2012-09-21From Michal Labedzki:Anders Broman1-1/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-14From Michal Labedzki:Anders Broman1-5/+5
2012-09-10Add SVN propertiesPascal Quantin1-1/+1
2012-09-10Compiler fixes to rev 44841Michael Mann1-6/+6
2012-09-10Add Bluetooth HID dissector (https://bugs.wireshark.org/bugzilla/show_bug.cgi...Michael Mann1-0/+1095