wireshark/plugins/giop
Guy Harris 802859d3fd Call the "new-style init" routine for plugins a "register" routine, as
it serves the same purpose as the register routine in a built-in
dissector, and don't require all dissectors to have one, as they might
just be taps.

Get rid of the stats tree's init routine, as it's just a tap, and as it
doesn't do anything.

Update the idl2eth Python script to generate plugins with register routines.

svn path=/trunk/; revision=13644
2005-03-07 02:44:41 +00:00
..
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am
Makefile.nmake Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
NEWS
README
moduleinfo.h
packet-coseventcomm.c Call the "new-style init" routine for plugins a "register" routine, as 2005-03-07 02:44:41 +00:00
packet-cosnaming.c Call the "new-style init" routine for plugins a "register" routine, as 2005-03-07 02:44:41 +00:00

README

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








---

Frank Singleton <frank.singleton@ericsson.com>