summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-7/+7
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-7/+7
2015-10-16USB: Fix bytes highlighting on setup partMichal Labedzki1-6/+20
2015-09-11usb: fix 'index' var nameDario Lombardo1-2/+2
2015-05-12USB: allow to call sub dissectors for setup response packets without transact...Pascal Quantin1-2/+2
2015-03-26USB: use URB/IRP ID for request/response trackingPascal Quantin1-14/+35
2015-03-11relay USB control messages without payload to protocol-specific dissectorsMartin Kaiser1-9/+5
2015-03-05USB: add support for alternate setting selectionPascal Quantin1-11/+52
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-2/+3
2015-02-10USB: put back interface class when dissecting URB_CONTROLPascal Quantin1-23/+26
2015-02-07remove the offset parameter from dissect_usb_standard_setup_request()Martin Kaiser1-3/+3