wireshark/plugins/giop
Guy Harris 8178db4980 Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based on
variables the user configures - the user isn't expected to change
GLIB_LIBS or GTK_LIBS, and there's a comment nothing that users
shouldn't have to do so), which contain the appropriate libraries for
building stuff that requires only GLib, and stuff that required GTK+ and
GLib, respectively, and use those macros in the Makefile.nmake files.

svn path=/trunk/; revision=7885
2003-06-14 20:45:29 +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 From Nix: 2002-07-06 20:40:50 +00:00
Makefile.nmake Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based on 2003-06-14 20:45:29 +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 Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
packet-cosnaming.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +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>