aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-tlv.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-4/+4
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-7/+7
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier1-7/+7
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-28/+28
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-156/+156
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-51/+51
2011-07-04From Guido Reismueller:Anders Broman1-0/+565
2011-02-08#if 0 code related to unused "docsis" dissector table;Bill Meier1-2689/+2618
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-12-16From Guido Reismueller:Jaap Keuter1-0/+2576
2010-10-17Remove some unused hf entries.Stig Bjørlykke1-6/+0
2009-10-09From Didier Gautheron:Anders Broman1-1/+0
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-8/+0
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-63/+63
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-11/+11
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>:Richard van der Hoff1-140/+140
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-01-05Bill Meier:Jörg Mayer1-1/+1
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-4/+3
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorter thanGuy Harris1-36/+36
2003-12-11prevent MSVC warning:Ulf Lamping1-3/+3
2003-10-05Get rid of another strict-aliasing warning:Jörg Mayer1-2/+2
2003-09-09Fix the URL for the DOCSIS specifications.Guy Harris1-2/+2
2003-05-28Update Anand Narwani's email address.Gerald Combs1-2/+2
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-2/+2
2002-09-23Fix two minor typos by Anand V. NarwaniJörg Mayer1-3/+3
2002-09-12From Anand Narwani: fix an error in decoding classifier TLV's.Guy Harris1-4/+4
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris1-2/+10
2002-08-30From Anand Narwani: updates to fix:Guy Harris1-8/+8
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-22/+22
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-14From Anand V. Narwani: fix so that when a filter is applied to a DOCSISGuy Harris1-6/+2
2002-07-12From Anand V. Narwani:Guy Harris1-0/+2867