aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hub.c
AgeCommit message (Expand)AuthorFilesLines
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-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-03-17From beroset:Anders Broman1-1/+1
2013-01-03USBHUB: Add useful details to INFO column, bug 8161 (https://bugs.wireshark.o...Michael Mann1-11/+37
2013-01-03From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=81...Alexis La Goutte1-2/+124
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-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