wireshark/plugins/giop
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
COPYING
ChangeLog
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 Give every Makefile.nmake file a "distclean" rule, and have "distclean" 2003-10-10 21:31:53 +00:00
NEWS
README
moduleinfo.h
packet-coseventcomm.c removed some MSVC warnings (level 3) 2004-01-05 19:31:44 +00:00
packet-cosnaming.c removed some MSVC warnings (level 3) 2004-01-05 19:31:44 +00:00

README

This directory contains Ethereal plugins that use the GIOP
API (see packet-giop.h).

It is intended that the tool "idl2eth", now part of the standard
Ethereal distribution, will be used generate these plugins.

Please read README.idl2eth for information on using "idl2eth"
and README.plugins for incorporating CORBA GIOP plugins into
this directory (plugins/giop)


Plugin             Description
======             ===========================================
cosnaming          Based on CosNaming.idl from OMG
coseventcomm       Based on CosEventComm.idl from OMG








---

Frank Singleton <frank.singleton@ericsson.com>