aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-07dissect a get descriptor request and response for the HID report descriptorMartin Kaiser1-24/+0
2015-02-07refactor the dissection of USB setup requestsMartin Kaiser1-28/+47
2015-02-07change try_dissect_next_protocol() such that its parameter is theMartin Kaiser1-15/+9
2015-02-07new function is_usb_standard_setup_request() to check if a request is aMartin Kaiser1-3/+27
2015-01-28Try dissecting some stuff even if we don't have conversation information.Guy Harris1-40/+71
2015-01-28Make the USB header information an enumerated type.Guy Harris1-43/+104
2015-01-28Move tests out of try_dissect_linux_usb_pseudo_header_ext().Guy Harris1-24/+30
2015-01-28Add documentation URLs for the Linux USB and USBPCAP pseudo-headers.Guy Harris1-0/+4
2015-01-21Remove some dead initializersBill Meier1-2/+2
2015-01-16USB: do not put usb_address_t structure on stack and initialize it completely...Pascal Quantin1-16/+17
2015-01-13When allocating address structures, use wmem_new0().Guy Harris1-2/+2
2015-01-10USB: Fix Conversation/Endpoint filtersMichal Labedzki1-10/+44
2015-01-09convert variables that were static just because of SET_ADDRESS macro to use t...Michael Mann1-6/+7
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-4/+4
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-3/+3
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-12-13dissector_try_uint(_new) and dissector_try_string now return the number of by...Pascal Quantin1-1/+1
2014-11-10USB: consider the device class when we try to select the next dissectorMartin Kaiser1-1/+14
2014-11-08remove parent parameter from dissect_usb_setup_response()Martin Kaiser1-4/+7
2014-11-08remove parent parameter from dissect_usb_setup_request()Martin Kaiser1-3/+5
2014-11-02remove parent parameter from try_dissect_next_protocol()Martin Kaiser1-4/+7
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-2/+0
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-2/+2
2014-09-17Show endpoint direction based on EPHandle bitSean O. Stalley1-1/+1
2014-09-17Fixed dissection of 8-byte device descriptorsSean O. Stalley1-0/+7
2014-09-15USB feature selectors now per USB 3.1 specSean O. Stalley1-9/+92
2014-08-28set usb_dissector_table for control messages to "other" and "reserved"Martin Kaiser1-7/+6
2014-08-28remove offset parameter from try_dissect_next_protocol()Martin Kaiser1-13/+10
2014-08-28handle standard and non-standard setup requests in the same functionMartin Kaiser1-40/+22
2014-08-28simplify dissect_nonstandard_usb_setup_request()Martin Kaiser1-26/+19
2014-08-28correct detection of USB header typeMartin Kaiser1-1/+2
2014-08-28remove unnecessary try_dissect_linux_usb_pseudo_header_ext() callMartin Kaiser1-1/+0
2014-08-28merge dissect_linux_usb_pseudo_header_ext() andMartin Kaiser1-33/+14
2014-08-28remove two obsolete commentsMartin Kaiser1-2/+0