Better read NTP LSW from the right spot
[obnox/wireshark/wip.git] / plugins / docsis /
2006-02-01 etxrabFrom Eric Hultin:
2006-01-05 jmayerBill Meier:
2005-08-08 ulflvarious code cleanup:
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-05-23 geraldMake sure we don't loop when we dissect concatenated...
2005-03-07 guyCall the "new-style init" routine for plugins a "regist...
2005-03-05 lrolandPreparations for dropping the old plugin api.
2005-02-14 guyMake the "maintainer-clean" rules get rid of some addit...
2004-11-24 guyExport two versions of the Ethereal dissector, for...
2004-10-01 guyFrom Lars Roland: we need to define _NEED_VAR_IMPORT_...
2004-09-29 guyFrom Lars Roland: add an option to link plugins with...
2004-07-18 jmayer .cvsignore is dead
2004-07-18 jmayerAdd epan/dissectors/.cvsignore
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-25 obiotReplace the plugin linkage libs into PLUGIN_LIBS which...
2004-04-14 obiotAdd support for plugin dissectors on cygwin builds...
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: