aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rtnet
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+6
* Convert most other plugin dissectors to use the make-dissector-regGuy Harris2006-04-224-41/+158
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* In RTnet, make sure we don't pass a null handle to call_dissector(). AddGerald Combs2005-09-021-6/+4
* After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer2005-07-101-0/+3
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-6/+4
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-8/+8
* Preparations for dropping the old plugin api.Lars Roland2005-03-052-15/+5
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-0/+2
* We now require gint64/guint64 support to build Ethereal, so get rid ofGuy Harris2004-12-301-56/+2
* Make rtnet plugin compile again with MSVCLars Roland2004-11-291-10/+15
* Updates from Erwin Rol.Guy Harris2004-11-242-331/+635
* From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris2004-10-011-2/+2
* From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris2004-09-291-2/+11
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-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
* From Erwin Rol: update RTnet plugin to the latest spec.Guy Harris2004-02-182-101/+202
* From Erwin Rol: RTCFG support.Guy Harris2003-11-271-1/+334
* Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris2003-11-171-4/+3
* 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
* RTNET has no preferences, so don't register a preferences module for it.Guy Harris2003-10-021-6/+1
* - Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2003-09-052-9/+4
* From Erwin Rol:Guy Harris2003-08-173-6/+8
* Fix unused variable warning.Tim Potter2003-07-161-2/+2
* Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris2003-06-141-2/+2
* Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris2003-06-141-4/+2
* s/artnet/rtnet/g.Gerald Combs2003-06-111-5/+5
* From Erwin Rol: RTNET/TDMA support.Guy Harris2003-06-117-0/+1198