aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthfp.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-26HSP+HFP: Fix invalid UTF-8 string truncationJoão Valverde1-3/+2
2022-09-28epan: Use proto_*_ret_display_string() in a couple of placesJoão Valverde1-4/+3
2021-11-26at: Fix typo in cme_error_valsStig Bjørlykke1-2/+2
2021-09-03Some spelling fixesMartin Mathieson1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2020-06-06BTHFP: Add support for battery level indicationJaap Keuter1-1/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-11Fix Wpointer-sign warnings.Anders Broman1-6/+6
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-06-15bthfp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2018-06-13Bluetooth: HFP: Implement some Apple-specific AT commandsMichał Łabędzki1-1/+311
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2017-04-04Bluetooth: HFP: Fix "Parameters" field highlightMichal Labedzki1-1/+1
2017-04-04Bluetooth: HFP: Fix expert info for reserved field in +BRSFsMichal Labedzki1-4/+4
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-1/+1
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-1/+1
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-4/+4
2016-10-17Bluetooth: HFP: Fix incorrect field nameMichal Labedzki1-1/+1
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-6/+6
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-10-17Bluetooth: Make dissectors independent of passed dataMichal Labedzki1-102/+87
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-8/+8
2015-07-17Don't register in a non-existent dissector table.Guy Harris1-1/+1
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-2/+3
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-33/+34
2015-04-18Bluetooth: HFP: Fix Dead Store (Dead assignement/Dead increment) warning foun...Alexis La Goutte1-1/+1
2015-04-14Bluetooth: HFP: Update to HFP 1.7Michal Labedzki1-4/+127
2015-03-30BTHFP: fix missing Break in switch (CID: 1287325)Alexis La Goutte1-0/+1
2015-03-06bthfp: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+2
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-10/+10
2015-03-02Bluetooth: HFP: Temporary disable partial message dissectionMichal Labedzki1-17/+21
2015-03-02Bluetooth: HFP: Improve HFP dissector by dissecting all commandsMichal Labedzki1-84/+905
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-4/+2
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-12/+12
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-12/+12
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-1/+0
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5