aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg34-68/+68
2006-05-14Use $(PLUGIN_NAME) wherever possible, so that we have a Makefile.nmakeGuy Harris1-5/+5
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris3-26/+24
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theGuy Harris2-6/+6
2006-04-19Fix a typo.Guy Harris1-1/+1
2006-04-19Fix the register and register-handoff routines to have the standardGuy Harris1-2/+2
2006-04-19register.c and register.obj are no longer used.Guy Harris1-3/+3
2006-04-19The rule makes plugin.c, not register.c.Guy Harris1-1/+1
2006-04-19Update comments.Guy Harris2-22/+27
2006-04-19Have make-reg-dotc and make-reg-dotc.py generate either a register.c forGuy Harris2-80/+26
2006-04-17Pull the plugin-specific code into "plugin.c", and generate aGuy Harris5-109/+237
2006-02-01From Eric Hultin:Anders Broman8-2/+1972
2006-01-05Bill Meier:Jörg Mayer2-3/+3
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
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 Roland27-71/+4
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+3
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
2004-07-18 .cvsignore is deadJörg Mayer1-20/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris30-30/+30
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
2004-03-17From Brian Wheeler: DOCSIS 2.0 support.Guy Harris11-295/+1843
2004-02-05Update a comment.Guy Harris1-2/+9
2004-01-07Don't do anything exotic to get signed integral values - Ethereal'sGuy Harris1-59/+3
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris23-141/+99
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-8/+8
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorter thanGuy Harris1-36/+36
2003-12-11prevent MSVC warning:Ulf Lamping2-5/+5
2003-11-12From Anand Narwani: fix bitmask for Active Grants field.Guy Harris1-2/+2
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-15/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
2003-10-05Get rid of another strict-aliasing warning:Jörg Mayer1-2/+2
2003-09-09Fix the URL for the DOCSIS specifications.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-09Fix the URL for the DOCSIS 1.1 Baseline Privacy Plus InterfaceGuy Harris1-15/+3
2003-09-09Put each TLV in a tree of its own, and put the TLV type and lengthGuy Harris1-30/+49
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 Mayer2-79/+4
2003-07-19Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"Guy Harris1-2/+1
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-05-28Update Anand Narwani's email address.Gerald Combs26-51/+51
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2-7/+7