aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hid.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09usb-hid: skip report descriptor if caller doesn't provide it.Dario Lombardo1-4/+6
2020-06-01USB HID: annotate usbhid.dataFilipe Laíns1-8/+28
2020-05-27USB HID: introduce report_descriptors data structureFilipe Laíns1-0/+69
2020-05-27USB HID: make usbhid.data bytesFilipe Laíns1-1/+1
2020-03-23fix typo found by lintian (Unkown => Unknown)Alexis La Goutte1-1/+1
2020-03-15USB HID: add missing usage pagesFilipe Laíns1-28/+850
2020-03-15More modeline fixes to put HT tab stops every 8 characters.Guy Harris1-2/+2
2020-03-15Tab stops are always always always always always every 8 spaces.Guy Harris1-1/+1
2020-03-15USB HID: update modelines to match the current code styleFilipe Laíns1-3/+3
2020-03-15USB HID: fix incorrect format string when annotating top level rdesc itemsFilipe Laíns1-5/+5
2020-03-14USB HID: fix interpretation of unit exponent fieldFilipe Laíns1-1/+1
2020-03-14USB HID: dissect the missing fields from input/output/feature itemsFilipe Laíns1-2/+15
2020-03-14USB HID: provide item string for the unicode usage pageFilipe Laíns1-0/+3
2020-03-14USB HID: have a consistent styleFilipe Laíns1-434/+383
2020-03-14USB HID: fix bug where logical min/max were being dissected as unsignedFilipe Laíns1-12/+13
2020-03-13USB HID: make the dissection tree look as in the specFilipe Laíns1-25/+70
2020-03-11USB HID: use the correct names from the specFilipe Laíns1-18/+18
2020-03-11USB HID: refactor usage page identificationFilipe Laíns1-1978/+1978
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-08-24Fix Usb HID Report descriptor Local item Usage parsingAndrey1-4/+1941
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-8/+8
2016-06-13USB HID: add dissector to USB Device 'Decode As' listPascal Quantin1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-09-11usb: fix 'index' var nameDario Lombardo1-1/+1
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-4/+4
2015-02-08USB HID: fix no previous prototype for 'dissect_usb_hid_get_report_descriptor...Alexis La Goutte1-0/+1
2015-02-07set protocol to USBHID for get descriptor request and responseMartin Kaiser1-0/+2
2015-02-07use the value string for HID descriptor typeMartin Kaiser1-1/+2
2015-02-07dissect a get descriptor request and response for the HID report descriptorMartin Kaiser1-26/+114
2015-02-03Bluetooth/USB HID: Move boot form of reports from bthid to usbhidMichal Labedzki1-2/+736
2015-02-03Bluetooth: ATT: Decode some HOGP attributesMichal Labedzki1-1/+3
2015-01-21usb-hid: fix 2 minor bugs and some dead initializersBill Meier1-12/+10
2015-01-19tvb_length() -> tvb_captured_length()Martin Kaiser1-1/+1
2015-01-18make things a bit easier to read...Martin Kaiser1-3/+4
2015-01-18remove trans_info parameter from dissect_usb_hid_report_item()Martin Kaiser1-6/+3
2015-01-18clean up the functions that dissect the hid requestsMartin Kaiser1-80/+80
2015-01-18remove redundant (and unused) paramter usb_trans_infoMartin Kaiser1-8/+8
2015-01-02USB HID: fix report descriptor main items dissectionPascal Quantin1-9/+9
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+2
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-4/+2
2014-08-19remove the usb_trans_info parameter from dissect_usb_hid_get_report_descriptor()Martin Kaiser1-1/+5
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-7/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-1/+5