aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-vendor.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann1-4/+4
2014-10-05docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.Bill Meier1-85/+76
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-4/+1
2014-04-08I don't see anything here requiring netinet/in.h, so don't include it.Guy Harris1-8/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-19Fix [-Wmissing-prototypes]Anders Broman1-2/+2
2013-11-18Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-02-10Comment out various unused hf_... instances 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-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-4/+4
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-02-08#if 0 code related to unused "docsis" dissector table;Bill Meier1-64/+65
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-17Remove some unused hf entries.Stig Bjørlykke1-6/+0
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-8/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-9/+9
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>:Richard van der Hoff1-8/+8
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-19Fix a typo.Guy Harris1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-3/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-5/+4
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-8/+8
2003-12-11prevent MSVC warning:Ulf Lamping1-2/+2
2003-07-19Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"Guy Harris1-2/+1
2003-05-28Update Anand Narwani's email address.Gerald Combs1-2/+2
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris1-0/+322