aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavrcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-181/+181
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-9/+9
2023-08-16Misc dissector fixesMartin Mathieson1-1/+1
2023-05-29label-vs filter checking: Only report dissector appears to be written that wayMartin Mathieson1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2020-10-28Bluetooth protocols: fix some protocol item lengthsMartin Mathieson1-3/+3
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-5/+5
2019-07-29Bluetooth: AVRCP: add new AVRCP 1.6 MediaPlayer Item feature flagsMatt Porter1-2/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-5/+5
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-7/+7
2018-03-02Bluetooth: Initialize ett features for Media Player DissectionAjay Panicker1-0/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-2/+2
2017-07-19AVRCP: fix parsing of Media Player ItemsMarie Janssen1-7/+7
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-1/+1
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-6/+8
2017-04-01You can't get a string value from an FT_NONE string.Guy Harris1-1/+1
2017-03-19dissectors (and tools): fix typo dependant -> dependentAlexis La Goutte1-5/+5
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+2
2016-05-08Remove the MIBenum stuff from the WAP code.Guy Harris1-2/+2
2016-05-08Show MIBenum values for character sets as decimal.Guy Harris1-1/+1
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-12/+12
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2016-01-06BTAVRCP: fix misspelling (found by Lintian)Alexis La Goutte1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-17Bluetooth: Make dissectors independent of passed dataMichal Labedzki1-157/+118
2015-09-09Fix some memory leaks when extracting a string from TVBPascal Quantin1-5/+5
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-3/+3
2015-05-09Fix some more constants to be unsigned.Guy Harris1-2/+2
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-9/+9
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-14Bluetooth: A2DP: Add AVRCP song position indicatorMichal Labedzki1-5/+29
2014-11-14Bluetooth: AVRCP: Improve command/response trancingMichal Labedzki1-4/+21
2014-11-14Bluetooth: AVRCP: Fix swappend SongPosition and SongLengthMichal Labedzki1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-5/+5
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-5/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-02eject 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-11/+10
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-11/+10
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-16/+74
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5