aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btmcap.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-3/+3
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-17/+13
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-6/+5
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-8/+8
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-6/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-6/+9
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-9/+8
2013-10-26Replace tabs by spaces. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-07-09Batch of filterable expert infos.Michael Mann1-6/+17
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-17/+10
2013-03-28Fix the remaining instances of Coverity CID's 741992 and 986498, which should...Chris Maynard1-2/+2
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-0/+3
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-02-23Fix Coverity CID 986498: Unused pointer value.Chris Maynard1-1/+1
2013-02-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+458