aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hub.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-20Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-12/+12
2012-03-21From Steve Magnani:Anders Broman1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-76/+76
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-10-31Register dissectors in proto_reg_handoff (not proto_register) in the standard...Bill Meier1-4/+6
2009-10-30From Márton Németh: Jaap Keuter1-0/+677