aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-audio.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-25usb-audio: fix conflictAlexis La Goutte1-3/+3
2019-05-13USB Audio: Dissect USB Audio Interface SubclassTomasz Moń1-7/+7
2019-05-13USB Audio: Dissect Audio Streaming Endpoint descriptorTomasz Moń1-2/+129
2019-05-13USB Audio: Dissect MIDI Bulk Data Endpoint descriptorTomasz Moń1-0/+37
2019-05-13USB Audio: Do not group MIDI Events under USB AudioTomasz Moń1-9/+4
2019-05-13USB Audio: Add USB Midi Event type to headlineTomasz Moń1-1/+2
2019-05-13USB Audio: Dissect MIDI OUT Jack descriptorTomasz Moń1-0/+58
2019-05-13USB Audio: Dissect MIDI IN Jack descriptorTomasz Moń1-0/+40
2019-05-13USB Audio: Dissect MIDI Streaming header descriptorTomasz Moń1-15/+81
2019-05-13USB Audio: Recognize MIDI Streaming descriptorsTomasz Moń1-0/+65
2019-05-07USB Audio: Separate MIDI event data from paddingTomasz Moń1-5/+53
2019-05-05USB Audio: Split AS format type dissection by versionTomasz Moń1-9/+51
2019-05-05USB Audio: Dissect version 2 General AS descriptorTomasz Moń1-14/+559
2019-05-03USB Audio: Generalise undecoded descriptor expert infoTomasz Moń1-7/+10
2019-05-03USB Audio: Dissect version 2 Output Terminal descriptorTomasz Moń1-3/+66
2019-05-03USB Audio: Dissect version 2 Input Terminal descriptorTomasz Moń1-50/+277
2019-05-03USB Audio: Dissect Audio Control clock selector descriptorTomasz Moń1-1/+69
2019-05-03USB Audio: Dissect Audio Control clock source descriptorTomasz Moń1-13/+130
2019-05-01USB Audio: Dissect version 2 Audio Control headerTomasz Moń1-7/+76
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+3
2016-11-03USB Audio: Fix dissection of unit descriptors missing the iFeature fieldAlexis La Goutte1-4/+6
2016-10-28usb-audio: fix fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-05-05USB Audio: add dissect of ChannelConfig bitmapAlexis La Goutte1-4/+150
2016-05-02USB Audio: Add Mixed UnitAlexis La Goutte1-0/+74
2016-05-01Make class "type" for USB conversations.Michael Mann1-0/+4
2016-04-27USB Audio: Add feature UnitAlexis La Goutte1-1/+134
2016-04-25USB Audio: Add Input/Output TerminalAlexis La Goutte1-0/+178
2016-04-22USB Audio: Add dissection of Format Type DescriptorAlexis La Goutte1-0/+123
2016-04-22USB Audio: Add expert info about undecoded Audio Control/Streaming Interface ...Alexis La Goutte1-0/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-11USB Audio: Fix cannot optimize loop, the loop counter may overflow [-Wunsafe-...Alexis La Goutte1-6/+8
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-04-01USB Audio : fix fix Found soft-deprecated APIs (tvb_length)Alexis La Goutte1-3/+3
2015-03-31USB Audio: fix Logically dead code (CID: 1247681)Alexis La Goutte1-6/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-21no need for if(tree)Martin Kaiser1-8/+4
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-2/+2
2014-08-19Revert "Revert "create audio-specific part of the usb conversation""Martin Kaiser1-3/+59
2014-08-16Revert "create audio-specific part of the usb conversation"Evan Huus1-59/+3
2014-08-15packet-usb-audio.c: Trivial changesBill Meier1-5/+4
2014-08-13dissect as interface general descr for v1.00Martin Kaiser1-0/+44
2014-08-13create audio-specific part of the usb conversationMartin Kaiser1-3/+15
2014-08-13distinguish between different audio descriptor types and subtypesMartin Kaiser1-17/+200
2014-08-13get conversation info when we parse audio class-specific descriptorsMartin Kaiser1-5/+10
2014-08-13rename the defines to make it clear that these are interface subclassesMartin Kaiser1-9/+9
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-7/+4