aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-com.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-05Fix some filters that appear to be copied from entry before.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2020-05-16USB: fix redundant assignments or tests flagged by PVS-StudioMartin Mathieson1-1/+0
2019-12-24USB CDC: Match subordinate interfaces with masterTomasz Moń1-14/+115
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-18MBIM: remove USBPcap / usbmon specific codePascal Quantin1-6/+5
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-02-01Switch my contact addressPascal Quantin1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-02-23USB COM: highlight the bytes of the communications descriptorMartin Kaiser1-1/+1
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-8/+6
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-4/+4
2015-10-16USB COM: revert ga618f1c change now that g5e8c629 is mergedPascal Quantin1-3/+2
2015-05-14USB COM: add dissection of Ethernet Networking Functional DescriptorPascal Quantin1-3/+216
2015-05-12MBIM: fix dissection of captures taken on a Linux hostPascal Quantin1-0/+4
2015-05-12USB COM: add dissection of ECM Management Element NotificationsPascal Quantin1-21/+146
2015-02-10USB: put back interface class when dissecting URB_CONTROLPascal Quantin1-2/+3
2015-01-28Make the USB header information an enumerated type.Guy Harris1-1/+1
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-1/+0
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-3/+1
2014-03-25MBIM: fix dissection of control packets when capturing with usbmonPascal Quantin1-2/+8
2014-03-06Ue TFS & VALS macros for certain 'fieldconvert' fields.Bill Meier1-6/+6
2014-02-23Remove deprecated TVB APIsPascal Quantin1-6/+4
2013-12-10Remove _U_ from dissect_usb_com_bulk()'s data parameter; it is used.Chris Maynard1-1/+1
2013-11-15Dissect USB Com Network Control Model requestsPascal Quantin1-5/+399
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-8/+4
2013-10-27From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-3/+89
2013-10-27From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-0/+1
2013-10-24fix offset calculationMartin Kaiser1-5/+7
2013-10-14Add dissection of NCM/MBIM data traffic based on data interface class protoco...Pascal Quantin1-1/+30
2013-10-07MBIM data is transferred over CDC-Data interface class. Remove useless code.Pascal Quantin1-50/+1
2013-10-07Dissect MBIM traffic over USB bulkPascal Quantin1-1/+50
2013-10-03Add dissection of MBIM (extended) functional descriptorPascal Quantin1-15/+115
2013-10-02Add dissection of GSM/CDMA SMS in PDU modePascal Quantin1-2/+5
2013-09-30Plug MBIM dissector to USB onePascal Quantin1-0/+151