aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hid.c
AgeCommit message (Expand)AuthorFilesLines
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