aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavrcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-5/+5
2013-07-09Batch of filterable expert infos.Michael Mann1-4/+13
2013-06-20From Michal Labedzki viaEvan Huus1-21/+21
2013-04-01Typo's. That is all.Jaap Keuter1-1/+1
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-9/+13
2013-03-18From Michal Labedzki:Anders Broman1-7/+2
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-03-18From Michal Labedzki:Anders Broman1-6/+6
2013-03-18From Michal Labedzki:Anders Broman1-71/+36
2013-03-17From beroset:Anders Broman1-17/+17
2013-02-21Minor Bluetooth fixesMichael Mann1-20/+50
2013-02-21Fix AVCTP, AVRCP, HCI AVL and L2CP for multiple interfaces/adaptersMichael Mann1-90/+249
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-28/+28