aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-audio.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-12-12In one or more of the files:Bill Meier1-21/+21
2013-12-09Reject the packet if data is NULL.Chris Maynard1-1/+7
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-6/+6
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-02dissect len and type for audio class descriptorsMartin Kaiser1-6/+22
2013-09-02register a dissector for audio class specific descriptorsMartin Kaiser1-1/+37
2013-09-01Remove expert_add_undecoded_item in favor of proto_tree_add_expert.Michael Mann1-1/+11
2013-07-31Convert the USB dissectors to wmem.Evan Huus1-1/+0
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-10/+11
2013-03-17From beroset:Anders Broman1-1/+1
2012-11-02From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7809 ...Alexis La Goutte1-0/+358