aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-5/+5
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-06-25USB: Fall back to transfer type from descriptorLars Christensen1-3/+32
2018-06-24USB: Dissect URB transfer flagsLars Christensen1-1/+115
2018-02-27Qt/USB: Allow USB src/dst addresses to be selected for columnsPeter Wu1-1/+7
2018-02-18USB: Sanity check Darwin USB header to prevent infinite loop.Michael Mann1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-09-06USB: use G_GUINT64_CONSTANT() macroPascal Quantin1-4/+4
2017-09-06packet-usb.c: Add support for USBPort KeywordMichael Mann1-0/+46
2017-09-05Add NetMon System Trace supportMichael Mann1-14/+0
2017-09-04Add NetMon Event Provider ID dissector tableMichael Mann1-3/+797
2017-06-12Extract errno value_strings from usb codePeter Wu1-144/+5
2017-05-03USB: prevent array bounds overflow from invalid Darwin transfer typeJaap Keuter1-3/+4
2017-03-31Add packet capture support for Darwin USBScott Deandrea1-0/+360
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-12-11Cleanup dissection of endpoint addresses.Guy Harris1-17/+17
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-4/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-7/+7
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-06-22Move AT_USB to inside USB dissector.Michael Mann1-9/+36
2016-06-13USB: fix dissection of URB setup when the payload was claimed by a sub dissectorPascal Quantin1-2/+2
2016-05-18USB: check length before calling setup response subdissectorSean O. Stalley1-6/+9
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-10/+10
2016-03-05usb: display correctly index/interface/endpoint in urb setupVictor Dodon1-16/+52
2016-02-28u3v: use interface class and subclass in heuristic checksMartin Kaiser1-1/+1
2016-02-28usb: fix a typoMartin Kaiser1-2/+2
2016-02-28usb: resolve some subclasse codes of interface class miscMartin Kaiser1-0/+19
2016-02-23Get rid of trailing white space.Guy Harris1-1/+1
2016-02-23Dissect the frame data.Guy Harris1-5/+22
2016-02-21No need to export the 48-byte-header Linux USB dissector.Guy Harris1-3/+2
2016-02-21Disssect the flags fields in the FreeBSD USB headers.Guy Harris1-4/+245
2016-02-20Fix indentation.Guy Harris1-1/+1
2016-02-20Initial support for FreeBSD USB captures.Guy Harris1-19/+323
2016-02-18Have ETT variable names all begin with ett_.Guy Harris1-13/+13
2016-02-17usb: cleanup idProduct dissectionChristian Lamparter1-18/+7
2016-02-16USBIP: add USBIP Protocol dissectorChristian Lamparter1-3/+118
2016-02-02usb: don't THROW() an exception from a dissectorMartin Kaiser1-4/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-9/+9
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2016-01-13Enable USB sub-dissectors for MA USB.Sean O. Stalley1-62/+83
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-20[USB] dissect the data part in outgoing isochronous URBs on LinuxMartin Kaiser1-3/+8
2015-12-12[usb] update a commentMartin Kaiser1-1/+1
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-2/+2
2015-11-29USB: allow usb string descriptor short readThies Moeller1-2/+4