aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
AgeCommit message (Expand)AuthorFilesLines
2004-03-17From Brian Wheeler: DOCSIS 2.0 support.guy11-295/+1843
2004-02-05Update a comment.guy1-2/+9
2004-01-07Don't do anything exotic to get signed integral values - Ethereal'sguy1-59/+3
2004-01-05removed some MSVC warnings (level 3)ulfl1-2/+2
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterguy23-141/+99
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterguy1-8/+8
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorter thanguy1-36/+36
2003-12-11prevent MSVC warning:ulfl2-5/+5
2003-11-12From Anand Narwani: fix bitmask for Active Grants field.guy1-2/+2
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherguy1-15/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-1/+3
2003-10-05Get rid of another strict-aliasing warning:jmayer1-2/+2
2003-09-09Fix the URL for the DOCSIS specifications.guy1-2/+2
2003-09-09The PDU length is the length field minus the length of the EHDR *minusguy1-2/+2
2003-09-09Fix the URL for the DOCSIS 1.1 Baseline Privacy Plus Interfaceguy1-15/+3
2003-09-09Put each TLV in a tree of its own, and put the TLV type and lengthguy1-30/+49
2003-09-09Update the URL for the DOCSIS 1.1 specifications.guy1-31/+18
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)jmayer2-79/+4
2003-07-19Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"guy1-2/+1
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onguy1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy1-4/+2
2003-05-28Update Anand Narwani's email address.gerald26-51/+51
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy2-7/+7
2003-01-11Fix the copyright notice, give it an RCS ID, and fix the introductoryguy1-4/+5
2003-01-09Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureguy1-1/+1
2002-10-15When registering a protocol, make sure there are no other protocols withguy1-3/+3
2002-09-23Fix two minor typos by Anand V. Narwanijmayer1-3/+3
2002-09-12Handle ignored files more flexible. This also fixes the newest filesjmayer1-47/+2
2002-09-12From Anand Narwani: fix an error in decoding classifier TLV's.guy1-4/+4
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.guy28-11/+390
2002-08-30From Anand Narwani: updates to fix:guy2-12/+60
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer5-40/+40
2002-08-20From Anand Narwani: fix an infinite recursion issue when decodingguy1-1/+10
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer24-187/+3
2002-07-22Update from Anand V. Narwani:guy1-6/+54
2002-07-21Offsets in packets should be "int", not "guint8", unless there is anguy1-3/+3
2002-07-20From Anand V. Narwani: fix to the Info column for Request frames.guy1-3/+3
2002-07-17From Joerg Mayer:guy23-93/+1
2002-07-16Get rid of carriage returns.guy1-43/+43
2002-07-14From Anand V. Narwani: fix so that when a filter is applied to a DOCSISguy1-6/+2
2002-07-12From Anand V. Narwani:guy34-0/+9095