wireshark/plugins/giop
Jeff Morriss 75c3c92f19 Add a "-build" argument to checkAPIs.pl. Use that argument when building
from makefiles (and thus from the buildbot).

The intention is to be able to tell when a human is running the tool so we
can provide more code-review guidance.

As a starter, enable the "too many proto_tree_add_text() calls" check when
a human is running the tool.

svn path=/trunk/; revision=41943
2012-04-04 20:46:49 +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 a "-build" argument to checkAPIs.pl. Use that argument when building 2012-04-04 20:46:49 +00:00
Makefile.nmake Add a "-build" argument to checkAPIs.pl. Use that argument when building 2012-04-04 20:46:49 +00:00
NEWS
README More Ethereal -> Wireshark renaming 2007-01-02 13:34:05 +00:00
moduleinfo.h
packet-coseventcomm.c From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527 2011-11-29 19:36:53 +00:00
packet-cosnaming.c From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527 2011-11-29 19:36:53 +00:00
packet-parlay.c From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527 2011-11-29 19:36:53 +00:00
packet-tango.c From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527 2011-11-29 19:36:53 +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>