wireshark/plugins/giop
Jörg Mayer d2cc318f4f Beginnings of enabling static builds. Still to do:
* Add -static
* Registration may need different handling
* Add plugins
* Build error in wslua

svn path=/trunk/; revision=30987
2009-11-17 11:58:36 +00:00
..
AUTHORS
CMakeLists.txt Beginnings of enabling static builds. Still to do: 2009-11-17 11:58:36 +00:00
COPYING
ChangeLog
INSTALL
Makefile.am Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)). 2008-07-29 22:06:37 +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 Don't guard col_set_str (COL_PROTOCOL) with col_check 2009-08-09 06:26:46 +00:00
packet-cosnaming.c Don't guard col_set_str (COL_PROTOCOL) with col_check 2009-08-09 06:26:46 +00:00
packet-parlay.c Don't guard col_set_str (COL_PROTOCOL) with col_check 2009-08-09 06:26:46 +00:00
packet-tango.c Don't guard col_set_str (COL_PROTOCOL) with col_check 2009-08-09 06:26:46 +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>