aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-09 07:07:50 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-09 07:07:50 +0000
commit70fd76c1b0fa035abf2008d95b9af74edb378e03 (patch)
tree789788d28a21ee1a9d0f63d85f647dc76a3501cf /plugins/giop
parent7bac61e8fbd086fdb5e76ebb4272f27dcf1ca8f2 (diff)
Use PROTO_ITEM_SET_HIDDEN().
Fix ID marking Add checkapi to makefiles git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25260 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/giop')
-rw-r--r--plugins/giop/Makefile.nmake7
-rw-r--r--plugins/giop/packet-coseventcomm.c3
-rw-r--r--plugins/giop/packet-cosnaming.c3
-rw-r--r--plugins/giop/packet-parlay.c3
-rw-r--r--plugins/giop/packet-tango.c3
5 files changed, 18 insertions, 1 deletions
diff --git a/plugins/giop/Makefile.nmake b/plugins/giop/Makefile.nmake
index c6ca5572f2..cdbfd8e7ac 100644
--- a/plugins/giop/Makefile.nmake
+++ b/plugins/giop/Makefile.nmake
@@ -51,4 +51,9 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../../tools/checkAPIs.pl $(DISSECTOR_SRC)
+ $(PERL) ../../tools/checkAPIs.pl \
+ packet-cosnaming.c \
+ packet-coseventcomm.c \
+ packet-tango.c \
+ packet-parlay.c
+
diff --git a/plugins/giop/packet-coseventcomm.c b/plugins/giop/packet-coseventcomm.c
index 657d77668f..a11454c801 100644
--- a/plugins/giop/packet-coseventcomm.c
+++ b/plugins/giop/packet-coseventcomm.c
@@ -1,4 +1,7 @@
/* packet-coseventcomm.c
+ *
+ * $Id$
+ *
* Routines for IDL dissection
*
* Autogenerated from idl2wrs
diff --git a/plugins/giop/packet-cosnaming.c b/plugins/giop/packet-cosnaming.c
index 46c724d295..daff120511 100644
--- a/plugins/giop/packet-cosnaming.c
+++ b/plugins/giop/packet-cosnaming.c
@@ -1,4 +1,7 @@
/* packet-cosnaming.c
+ *
+ * $Id$
+ *
* Routines for IDL dissection
*
* Autogenerated from idl2wrs
diff --git a/plugins/giop/packet-parlay.c b/plugins/giop/packet-parlay.c
index 7937003062..dad209aab9 100644
--- a/plugins/giop/packet-parlay.c
+++ b/plugins/giop/packet-parlay.c
@@ -1,4 +1,7 @@
/* packet-parlay.c
+ *
+ * $Id$
+ *
* Routines for IDL dissection
*
* Autogenerated from idl2wrs
diff --git a/plugins/giop/packet-tango.c b/plugins/giop/packet-tango.c
index 5e4cd02065..faebb7e073 100644
--- a/plugins/giop/packet-tango.c
+++ b/plugins/giop/packet-tango.c
@@ -1,4 +1,7 @@
/* packet-tango.c
+ *
+ * $Id$
+ *
* Routines for IDL dissection
*
* Autogenerated from idl2wrs