aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/artnet
AgeCommit message (Expand)AuthorFilesLines
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke1-6/+4
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-05-27Get rid of trailing blank lines.Guy Harris1-1/+0
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs1-1/+1
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-3/+3
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-9/+87
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-21name changeRonnie Sahlberg3-6/+6
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris4-38/+155
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-15/+5
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-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-09-01Updates from Erwin Rol.Guy Harris1-3/+112
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy 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 Harris4-4/+4
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-01-07Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers.Guy Harris1-10/+8
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-5/+5
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris1-4/+3
2003-11-17From Erwin Rol: initial ENTTEC support and RDM support.Guy Harris3-27/+52
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-9/+4
2003-08-24From Erwin Rol, updates to teh ArtNet plugin dissectorRonnie Sahlberg3-494/+1051
2003-08-17From Erwin Rol:Guy Harris2-3/+3
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-04-21Add the usual .cvsignore file.Guy Harris1-0/+19
2003-04-21From Erwin Rol: ArtNET support.Guy Harris9-0/+2507