aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-docsis.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-05Get rid of a bunch of check_col().Anders Broman1-5/+2
2009-08-21Remove unneeded #includes.Jaap Keuter1-2/+0
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-4/+0
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-12/+12
2008-05-05Dount use proto_tree_add_item_hidden().Anders Broman1-4/+6
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-17Pull the plugin-specific code into "plugin.c", and generate aGuy Harris1-92/+0
2006-02-01From Eric Hultin:Anders Broman1-0/+8
2006-01-05Bill Meier:Jörg Mayer1-2/+2
2005-05-23Make sure we don't loop when we dissect concatenated PDUs. Make some intGerald Combs1-7/+11
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-33/+33
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-9/+1
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+3
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-1/+6
2004-02-05Update a comment.Guy Harris1-2/+9
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-24/+29
2003-11-12From Anand Narwani: fix bitmask for Active Grants field.Guy Harris1-2/+2
2003-09-09The PDU length is the length field minus the length of the EHDR *minusGuy Harris1-2/+2
2003-09-09Update the URL for the DOCSIS 1.1 specifications.Guy Harris1-31/+18
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer1-3/+3
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-5/+5
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris1-1/+3
2002-08-30From Anand Narwani: updates to fix:Guy Harris1-4/+52
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-11/+11
2002-08-20From Anand Narwani: fix an infinite recursion issue when decodingGuy Harris1-1/+10
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-22Update from Anand V. Narwani:Guy Harris1-6/+54
2002-07-21Offsets in packets should be "int", not "guint8", unless there is anGuy Harris1-3/+3
2002-07-20From Anand V. Narwani: fix to the Info column for Request frames.Guy Harris1-3/+3
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-07-12From Anand V. Narwani:Guy Harris1-0/+750