aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hid.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-10Reject packets if data (and usb_trans_info) are NULL. Also, new-syle dissect...Chris Maynard1-7/+13
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-6/+3
2013-09-02descriptor type value string for HIDMartin Kaiser1-1/+13
2013-09-02dissect_usb_descriptor_header() takes an additional value_stringMartin Kaiser1-1/+1
2013-08-27set item len correctlyMartin Kaiser1-2/+2
2013-08-27better function name, make it clear what we want to doMartin Kaiser1-3/+4
2013-08-27dissect the components of the HID descriptorMartin Kaiser1-4/+52
2013-08-27register a dissector for HID class specific descriptorsMartin Kaiser1-2/+32
2013-08-26TABs -> spacesMartin Kaiser1-700/+713
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-5/+3
2013-04-02Both tvb_length_remaining and tvb_reported_length_remaining can return -1.Chris Maynard1-1/+1
2013-03-17From beroset:Anders Broman1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-24From Martin Kaiser:Anders Broman1-3/+3
2012-04-20Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2012-03-21From Steve Magnani:Anders Broman1-3/+3
2011-11-14Very minor cleanup: remove some unneeded #includes & some trailing whitespaceBill Meier1-2/+2
2011-10-23Fix a few proto_tree_add_item() encoding args.Bill Meier1-3/+3
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-10/+10