aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavdtp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-8/+8
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-14/+14
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-5/+5
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-19/+19
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-6/+6
2015-12-07btavdtp: fix An unconditional 'break' within a loop found by PVS Studio (V612)Alexis La Goutte1-5/+3
2015-09-14Bluetooth: AVDTP: Add missing error codesMichal Labedzki1-0/+37
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-7/+9
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-13/+13
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2015-01-10Bluetooth: A2DP: APT-X: Unhardcode stream configurationMichal Labedzki1-42/+123
2015-01-09Bluetooth: AVDTP: Fix other-side ReconfigureMichal Labedzki1-39/+63
2015-01-09Bluetooth: AVDTP/VDP: Add link to first and last packet in the streamMichal Labedzki1-7/+119
2015-01-08Bluetooth: AVDTP: Present bitfields for codec ad true/falseMichal Labedzki1-4/+4
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-6/+5
2014-11-16btavdtp: Add missing break;Alexis La Goutte1-0/+1
2014-11-14Bluetooth: A2DP: Add AVRCP song position indicatorMichal Labedzki1-0/+39
2014-11-14Bluetooth: AVDTP: Add possibility to force decode as APT-XMichal Labedzki1-1/+5
2014-10-22Bluetooth: A2DP: APT-X does not use RTP while there is no content protectionMichal Labedzki1-4/+6
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-1/+0
2014-09-19Bluetooth: ACL/AVDTP: Fix ACL session handlingMichal Labedzki1-4/+18
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