aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-docsis.c
AgeCommit message (Expand)AuthorFilesLines
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