wireshark/plugins/giop
Guy Harris ac3ac6c476 Plugins are not shared libraries, so:
1) don't set thei SOVERSION - run-time-loaded modules don't have
	   an SOVERSION;

	2) build them with link mode MODULE, not SHARED, on all
	   platforms.

(Fixing 1) also fixes the problem with building them as MODULE on OS X.)

svn path=/trunk/; revision=34243
2010-09-24 20:41:34 +00:00
..
AUTHORS
CMakeLists.txt Plugins are not shared libraries, so: 2010-09-24 20:41:34 +00:00
COPYING
ChangeLog
INSTALL
Makefile.am Add Cmake stuff to the source distribution so more people can try it out. 2010-05-14 16:27:03 +00:00
Makefile.nmake We no longer support the old plugin API so remove it completely from the build system 2009-09-09 14:01:57 +00:00
NEWS
README More Ethereal -> Wireshark renaming 2007-01-02 13:34:05 +00:00
moduleinfo.h
packet-coseventcomm.c Refer to the endianness arguments as "encoding" rather than 2010-05-24 06:06:17 +00:00
packet-cosnaming.c Refer to the endianness arguments as "encoding" rather than 2010-05-24 06:06:17 +00:00
packet-parlay.c Refer to the endianness arguments as "encoding" rather than 2010-05-24 06:06:17 +00:00
packet-tango.c Refer to the endianness arguments as "encoding" rather than 2010-05-24 06:06:17 +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>