aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hid.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-27USB HID: Always use a format string.Gerald Combs1-7/+11
2022-05-22Some check_typed_item_calls.py warning fixes.Martin Mathieson1-1/+1
2022-03-07USB HID: Initialize some variables.Gerald Combs1-4/+4
2021-09-29USBHID: Add integer representation of data bits without specific parsing.Berk Akinci1-4/+8
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-39/+13
2021-09-10USB HID: Handle different usage pages in fieldsTomasz Moń1-194/+188
2021-09-10USB HID: Support extended usages in descriptorsTomasz Moń1-16/+56
2021-08-31USBHID: Report Descriptor: Fix Push and Pop global item parsing.Berk Akinci1-4/+10
2021-08-29USB HID: Fix Usage Maximum typoBerk Akinci1-4/+2
2021-08-29USB HID: Update to match HID Usage Tables version 1.22Berk Akinci1-206/+534
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-5/+5
2021-02-02Address more non-static, non-shared symbols.Martin Mathieson1-1/+1
2021-01-26USB HID: Avoid allocating a huge amount of memory (second try).Gerald Combs1-0/+5
2021-01-26USB HID: Fix a memory leak.Gerald Combs1-3/+1
2020-12-10USB-HID: Tertiery is usually threeJaap Keuter1-1/+1
2020-12-03USB HID: Usage Minimum and Usage Maximum are inclusiveJohn Thacker1-3/+9
2020-10-23USB HID: Initialize a struct.Gerald Combs1-1/+1
2020-10-15proto: add support for FT_BYTES in proto_tree_add_bitsFilipe Laíns1-5/+449
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-6/+6
2020-09-02USB HID: Avoid allocating a huge amount of memory.Gerald Combs1-0/+3
2020-09-01USB HID: Fix a double free.Gerald Combs1-0/+4
2020-08-20USB HID: fail to parse the rdesc if it has mismatched report ID usageFilipe Laíns1-0/+6
2020-08-20USB HID: separate HID items into input and outputFilipe Laíns1-46/+87
2020-07-07USB HID: fix memory leak when saving report descriptorsFilipe Laíns1-7/+14
2020-07-07USB HID: fix parsing {logical ,phys }{min,max} in the report descriptorFilipe Laíns1-4/+4
2020-07-07USB HID: introduce a report descriptor parserFilipe Laíns1-1/+235
2020-06-25USB HID: skip re-saving report descriptorsFilipe Laíns1-1/+3
2020-06-25USB HID: fix saving the report descriptor bodyFilipe Laíns1-1/+1
2020-06-25USB HID: fix USAGE definition nameFilipe Laíns1-3/+3
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