aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/wireshark_gen.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index 64c66c44f8..3f4670f8e5 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -2051,7 +2051,7 @@ for (i_@aname@=0; i_@aname@ < @aval@; i_@aname@++) {
/*
* Wireshark - Network traffic analyzer
* By Gerald Combs
- * Copyright 1999 - 2006 Gerald Combs
+ * Copyright 1999 - 2012 Gerald Combs
*/
static int hf_operationrequest = -1;/* Request_Operation field */
@@ -2101,10 +2101,6 @@ static int hf_operationrequest = -1;/* Request_Operation field */
#include <epan/proto.h>
#include <epan/dissectors/packet-giop.h>
-#ifndef ENABLE_STATIC
-G_MODULE_EXPORT const gchar version[] = "0.0.1";
-#endif
-
#ifdef _MSC_VER
/* disable warning: "unreference local variable" */
#pragma warning(disable:4101)