aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavrcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-02Remove unneeded variable initializers.Evan Huus1-16/+16
2012-11-29From Michal Labedzki:Anders Broman1-1/+1
2012-11-25 Fix several [-Wshadow] warnings;Bill Meier1-52/+46
2012-10-24Use tvb_reported_length() to skip past all bytes in the tvb.Chris Maynard1-1/+2
2012-10-21Fix a few errors found by checkhf.pl and fix-encoding-args.plPascal Quantin1-15/+8
2012-10-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-35/+22
2012-10-09From Michal Labedzki:Anders Broman1-0/+13
2012-09-24Try to passify the buildbots by:Anders Broman1-12/+13
2012-09-24From Michal Labedzki:Anders Broman1-0/+2987