wireshark/plugins/giop
Guy Harris 97a05828cd Sigh. Well, if you make the function declarations external, that means
that they're external when the plugin is compiled, and there's no
definition to satisfy the extern, so plugins fail to compile.

Add a "plugins/plugin_api_defs.h" header file that defines them, and
include that in one (and only one) source file for a particular plugin.

svn path=/trunk/; revision=4117
2001-10-31 10:40:58 +00:00
..
.cvsignore Update .cvsignore. 2001-07-21 06:32:27 +00:00
AUTHORS GIOP CosNaming support, from Frank Singleton. 2001-07-19 21:30:17 +00:00
COPYING GIOP CosNaming support, from Frank Singleton. 2001-07-19 21:30:17 +00:00
ChangeLog GIOP CosNaming support, from Frank Singleton. 2001-07-19 21:30:17 +00:00
INSTALL GIOP CosNaming support, from Frank Singleton. 2001-07-19 21:30:17 +00:00
Makefile.am CosEventComm dissector, from Frank Singleton. 2001-07-20 20:56:18 +00:00
Makefile.nmake Enable building of the coseventcomm plugin on Win32. 2001-10-17 19:27:43 +00:00
NEWS GIOP CosNaming support, from Frank Singleton. 2001-07-19 21:30:17 +00:00
README CosEventComm dissector, from Frank Singleton. 2001-07-20 20:56:18 +00:00
moduleinfo.h GIOP CosNaming support, from Frank Singleton. 2001-07-19 21:30:17 +00:00
packet-coseventcomm.c Sigh. Well, if you make the function declarations external, that means 2001-10-31 10:40:58 +00:00
packet-cosnaming.c Sigh. Well, if you make the function declarations external, that means 2001-10-31 10:40:58 +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>