aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 00:23:01 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 00:23:01 +0000
commitb15974d094e96ced61fefeff35be96add2b6e7a4 (patch)
tree476bdd5efe70987b1f7252072e7a1b6a0adf849f /plugins/giop
parent6deb90af7b1eee58fe564ebeaee57066bca508e2 (diff)
libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
Diffstat (limited to 'plugins/giop')
-rw-r--r--plugins/giop/Makefile.nmake6
-rw-r--r--plugins/giop/README4
-rw-r--r--plugins/giop/packet-coseventcomm.c2
-rw-r--r--plugins/giop/packet-cosnaming.c2
-rw-r--r--plugins/giop/packet-parlay.c2
-rw-r--r--plugins/giop/packet-tango.c2
6 files changed, 9 insertions, 9 deletions
diff --git a/plugins/giop/Makefile.nmake b/plugins/giop/Makefile.nmake
index 622567f643..19afe7dbdf 100644
--- a/plugins/giop/Makefile.nmake
+++ b/plugins/giop/Makefile.nmake
@@ -11,9 +11,9 @@ CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS)
-!IFDEF ENABLE_LIBETHEREAL
-LINK_PLUGIN_WITH=..\..\epan\libethereal.lib
-CFLAGS=/DHAVE_WIN32_LIBETHEREAL_LIB /D_NEED_VAR_IMPORT_ $(CFLAGS)
+!IFDEF ENABLE_LIBWIRESHARK
+LINK_PLUGIN_WITH=..\..\epan\libwireshark.lib
+CFLAGS=/DHAVE_WIN32_LIBWIRESHARK_LIB /D_NEED_VAR_IMPORT_ $(CFLAGS)
OBJECTS=packet-cosnaming.obj packet-coseventcomm.obj packet-tango.obj packet-parlay.obj
diff --git a/plugins/giop/README b/plugins/giop/README
index 33dd7084da..0a79a01a6f 100644
--- a/plugins/giop/README
+++ b/plugins/giop/README
@@ -1,10 +1,10 @@
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
+It is intended that the tool "idl2wrs", now part of the standard
Ethereal distribution, will be used generate these plugins.
-Please read README.idl2eth for information on using "idl2eth"
+Please read README.idl2wrs for information on using "idl2wrs"
and README.plugins for incorporating CORBA GIOP plugins into
this directory (plugins/giop)
diff --git a/plugins/giop/packet-coseventcomm.c b/plugins/giop/packet-coseventcomm.c
index 0512772053..bf6e9f58c9 100644
--- a/plugins/giop/packet-coseventcomm.c
+++ b/plugins/giop/packet-coseventcomm.c
@@ -1,7 +1,7 @@
/* packet-coseventcomm.c
* Routines for IDL dissection
*
- * Autogenerated from idl2eth
+ * Autogenerated from idl2wrs
* Copyright 2001 Frank Singleton <frank.singleton@ericsson.com>
*/
diff --git a/plugins/giop/packet-cosnaming.c b/plugins/giop/packet-cosnaming.c
index 42d2fee19a..79d2104297 100644
--- a/plugins/giop/packet-cosnaming.c
+++ b/plugins/giop/packet-cosnaming.c
@@ -1,7 +1,7 @@
/* packet-cosnaming.c
* Routines for IDL dissection
*
- * Autogenerated from idl2eth
+ * Autogenerated from idl2wrs
* Copyright 2001 Frank Singleton <frank.singleton@ericsson.com>
*/
diff --git a/plugins/giop/packet-parlay.c b/plugins/giop/packet-parlay.c
index 5b7d57d8d1..1e18413d6e 100644
--- a/plugins/giop/packet-parlay.c
+++ b/plugins/giop/packet-parlay.c
@@ -1,7 +1,7 @@
/* packet-parlay.c
* Routines for IDL dissection
*
- * Autogenerated from idl2eth
+ * Autogenerated from idl2wrs
* Copyright 2001 Frank Singleton <frank.singleton@ericsson.com>
*/
diff --git a/plugins/giop/packet-tango.c b/plugins/giop/packet-tango.c
index 88948a1058..331e7adf00 100644
--- a/plugins/giop/packet-tango.c
+++ b/plugins/giop/packet-tango.c
@@ -1,7 +1,7 @@
/* packet-tango.c
* Routines for IDL dissection
*
- * Autogenerated from idl2eth
+ * Autogenerated from idl2wrs
* Copyright 2001 Frank Singleton <frank.singleton@ericsson.com>
*/