aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hid.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-60/+60
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2009-10-31Register dissectors in proto_reg_handoff (not proto_register) in the standard...Bill Meier1-5/+6
2009-10-29From Marton Nemeth via bug 4173:Stig Bjørlykke1-0/+291
2009-08-03Handle usb_hid_item_usage_vals as range_string.Stig Bjørlykke1-1/+1
2009-08-02Remove unneeded #include <epan/emem.h>; fix some indentation.Bill Meier1-5/+4
2009-07-31From Adam Nielsen via bug 3659:Gerald Combs1-0/+769