aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthcrp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Fix more spellings - mostly commentsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-31/+31
2023-04-23More val_to_str()-related fixesMartin Mathieson1-3/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
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
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-17Bluetooth: Make dissectors independent of passed dataMichal Labedzki1-100/+97
2015-09-09Fix some memory leaks when extracting a string from TVBPascal Quantin1-1/+1
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-6/+6
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-14/+14
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-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-24/+128
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
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-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-07-09Batch of filterable expert infos.Michael Mann1-5/+15
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-1/+1
2013-02-25From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+592