wireshark/plugins/giop
Guy Harris af85a24619 In generated GIOP dissectors, don't set the Protocol or Info columns, or
create the top-level protocol tree item, until the dissector accepts the
packet as being for it.

"strcmp()" isn't a Boolean; don't treat it as such.

Get rid of trailing white space.

svn path=/trunk/; revision=14750
2005-06-25 18:20:13 +00:00
..
AUTHORS
ChangeLog
COPYING
INSTALL
Makefile.am Correct a typo 2005-06-14 21:57:17 +00:00
Makefile.nmake Add dissection of parlay 2005-06-09 17:25:40 +00:00
moduleinfo.h
NEWS
packet-coseventcomm.c In generated GIOP dissectors, don't set the Protocol or Info columns, or 2005-06-25 18:20:13 +00:00
packet-cosnaming.c In generated GIOP dissectors, don't set the Protocol or Info columns, or 2005-06-25 18:20:13 +00:00
packet-parlay.c In generated GIOP dissectors, don't set the Protocol or Info columns, or 2005-06-25 18:20:13 +00:00
packet-tango.c Re-generate the CosNaming, CosEventComm, and Parlay dissectors from the 2005-06-24 12:43:32 +00:00
README From Paolo Frigo : 2005-06-01 06:46:41 +00:00

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

#################################################################
#	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>