aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-11 16:24:29 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-11 16:24:29 +0000
commitab3e604b2f9dd100135618525acefc84da46872c (patch)
tree6e9013276fb96feb88381418bed8d9f2dd9d7a76 /asn1
parent562bd1c37b442356478de0978af86b9e0566fc65 (diff)
Make all proto_* values static.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30516 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/acp133/packet-acp133-template.c2
-rw-r--r--asn1/acse/packet-acse-template.c2
-rw-r--r--asn1/ansi_tcap/packet-ansi_tcap-template.c2
-rw-r--r--asn1/camel/packet-camel-template.c2
-rw-r--r--asn1/cdt/packet-cdt-template.c2
-rw-r--r--asn1/cmip/packet-cmip-template.c2
-rw-r--r--asn1/cmp/packet-cmp-template.c2
-rw-r--r--asn1/cms/packet-cms-template.c2
-rw-r--r--asn1/crmf/packet-crmf-template.c2
-rw-r--r--asn1/dap/packet-dap-template.c2
-rw-r--r--asn1/disp/packet-disp-template.c2
-rw-r--r--asn1/dop/packet-dop-template.c2
-rw-r--r--asn1/dsp/packet-dsp-template.c2
-rw-r--r--asn1/ftam/packet-ftam-template.c2
-rw-r--r--asn1/gnm/packet-gnm-template.c2
-rw-r--r--asn1/gsm_map/packet-gsm_map-template.c4
-rw-r--r--asn1/h235/packet-h235-template.c2
-rw-r--r--asn1/h245/packet-h245-template.c2
-rw-r--r--asn1/h282/packet-h282-template.c2
-rw-r--r--asn1/h283/packet-h283-template.c2
-rw-r--r--asn1/h323/packet-h323-template.c2
-rw-r--r--asn1/h450-ros/packet-h450-ros-template.c2
-rw-r--r--asn1/h460/packet-h460-template.c2
-rw-r--r--asn1/h501/packet-h501-template.c2
-rw-r--r--asn1/inap/packet-inap-template.c2
-rw-r--r--asn1/mms/packet-mms-template.c2
-rw-r--r--asn1/ns_cert_exts/packet-ns_cert_exts-template.c2
-rw-r--r--asn1/p7/packet-p7-template.c2
-rw-r--r--asn1/pkcs12/packet-pkcs12-template.c2
-rw-r--r--asn1/pkixqualified/packet-pkixqualified-template.c2
-rw-r--r--asn1/pres/packet-pres-template.c2
-rw-r--r--asn1/q932-ros/packet-q932-ros-template.c2
-rw-r--r--asn1/q932/packet-q932-template.c2
-rw-r--r--asn1/qsig/packet-qsig-template.c2
-rw-r--r--asn1/ros/packet-ros-template.c2
-rw-r--r--asn1/rtse/packet-rtse-template.c2
-rw-r--r--asn1/s4406/packet-s4406-template.c2
-rw-r--r--asn1/smrse/packet-smrse-template.c2
-rw-r--r--asn1/t125/packet-t125-template.c2
-rw-r--r--asn1/tcap/packet-tcap-template.c2
-rw-r--r--asn1/wlancertextn/packet-wlancertextn-template.c2
-rw-r--r--asn1/x411/packet-x411-template.c4
-rw-r--r--asn1/x420/packet-x420-template.c2
-rw-r--r--asn1/x509ce/packet-x509ce-template.c2
-rw-r--r--asn1/x509if/packet-x509if-template.c2
-rw-r--r--asn1/x509sat/packet-x509sat-template.c2
46 files changed, 48 insertions, 48 deletions
diff --git a/asn1/acp133/packet-acp133-template.c b/asn1/acp133/packet-acp133-template.c
index fbebda0f06..0e536cabd9 100644
--- a/asn1/acp133/packet-acp133-template.c
+++ b/asn1/acp133/packet-acp133-template.c
@@ -49,7 +49,7 @@
#define PFNAME "acp133"
/* Initialize the protocol and registered fields */
-int proto_acp133 = -1;
+static int proto_acp133 = -1;
#include "packet-acp133-hf.c"
diff --git a/asn1/acse/packet-acse-template.c b/asn1/acse/packet-acse-template.c
index e87920161c..4764c9e20a 100644
--- a/asn1/acse/packet-acse-template.c
+++ b/asn1/acse/packet-acse-template.c
@@ -61,7 +61,7 @@
#define ACSE_APDU_OID "2.2.1.0.1"
/* Initialize the protocol and registered fields */
-int proto_acse = -1;
+static int proto_acse = -1;
#include "packet-acse-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/ansi_tcap/packet-ansi_tcap-template.c b/asn1/ansi_tcap/packet-ansi_tcap-template.c
index 2884b3efe7..cb92fa021f 100644
--- a/asn1/ansi_tcap/packet-ansi_tcap-template.c
+++ b/asn1/ansi_tcap/packet-ansi_tcap-template.c
@@ -47,7 +47,7 @@
#define PFNAME "ansi_tcap"
/* Initialize the protocol and registered fields */
-int proto_ansi_tcap = -1;
+static int proto_ansi_tcap = -1;
int hf_ansi_tcapsrt_SessionId=-1;
int hf_ansi_tcapsrt_Duplicate=-1;
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index a00111cb18..9230a5a97a 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -64,7 +64,7 @@
#define PFNAME "camel"
/* Initialize the protocol and registered fields */
-int proto_camel = -1;
+static int proto_camel = -1;
int date_format = 1; /*assume european date format */
int camel_tap = -1;
/* Global variables */
diff --git a/asn1/cdt/packet-cdt-template.c b/asn1/cdt/packet-cdt-template.c
index 04475d9906..cb68723f46 100644
--- a/asn1/cdt/packet-cdt-template.c
+++ b/asn1/cdt/packet-cdt-template.c
@@ -57,7 +57,7 @@ static proto_item *cdt_item = NULL;
static guint32 content_type = 0;
/* Initialize the protocol and registered fields */
-int proto_cdt = -1;
+static int proto_cdt = -1;
#include "packet-cdt-hf.c"
static dissector_handle_t data_handle = NULL;
diff --git a/asn1/cmip/packet-cmip-template.c b/asn1/cmip/packet-cmip-template.c
index 30c94d1915..ea93e8c41e 100644
--- a/asn1/cmip/packet-cmip-template.c
+++ b/asn1/cmip/packet-cmip-template.c
@@ -49,7 +49,7 @@
#include "packet-pres.h"
/* Initialize the protocol and registered fields */
-int proto_cmip = -1;
+static int proto_cmip = -1;
static int hf_cmip_actionType_OID = -1;
static int hf_cmip_eventType_OID = -1;
static int hf_cmip_attributeId_OID = -1;
diff --git a/asn1/cmp/packet-cmp-template.c b/asn1/cmp/packet-cmp-template.c
index 1fa3a5f922..96ed98cfbf 100644
--- a/asn1/cmp/packet-cmp-template.c
+++ b/asn1/cmp/packet-cmp-template.c
@@ -62,7 +62,7 @@ static guint cmp_alternate_http_port = 0;
static guint cmp_alternate_tcp_style_http_port = 0;
/* Initialize the protocol and registered fields */
-int proto_cmp = -1;
+static int proto_cmp = -1;
static int hf_cmp_type_oid = -1;
static int hf_cmp_tcptrans_len = -1;
static int hf_cmp_tcptrans_type = -1;
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c
index 7332d4615e..0f4f6237b3 100644
--- a/asn1/cms/packet-cms-template.c
+++ b/asn1/cms/packet-cms-template.c
@@ -49,7 +49,7 @@
#define PFNAME "cms"
/* Initialize the protocol and registered fields */
-int proto_cms = -1;
+static int proto_cms = -1;
static int hf_cms_ci_contentType = -1;
#include "packet-cms-hf.c"
diff --git a/asn1/crmf/packet-crmf-template.c b/asn1/crmf/packet-crmf-template.c
index 471729e1ac..5a5aaa047e 100644
--- a/asn1/crmf/packet-crmf-template.c
+++ b/asn1/crmf/packet-crmf-template.c
@@ -45,7 +45,7 @@
#define PFNAME "crmf"
/* Initialize the protocol and registered fields */
-int proto_crmf = -1;
+static int proto_crmf = -1;
static int hf_crmf_type_oid = -1;
#include "packet-crmf-hf.c"
diff --git a/asn1/dap/packet-dap-template.c b/asn1/dap/packet-dap-template.c
index 49eed99651..eb36573843 100644
--- a/asn1/dap/packet-dap-template.c
+++ b/asn1/dap/packet-dap-template.c
@@ -62,7 +62,7 @@ void prefs_register_dap(void); /* forward declaration for use in preferences reg
/* Initialize the protocol and registered fields */
-int proto_dap = -1;
+static int proto_dap = -1;
#include "packet-dap-hf.c"
diff --git a/asn1/disp/packet-disp-template.c b/asn1/disp/packet-disp-template.c
index f233cd10eb..c32953c220 100644
--- a/asn1/disp/packet-disp-template.c
+++ b/asn1/disp/packet-disp-template.c
@@ -64,7 +64,7 @@ void prefs_register_disp(void); /* forward declaration for use in preferences re
/* Initialize the protocol and registered fields */
-int proto_disp = -1;
+static int proto_disp = -1;
static struct SESSION_DATA_STRUCTURE* session = NULL;
diff --git a/asn1/dop/packet-dop-template.c b/asn1/dop/packet-dop-template.c
index ca572d8617..1990c8acdc 100644
--- a/asn1/dop/packet-dop-template.c
+++ b/asn1/dop/packet-dop-template.c
@@ -60,7 +60,7 @@ static dissector_handle_t tpkt_handle;
void prefs_register_dop(void); /* forward declaration for use in preferences registration */
/* Initialize the protocol and registered fields */
-int proto_dop = -1;
+static int proto_dop = -1;
static struct SESSION_DATA_STRUCTURE* session = NULL;
static const char *binding_type = NULL; /* binding_type */
diff --git a/asn1/dsp/packet-dsp-template.c b/asn1/dsp/packet-dsp-template.c
index cc713219da..25cfdc06ba 100644
--- a/asn1/dsp/packet-dsp-template.c
+++ b/asn1/dsp/packet-dsp-template.c
@@ -58,7 +58,7 @@ void prefs_register_dsp(void); /* forward declaration for use in preferences reg
/* Initialize the protocol and registered fields */
-int proto_dsp = -1;
+static int proto_dsp = -1;
static struct SESSION_DATA_STRUCTURE* session = NULL;
diff --git a/asn1/ftam/packet-ftam-template.c b/asn1/ftam/packet-ftam-template.c
index 49d3139351..e5ecd0954e 100644
--- a/asn1/ftam/packet-ftam-template.c
+++ b/asn1/ftam/packet-ftam-template.c
@@ -49,7 +49,7 @@
#define PFNAME "ftam"
/* Initialize the protocol and registered fields */
-int proto_ftam = -1;
+static int proto_ftam = -1;
static const char *object_identifier_id;
/* Declare the function to avoid a compiler warning */
diff --git a/asn1/gnm/packet-gnm-template.c b/asn1/gnm/packet-gnm-template.c
index add0f923f8..210a7c4971 100644
--- a/asn1/gnm/packet-gnm-template.c
+++ b/asn1/gnm/packet-gnm-template.c
@@ -46,7 +46,7 @@
#define PFNAME "gnm"
/* Initialize the protocol and registered fields */
-int proto_gnm = -1;
+static int proto_gnm = -1;
#include "packet-gnm-hf.c"
diff --git a/asn1/gsm_map/packet-gsm_map-template.c b/asn1/gsm_map/packet-gsm_map-template.c
index e87cef8146..31a83bd49c 100644
--- a/asn1/gsm_map/packet-gsm_map-template.c
+++ b/asn1/gsm_map/packet-gsm_map-template.c
@@ -77,8 +77,8 @@
#define PFNAME "gsm_map"
/* Initialize the protocol and registered fields */
-int proto_gsm_map = -1;
-int proto_gsm_map_dialogue = -1;
+static int proto_gsm_map = -1;
+static int proto_gsm_map_dialogue = -1;
static int hf_gsm_map_old_Component_PDU = -1;
static int hf_gsm_map_getPassword = -1;
diff --git a/asn1/h235/packet-h235-template.c b/asn1/h235/packet-h235-template.c
index 609265e156..e22b9d7a70 100644
--- a/asn1/h235/packet-h235-template.c
+++ b/asn1/h235/packet-h235-template.c
@@ -52,7 +52,7 @@
#define OID_SG "0.0.8.235.0.3.71"
/* Initialize the protocol and registered fields */
-int proto_h235 = -1;
+static int proto_h235 = -1;
#include "packet-h235-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index 990811d890..c29eb89115 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -369,7 +369,7 @@ static void h245_setup_channels(packet_info *pinfo, channel_info_t *upcoming_cha
}
/* Initialize the protocol and registered fields */
-int proto_h245 = -1;
+static int proto_h245 = -1;
#include "packet-h245-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/h282/packet-h282-template.c b/asn1/h282/packet-h282-template.c
index 50ef022aae..aa9f7abc11 100644
--- a/asn1/h282/packet-h282-template.c
+++ b/asn1/h282/packet-h282-template.c
@@ -42,7 +42,7 @@
#define PFNAME "rdc"
/* Initialize the protocol and registered fields */
-int proto_h282 = -1;
+static int proto_h282 = -1;
#include "packet-h282-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/h283/packet-h283-template.c b/asn1/h283/packet-h283-template.c
index c353829501..73bdd5f3e8 100644
--- a/asn1/h283/packet-h283-template.c
+++ b/asn1/h283/packet-h283-template.c
@@ -42,7 +42,7 @@
#define PFNAME "lct"
/* Initialize the protocol and registered fields */
-int proto_h283 = -1;
+static int proto_h283 = -1;
#include "packet-h283-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/h323/packet-h323-template.c b/asn1/h323/packet-h323-template.c
index 24256a2651..820b736e2a 100644
--- a/asn1/h323/packet-h323-template.c
+++ b/asn1/h323/packet-h323-template.c
@@ -91,7 +91,7 @@ void gef_ctx_update_key(gef_ctx_t *gefx) {
}
/* Initialize the protocol and registered fields */
-int proto_h323 = -1;
+static int proto_h323 = -1;
#include "packet-h323-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/h450-ros/packet-h450-ros-template.c b/asn1/h450-ros/packet-h450-ros-template.c
index 77bbf25b13..8f0ec385a3 100644
--- a/asn1/h450-ros/packet-h450-ros-template.c
+++ b/asn1/h450-ros/packet-h450-ros-template.c
@@ -41,7 +41,7 @@
#define PFNAME "h450.ros"
/* Initialize the protocol and registered fields */
-int proto_h450_ros = -1;
+static int proto_h450_ros = -1;
#include "packet-h450-ros-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/h460/packet-h460-template.c b/asn1/h460/packet-h460-template.c
index 76b4f230e3..90e7110d30 100644
--- a/asn1/h460/packet-h460-template.c
+++ b/asn1/h460/packet-h460-template.c
@@ -45,7 +45,7 @@
#define PFNAME "h460"
/* Initialize the protocol and registered fields */
-int proto_h460 = -1;
+static int proto_h460 = -1;
#include "packet-h460-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/h501/packet-h501-template.c b/asn1/h501/packet-h501-template.c
index b05328da92..ed089640e4 100644
--- a/asn1/h501/packet-h501-template.c
+++ b/asn1/h501/packet-h501-template.c
@@ -46,7 +46,7 @@
#define PFNAME "h501"
/* Initialize the protocol and registered fields */
-int proto_h501 = -1;
+static int proto_h501 = -1;
#include "packet-h501-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/inap/packet-inap-template.c b/asn1/inap/packet-inap-template.c
index 2dd7dea1c9..9cafc19f6f 100644
--- a/asn1/inap/packet-inap-template.c
+++ b/asn1/inap/packet-inap-template.c
@@ -51,7 +51,7 @@
#define PFNAME "inap"
/* Initialize the protocol and registered fields */
-int proto_inap = -1;
+static int proto_inap = -1;
/* include constants */
#include "packet-inap-val.h"
diff --git a/asn1/mms/packet-mms-template.c b/asn1/mms/packet-mms-template.c
index 5740fb5275..4b1642a2e4 100644
--- a/asn1/mms/packet-mms-template.c
+++ b/asn1/mms/packet-mms-template.c
@@ -43,7 +43,7 @@
#define PFNAME "mms"
/* Initialize the protocol and registered fields */
-int proto_mms = -1;
+static int proto_mms = -1;
#include "packet-mms-hf.c"
diff --git a/asn1/ns_cert_exts/packet-ns_cert_exts-template.c b/asn1/ns_cert_exts/packet-ns_cert_exts-template.c
index 1ed04ecaad..7ac11260aa 100644
--- a/asn1/ns_cert_exts/packet-ns_cert_exts-template.c
+++ b/asn1/ns_cert_exts/packet-ns_cert_exts-template.c
@@ -40,7 +40,7 @@
#define PFNAME "ns_cert_exts"
/* Initialize the protocol and registered fields */
-int proto_ns_cert_exts = -1;
+static int proto_ns_cert_exts = -1;
#include "packet-ns_cert_exts-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/p7/packet-p7-template.c b/asn1/p7/packet-p7-template.c
index d15773c0f0..486a468c88 100644
--- a/asn1/p7/packet-p7-template.c
+++ b/asn1/p7/packet-p7-template.c
@@ -57,7 +57,7 @@ void prefs_register_p7(void); /* forward declaration for use in preferences regi
/* Initialize the protocol and registered fields */
-int proto_p7 = -1;
+static int proto_p7 = -1;
#include "packet-p7-hf.c"
diff --git a/asn1/pkcs12/packet-pkcs12-template.c b/asn1/pkcs12/packet-pkcs12-template.c
index 525bfae79e..73cf32d2a1 100644
--- a/asn1/pkcs12/packet-pkcs12-template.c
+++ b/asn1/pkcs12/packet-pkcs12-template.c
@@ -63,7 +63,7 @@
#define PKCS12_PBE_RC2_40_SHA1_OID "1.2.840.113549.1.12.1.6"
/* Initialize the protocol and registered fields */
-int proto_pkcs12 = -1;
+static int proto_pkcs12 = -1;
static int hf_pkcs12_X509Certificate_PDU = -1;
static gint ett_decrypted_pbe = -1;
diff --git a/asn1/pkixqualified/packet-pkixqualified-template.c b/asn1/pkixqualified/packet-pkixqualified-template.c
index ab365273bb..a4c39b80f0 100644
--- a/asn1/pkixqualified/packet-pkixqualified-template.c
+++ b/asn1/pkixqualified/packet-pkixqualified-template.c
@@ -45,7 +45,7 @@
#define PFNAME "pkixqualified"
/* Initialize the protocol and registered fields */
-int proto_pkixqualified = -1;
+static int proto_pkixqualified = -1;
#include "packet-pkixqualified-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/pres/packet-pres-template.c b/asn1/pres/packet-pres-template.c
index aecacaf203..f7cba4b951 100644
--- a/asn1/pres/packet-pres-template.c
+++ b/asn1/pres/packet-pres-template.c
@@ -52,7 +52,7 @@
#define PFNAME "pres"
/* Initialize the protocol and registered fields */
-int proto_pres = -1;
+static int proto_pres = -1;
/* type of session envelop */
static struct SESSION_DATA_STRUCTURE* session = NULL;
diff --git a/asn1/q932-ros/packet-q932-ros-template.c b/asn1/q932-ros/packet-q932-ros-template.c
index c6f5a4cd51..ddec1cbe12 100644
--- a/asn1/q932-ros/packet-q932-ros-template.c
+++ b/asn1/q932-ros/packet-q932-ros-template.c
@@ -41,7 +41,7 @@
#define PFNAME "q932.ros"
/* Initialize the protocol and registered fields */
-int proto_q932_ros = -1;
+static int proto_q932_ros = -1;
#include "packet-q932-ros-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/q932/packet-q932-template.c b/asn1/q932/packet-q932-template.c
index 812a7c1806..66e8d84ca0 100644
--- a/asn1/q932/packet-q932-template.c
+++ b/asn1/q932/packet-q932-template.c
@@ -39,7 +39,7 @@
#define PFNAME "q932"
/* Initialize the protocol and registered fields */
-int proto_q932 = -1;
+static int proto_q932 = -1;
static int hf_q932_ie_type = -1;
static int hf_q932_ie_len = -1;
static int hf_q932_ie_data = -1;
diff --git a/asn1/qsig/packet-qsig-template.c b/asn1/qsig/packet-qsig-template.c
index 47d977ae02..d940868ae6 100644
--- a/asn1/qsig/packet-qsig-template.c
+++ b/asn1/qsig/packet-qsig-template.c
@@ -278,7 +278,7 @@ static const value_string qsig_str_error[] = {
};
/* Initialize the protocol and registered fields */
-int proto_qsig = -1;
+static int proto_qsig = -1;
static int hf_qsig_operation = -1;
static int hf_qsig_service = -1;
static int hf_qsig_error = -1;
diff --git a/asn1/ros/packet-ros-template.c b/asn1/ros/packet-ros-template.c
index 244e373f22..63cd2caa72 100644
--- a/asn1/ros/packet-ros-template.c
+++ b/asn1/ros/packet-ros-template.c
@@ -46,7 +46,7 @@
#define PFNAME "ros"
/* Initialize the protocol and registered fields */
-int proto_ros = -1;
+static int proto_ros = -1;
static struct SESSION_DATA_STRUCTURE* session = NULL;
diff --git a/asn1/rtse/packet-rtse-template.c b/asn1/rtse/packet-rtse-template.c
index 85695ae336..9fe3791165 100644
--- a/asn1/rtse/packet-rtse-template.c
+++ b/asn1/rtse/packet-rtse-template.c
@@ -49,7 +49,7 @@
#define PFNAME "rtse"
/* Initialize the protocol and registered fields */
-int proto_rtse = -1;
+static int proto_rtse = -1;
static struct SESSION_DATA_STRUCTURE* session = NULL;
diff --git a/asn1/s4406/packet-s4406-template.c b/asn1/s4406/packet-s4406-template.c
index 96f950edcf..1345ad216e 100644
--- a/asn1/s4406/packet-s4406-template.c
+++ b/asn1/s4406/packet-s4406-template.c
@@ -47,7 +47,7 @@
#define PFNAME "s4406"
/* Initialize the protocol and registered fields */
-int proto_s4406 = -1;
+static int proto_s4406 = -1;
#include "packet-s4406-hf.c"
diff --git a/asn1/smrse/packet-smrse-template.c b/asn1/smrse/packet-smrse-template.c
index 3d07e4f04f..b23995f155 100644
--- a/asn1/smrse/packet-smrse-template.c
+++ b/asn1/smrse/packet-smrse-template.c
@@ -44,7 +44,7 @@
#define TCP_PORT_SMRSE 4321
/* Initialize the protocol and registered fields */
-int proto_smrse = -1;
+static int proto_smrse = -1;
static int hf_smrse_reserved = -1;
static int hf_smrse_tag = -1;
static int hf_smrse_length = -1;
diff --git a/asn1/t125/packet-t125-template.c b/asn1/t125/packet-t125-template.c
index 77a5b781a9..ea70d6c906 100644
--- a/asn1/t125/packet-t125-template.c
+++ b/asn1/t125/packet-t125-template.c
@@ -43,7 +43,7 @@
/* Initialize the protocol and registered fields */
-int proto_t125 = -1;
+static int proto_t125 = -1;
#include "packet-t125-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/tcap/packet-tcap-template.c b/asn1/tcap/packet-tcap-template.c
index a832723cbd..4f79aae29a 100644
--- a/asn1/tcap/packet-tcap-template.c
+++ b/asn1/tcap/packet-tcap-template.c
@@ -47,7 +47,7 @@
#define PFNAME "tcap"
/* Initialize the protocol and registered fields */
-int proto_tcap = -1;
+static int proto_tcap = -1;
static int hf_tcap_tag = -1;
static int hf_tcap_length = -1;
static int hf_tcap_data = -1;
diff --git a/asn1/wlancertextn/packet-wlancertextn-template.c b/asn1/wlancertextn/packet-wlancertextn-template.c
index f6b8373247..02f97c397c 100644
--- a/asn1/wlancertextn/packet-wlancertextn-template.c
+++ b/asn1/wlancertextn/packet-wlancertextn-template.c
@@ -46,7 +46,7 @@
#define PFNAME "wlancertextn"
/* Initialize the protocol and registered fields */
-int proto_wlancertextn = -1;
+static int proto_wlancertextn = -1;
#include "packet-wlancertextn-hf.c"
/* Initialize the subtree pointers */
diff --git a/asn1/x411/packet-x411-template.c b/asn1/x411/packet-x411-template.c
index 3f70f0cd06..88eda2e2b5 100644
--- a/asn1/x411/packet-x411-template.c
+++ b/asn1/x411/packet-x411-template.c
@@ -59,8 +59,8 @@ static dissector_handle_t tpkt_handle;
void prefs_register_x411(void); /* forward declaration for use in preferences registration */
/* Initialize the protocol and registered fields */
-int proto_x411 = -1;
-int proto_p3 = -1;
+static int proto_x411 = -1;
+static int proto_p3 = -1;
static struct SESSION_DATA_STRUCTURE* session = NULL;
static int extension_id = -1; /* integer extension id */
diff --git a/asn1/x420/packet-x420-template.c b/asn1/x420/packet-x420-template.c
index a47ee9fdca..c0499b3c35 100644
--- a/asn1/x420/packet-x420-template.c
+++ b/asn1/x420/packet-x420-template.c
@@ -52,7 +52,7 @@
#define PFNAME "x420"
/* Initialize the protocol and registered fields */
-int proto_x420 = -1;
+static int proto_x420 = -1;
static const char *object_identifier_id; /* content type identifier */
diff --git a/asn1/x509ce/packet-x509ce-template.c b/asn1/x509ce/packet-x509ce-template.c
index a3502cc739..872ea57678 100644
--- a/asn1/x509ce/packet-x509ce-template.c
+++ b/asn1/x509ce/packet-x509ce-template.c
@@ -46,7 +46,7 @@
#define PFNAME "x509ce"
/* Initialize the protocol and registered fields */
-int proto_x509ce = -1;
+static int proto_x509ce = -1;
static int hf_x509ce_id_ce_invalidityDate = -1;
static int hf_x509ce_id_ce_baseUpdateTime = -1;
static int hf_x509ce_object_identifier_id = -1;
diff --git a/asn1/x509if/packet-x509if-template.c b/asn1/x509if/packet-x509if-template.c
index 0215ed9bed..afb793aef2 100644
--- a/asn1/x509if/packet-x509if-template.c
+++ b/asn1/x509if/packet-x509if-template.c
@@ -46,7 +46,7 @@
#define PFNAME "x509if"
/* Initialize the protocol and registered fields */
-int proto_x509if = -1;
+static int proto_x509if = -1;
static int hf_x509if_object_identifier_id = -1;
static int hf_x509if_any_string = -1;
#include "packet-x509if-hf.c"
diff --git a/asn1/x509sat/packet-x509sat-template.c b/asn1/x509sat/packet-x509sat-template.c
index 20055ca44b..9448bbf0e3 100644
--- a/asn1/x509sat/packet-x509sat-template.c
+++ b/asn1/x509sat/packet-x509sat-template.c
@@ -45,7 +45,7 @@
#define PFNAME "x509sat"
/* Initialize the protocol and registered fields */
-int proto_x509sat = -1;
+static int proto_x509sat = -1;
#include "packet-x509sat-hf.c"
/* Initialize the subtree pointers */