wireshark/plugins/artnet
Olivier Biot 4459d9f0a9 Add support for plugin dissectors on cygwin builds, by adding the following
line to every Makefile.am file for a given plugin XXX:

	XXX_la_LIBADD = -L../../epan -lethereal @GLIB_LIBS@

This way symbols defined in libethereal and GLib are resolved when linking
the plugin dissector modules.

svn path=/trunk/; revision=10601
2004-04-14 22:13:28 +00:00
..
.cvsignore
AUTHORS From Erwin Rol: 2003-08-17 01:05:21 +00:00
COPYING
ChangeLog From Erwin Rol: initial ENTTEC support and RDM support. 2003-11-17 20:57:14 +00:00
INSTALL
Makefile.am Add support for plugin dissectors on cygwin builds, by adding the following 2004-04-14 22:13:28 +00:00
Makefile.nmake Use "$(OBJECTS)" whenever a complete list of .obj files appears, rather 2003-11-06 09:05:14 +00:00
NEWS
moduleinfo.h From Erwin Rol: initial ENTTEC support and RDM support. 2003-11-17 20:57:14 +00:00
packet-artnet.c Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers. 2004-01-07 04:33:21 +00:00