aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-ucd.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-34/+34
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-05Get rid of a bunch of check_col().Anders Broman1-3/+0
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-8/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>:Richard van der Hoff1-28/+28
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-19Fix the register and register-handoff routines to have the standardGuy Harris1-2/+2
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
2004-03-17From Brian Wheeler: DOCSIS 2.0 support.Guy Harris1-280/+572
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-6/+5
2003-09-09Put each TLV in a tree of its own, and put the TLV type and lengthGuy Harris1-30/+49
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/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-8/+0
2002-07-17From Joerg Mayer:Guy Harris1-4/+0
2002-07-12From Anand V. Narwani:Guy Harris1-0/+541