wireshark/plugins/giop
Guy Harris 5a43799a17 Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib
routines and routines using those routines.  GLib might use different
modifiers for 64-bit quantities than the platform's C library does.

svn path=/trunk/; revision=21990
2007-05-29 18:52:42 +00:00
..
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am remove plugin.c in distlclean 2006-06-02 06:53:30 +00:00
Makefile.nmake Removed /Wx from CFLAGS to allow buildbot to proceed 2007-03-28 16:31:25 +00:00
NEWS
README More Ethereal -> Wireshark renaming 2007-01-02 13:34:05 +00:00
moduleinfo.h
packet-coseventcomm.c add missing #pragma warning disable (now using _MSC_VER) 2007-03-27 20:57:58 +00:00
packet-cosnaming.c from Gisle Vanem: some more #pragma's that MingW don't like 2007-03-28 03:56:24 +00:00
packet-parlay.c Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib 2007-05-29 18:52:42 +00:00
packet-tango.c add missing #pragma warning disable (now using _MSC_VER) 2007-03-27 20:57:58 +00:00

README

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

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

Please read README.idl2wrs for information on using "idl2wrs"
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

#################################################################
#	TANGO is an object oriented distributed 		#
#	      control system using CORBA.			#
#################################################################

Author: Paolo Frigo
     email: 	paolofrigo@gmail.com
	
Mantainers: 	Vincenzo Forchi'
		Giulio Gaio
     email:	vincenzo.forchi@gmail.com
		giulio.gaio@elettra.trieste.it 

#===========================================================#






---

Frank Singleton <frank.singleton@ericsson.com>