aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lwres
Commit message (Expand)AuthorAgeFilesLines
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-22/+22
* From Sebastien Tandel:Stephen Fisher2007-03-231-1/+1
* Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher2007-03-221-0/+4
* set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping2007-03-211-1/+1
* -Add the compiler version to the plugin resourceJaap Keuter2007-02-262-3/+5
* clean should also remove generated plugin.c and manifest filesUlf Lamping2007-01-031-2/+3
* Add Windows version info resource.Jaap Keuter2006-12-194-9/+87
* put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping2006-10-291-1/+1
* remove plugin.c in distlcleanJörg Mayer2006-06-021-1/+2
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-311-3/+3
* name changeRonnie Sahlberg2006-05-213-5/+5
* Convert most other plugin dissectors to use the make-dissector-regGuy Harris2006-04-224-38/+158
* Bill Meier:Jörg Mayer2006-01-051-1/+1
* snprintf -> g_snprintfUlf Lamping2005-08-171-9/+9
* After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer2005-07-101-0/+3
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-6/+6
* Preparations for dropping the old plugin api.Lars Roland2005-03-052-14/+5
* fix a typo: lenght -> lengthUlf Lamping2005-02-201-1/+1
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-0/+2
* From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris2004-10-011-2/+2
* In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris2004-09-291-0/+4
* From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris2004-09-291-2/+11
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* .cvsignore is deadJörg Mayer2004-07-181-21/+0
* Add epan/dissectors/.cvsignoreJörg Mayer2004-07-181-0/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-183-3/+3
* Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot2004-04-251-2/+2
* Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot2004-04-141-1/+2
* warning: no newline at end of fileJörg Mayer2003-12-211-0/+1
* Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris2003-11-061-3/+3
* Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris2003-10-101-1/+3
* - Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2003-09-052-48/+9
* Remove the reference to the nonexistent packet-lwres.h; it was tripping upGerald Combs2003-08-061-2/+2
* From Lars Roland: get rid of "ip_to_str()", as it's just a copy of theGuy Harris2003-08-051-19/+1
* From Lars Roland: make Makefile.nmake for lwres resemble the newerGuy Harris2003-08-051-5/+3
* Add the usual .cvsignore file.Guy Harris2003-08-051-0/+19
* LWRES support, from Oleg Terletsky.Guy Harris2003-08-055-0/+1684