aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-logotypecertextn.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-08 15:52:29 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-08 15:52:29 +0000
commitc9884f573a530de0127754d307bcb463c4f01dad (patch)
treed710e798207b3182805c74f1406f448fed09a4b4 /epan/dissectors/packet-logotypecertextn.c
parentb630ccec178c898a991758b411286064cc497e57 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53860
Diffstat (limited to 'epan/dissectors/packet-logotypecertextn.c')
-rw-r--r--epan/dissectors/packet-logotypecertextn.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/epan/dissectors/packet-logotypecertextn.c b/epan/dissectors/packet-logotypecertextn.c
index 45700beb8d..f5c0ad570d 100644
--- a/epan/dissectors/packet-logotypecertextn.c
+++ b/epan/dissectors/packet-logotypecertextn.c
@@ -44,6 +44,9 @@
#define PSNAME "LogotypeCertExtn"
#define PFNAME "logotypecertextn"
+void proto_register_logotypecertextn(void);
+void proto_reg_handoff_logotypecertextn(void);
+
/* Initialize the protocol and registered fields */
static int proto_logotypecertextn = -1;
@@ -92,7 +95,7 @@ static int hf_logotypecertextn_hashAlg = -1; /* AlgorithmIdentifier */
static int hf_logotypecertextn_hashValue = -1; /* OCTET_STRING */
/*--- End of included file: packet-logotypecertextn-hf.c ---*/
-#line 42 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 45 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
/* Initialize the subtree pointers */
@@ -119,7 +122,7 @@ static gint ett_logotypecertextn_T_refStructURI = -1;
static gint ett_logotypecertextn_HashAlgAndValue = -1;
/*--- End of included file: packet-logotypecertextn-ett.c ---*/
-#line 45 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 48 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
@@ -516,7 +519,7 @@ static void dissect_LogotypeExtn_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-logotypecertextn-fn.c ---*/
-#line 48 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 51 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
/*--- proto_register_logotypecertextn ----------------------------------------------*/
@@ -693,7 +696,7 @@ void proto_register_logotypecertextn(void) {
"OCTET_STRING", HFILL }},
/*--- End of included file: packet-logotypecertextn-hfarr.c ---*/
-#line 56 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 59 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
};
/* List of subtrees */
@@ -722,7 +725,7 @@ void proto_register_logotypecertextn(void) {
&ett_logotypecertextn_HashAlgAndValue,
/*--- End of included file: packet-logotypecertextn-ettarr.c ---*/
-#line 61 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 64 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
};
/* Register protocol */
@@ -746,6 +749,6 @@ void proto_reg_handoff_logotypecertextn(void) {
/*--- End of included file: packet-logotypecertextn-dis-tab.c ---*/
-#line 76 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
+#line 79 "../../asn1/logotypecertextn/packet-logotypecertextn-template.c"
}