aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
AgeCommit message (Expand)AuthorFilesLines
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>:Richard van der Hoff29-387/+387
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
2007-05-27Clean up white space.Guy Harris1-2/+3
2007-04-14move ipsec to DISSECTOR_SRCSebastien Tandel1-1/+1
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs1-1/+1
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-0/+4
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping1-1/+1
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter2-3/+5
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-19Add Windows version info resource.Jaap Keuter4-8/+85
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-28Ethereal->WiresharkAnders Broman30-31/+31
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-4/+4
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