aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lwres
AgeCommit message (Expand)AuthorFilesLines
2005-08-17snprintf -> g_snprintfUlf Lamping1-9/+9
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
2005-03-05Preparations for dropping the old plugin api.Lars Roland2-14/+5
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-1/+1
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris1-0/+4
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18 .cvsignore is deadJörg Mayer1-21/+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 Harris3-3/+3
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
2003-12-21warning: no newline at end of fileJörg Mayer1-0/+1
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-3/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2-48/+9
2003-08-06Remove the reference to the nonexistent packet-lwres.h; it was tripping upGerald Combs1-2/+2
2003-08-05From Lars Roland: get rid of "ip_to_str()", as it's just a copy of theGuy Harris1-19/+1
2003-08-05From Lars Roland: make Makefile.nmake for lwres resemble the newerGuy Harris1-5/+3
2003-08-05Add the usual .cvsignore file.Guy Harris1-0/+19
2003-08-05LWRES support, from Oleg Terletsky.Guy Harris5-0/+1684