aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavdtp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-22Bluetooth: A2DP: Fix fuzz failtureMichal Labedzki1-6/+19
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-13/+13
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-13/+13
2014-05-30fixMartin Kaiser1-0/+2
2014-05-30Bluetooth: AVDTP: First step to fully support AVDTP sessionMichal Labedzki1-2/+10
2014-05-30Bluetooth: AVDTP: Add support for APT-X configurationMichal Labedzki1-26/+405
2014-05-30Bluetooth: Avoid using macro GPOINTER_TO_UINT()Michal Labedzki1-8/+8
2014-05-30Bluetooth: L2CAP: Another fix for CIDsMichal Labedzki1-20/+18
2014-05-30Bluetooth: AVDTP: Upgrade session logicMichal Labedzki1-3/+5
2014-05-30Bluetooth AVDTP/RTP: Separate the streamsMichal Labedzki1-237/+300
2014-05-30Bluetooth: Add music duration info for SBCMichal Labedzki1-15/+88
2014-05-09Initialize int_seid to 0 in btavdtp dissectorEvan Huus1-2/+3
2014-03-25Bluetooth: AVDTP: Add option to disable Force Codec preferenceMichal Labedzki1-3/+5
2014-03-24Bluetooth: AVDTP: Use full name for MPF fieldMichal Labedzki1-1/+1
2014-03-24Bluetooth: AVDTP: Improve filteringMichal Labedzki1-8/+8
2014-03-07Bluetooth: A2DP/VDP: Display SEIDs used in conversationMichal Labedzki1-8/+58
2014-03-07Bluetooth: AVDTP: Fix trees and distinguish local and remote SEPsMichal Labedzki1-133/+267
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-9/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-16Bluetooth: AVDTP: Fix byte orderMichal Labedzki1-143/+142
2014-02-04Bluetooth: AVDTP: Fix offset in case with Error CodeMichal Labedzki1-0/+13
2013-11-04Revert r53073, by now the vast majority of dissector do declare theJörg Mayer1-0/+9
2013-11-03Remove forward declarations of registration functions.Jörg Mayer1-9/+0
2013-11-03Bluetooth: AVDTP: Add support for Content Protection type SCMS-T (and some mi...Michael Mann1-65/+278
2013-11-02Partially revert r53052 because hf_ fields aren't defined (or used)Michael Mann1-1/+8
2013-11-02Bluetooth: minor improvements. Bug 7893 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-4/+30
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-7/+9
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-7/+6
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-13/+56
2013-07-09Batch of filterable expert infos.Michael Mann1-6/+16
2013-07-01Fix typo in retrieving h263 dissector. Bug 7893 (https://bugs.wireshark.org/...Michael Mann1-1/+1
2013-06-20From Michal Labedzki viaEvan Huus1-20/+20
2013-04-02Both tvb_length_remaining and tvb_reported_length_remaining can return -1.Chris Maynard1-4/+4
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-18/+11
2013-03-28Fix the remaining instances of Coverity CID's 741992 and 986498, which should...Chris Maynard1-1/+1
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-4/+11
2013-03-18From beroset:Anders Broman1-11/+11
2013-03-18From Michal Labedzki:Anders Broman1-3/+3
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-8/+8
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-2/+2
2013-01-14Fix Coverity CID 741992: Unused pointer value.Chris Maynard1-1/+1
2012-12-03From Michal Labedzki:Anders Broman1-0/+7
2012-12-03From Michal Labedzki:Anders Broman1-6/+5
2012-12-02Remove unneeded variable initializers.Evan Huus1-3/+3
2012-12-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8033 :Jeff Morriss1-6/+5
2012-11-30Fix an unitialized-read detected by Valgrind while processing:Jeff Morriss1-1/+2
2012-11-12Fix an invalid usage of extended value strings and a few errors found by fix-...Pascal Quantin1-12/+12
2012-11-10Avoid redeclaring/hiding a couple of file-static variables.Martin Mathieson1-4/+0