aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavdtp.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-1/+1
2021-07-24check_typed_item_calls.py: Add a check for all-zeroes maskMartin Mathieson1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-25/+25
2019-02-21btavdtp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2019-02-20Bluetooth: LDAC dissectorJakub Pawlowski1-32/+325
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-14/+14
2018-11-01Bluetooth LDAC codec dissection supportValdikSS1-0/+125
2018-10-27Add aptX HD dissector supportValdikSS1-10/+84
2018-10-24APT-X is changed to aptX, this is how it's spelled on Qualcomm website.ValdikSS1-7/+8
2018-08-21Fix SBC packet Loudness/SNR information wrong byte compatisonValdikSS1-2/+2
2018-08-14BT A2DP: fully initialize sep_entry_t structurePascal Quantin1-3/+1
2018-08-05Fix typo ACC → AACValdikSS1-4/+4
2018-05-17btavdtp: fix issue found by PVS Studio (V519)Alexis La Goutte1-2/+0
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-30SDP/RTP: Support for "bundled" media.Robert Jongbloed1-2/+2
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-3/+3
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-12/+6
2016-10-28btavdtp: fix fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-09-22Don't call proto_register_field_array() or expert_register_protocol() withAndersBroman1-2/+2
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