aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wireshark_gen.py
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-30 19:02:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-30 19:02:53 +0000
commit2a7ecea45c45d8cd46dfc94c260e0b3f5e6d256c (patch)
treeb825e091ffa28e1ee6cc8d12239d6f43d790605a /tools/wireshark_gen.py
parentd8b0471ded0ea6be350ed69f173ca59d942bbf0e (diff)
Modify IDL generated plugin interface (untested)
svn path=/trunk/; revision=42925
Diffstat (limited to 'tools/wireshark_gen.py')
-rwxr-xr-xtools/wireshark_gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index e5ed281aac..64c66c44f8 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -1640,7 +1640,7 @@ static void decode_@sname@(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree
template_proto_reg_handoff_start = """
/* register me as handler for these interfaces */
-void proto_register_handoff_giop_@dissector_name@(void) {
+void proto_reg_handoff_giop_@dissector_name@(void) {
"""
template_proto_reg_handoff_body = """
@@ -1692,7 +1692,7 @@ static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
#
template_plugin_register = """
-#ifndef ENABLE_STATIC
+#if 0
G_MODULE_EXPORT void
plugin_register(void)