Squelch compiler warnings, and remove some trailing blanks from lines.
[obnox/wireshark/wip.git] / plugins / docsis /
2004-03-17 guyFrom Brian Wheeler: DOCSIS 2.0 support.
2004-02-05 guyUpdate a comment.
2004-01-07 guyDon't do anything exotic to get signed integral values...
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-13 guyUse "int"s, not "guint16"s, as packet offsets (using...
2003-12-13 guyUse "int"s, not "guint16"s, as packet offsets (using...
2003-12-13 guyUse "int"s, not "guint16"s, as packet offsets (using...
2003-12-11 ulflprevent MSVC warning:
2003-11-12 guyFrom Anand Narwani: fix bitmask for Active Grants field.
2003-11-06 guyUse "$(OBJECTS)" whenever a complete list of .obj files...
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
2003-10-05 jmayerGet rid of another strict-aliasing warning:
2003-09-09 guyFix the URL for the DOCSIS specifications.
2003-09-09 guyThe PDU length is the length field minus the length...
2003-09-09 guyFix the URL for the DOCSIS 1.1 Baseline Privacy Plus...
2003-09-09 guyPut each TLV in a tree of its own, and put the TLV...
2003-09-09 guyUpdate the URL for the DOCSIS 1.1 specifications.
2003-09-05 jmayer- Make --enable-static work again (configure.in, Makefi...
2003-07-19 guyGet rid of check for a null "docsis_vsif_handle" -...
2003-06-14 guyDefine GLIB_LIBS and GTK_LIBS variables in config.nmake...
2003-06-14 guyDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2003-05-28 geraldUpdate Anand Narwani's email address.
2003-01-31 guyGet rid of BASE_BIN - it's just the same as BASE_DEC...
2003-01-11 guyFix the copyright notice, give it an RCS ID, and fix...
2003-01-09 guyUse "plugindir", not "PLUGIN_DIR", as the variable...
2002-10-15 guyWhen registering a protocol, make sure there are no...
2002-09-23 jmayerFix two minor typos by Anand V. Narwani
2002-09-12 jmayerHandle ignored files more flexible. This also fixes...
2002-09-12 guyFrom Anand Narwani: fix an error in decoding classifier...
2002-09-10 guyFrom Anand Narwani: support for Cisco vendor-specific...
2002-08-30 guyFrom Anand Narwani: updates to fix:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-20 guyFrom Anand Narwani: fix an infinite recursion issue...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-22 guyUpdate from Anand V. Narwani:
2002-07-21 guyOffsets in packets should be "int", not "guint8", unles...
2002-07-20 guyFrom Anand V. Narwani: fix to the Info column for Reque...
2002-07-17 guyFrom Joerg Mayer:
2002-07-16 guyGet rid of carriage returns.
2002-07-14 guyFrom Anand V. Narwani: fix so that when a filter is...
2002-07-12 guyFrom Anand V. Narwani: