aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrlp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-07 11:37:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-07 11:37:58 +0000
commiteb252d2d3471d5b80af847cd536048fc05c4ae5f (patch)
tree776d04fbeb6cbfb1c42b28a1a6518b18fd846d26 /epan/dissectors/packet-rrlp.c
parentc67d38cf15be33536de6da517221cf7ce7285f8e (diff)
- Make local functions static.
- Forward declaration of register functions. svn path=/trunk/; revision=53821
Diffstat (limited to 'epan/dissectors/packet-rrlp.c')
-rw-r--r--epan/dissectors/packet-rrlp.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/epan/dissectors/packet-rrlp.c b/epan/dissectors/packet-rrlp.c
index 6c0d137360..9928d46d6b 100644
--- a/epan/dissectors/packet-rrlp.c
+++ b/epan/dissectors/packet-rrlp.c
@@ -55,6 +55,8 @@
#pragma warning(disable:4146)
#endif
+void proto_register_rrlp(void);
+void proto_reg_handoff_rrlp(void);
/* Initialize the protocol and registered fields */
static int proto_rrlp = -1;
@@ -886,7 +888,7 @@ static int hf_rrlp_GANSSModelID_model7 = -1;
static int hf_rrlp_GANSSModelID_model8 = -1;
/*--- End of included file: packet-rrlp-hf.c ---*/
-#line 56 "../../asn1/rrlp/packet-rrlp-template.c"
+#line 58 "../../asn1/rrlp/packet-rrlp-template.c"
/* Initialize the subtree pointers */
static gint ett_rrlp = -1;
@@ -1147,7 +1149,7 @@ static gint ett_rrlp_GANSSModelID = -1;
static gint ett_rrlp_AssistanceNeeded = -1;
/*--- End of included file: packet-rrlp-ett.c ---*/
-#line 60 "../../asn1/rrlp/packet-rrlp-template.c"
+#line 62 "../../asn1/rrlp/packet-rrlp-template.c"
/* Include constants */
@@ -1159,7 +1161,7 @@ static gint ett_rrlp_AssistanceNeeded = -1;
#define maxGANSSAssistanceData 40
/*--- End of included file: packet-rrlp-val.h ---*/
-#line 63 "../../asn1/rrlp/packet-rrlp-template.c"
+#line 65 "../../asn1/rrlp/packet-rrlp-template.c"
@@ -7152,7 +7154,7 @@ static void dissect_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tre
/*--- End of included file: packet-rrlp-fn.c ---*/
-#line 66 "../../asn1/rrlp/packet-rrlp-template.c"
+#line 68 "../../asn1/rrlp/packet-rrlp-template.c"
/*--- proto_register_rrlp -------------------------------------------*/
@@ -10446,7 +10448,7 @@ void proto_register_rrlp(void) {
NULL, HFILL }},
/*--- End of included file: packet-rrlp-hfarr.c ---*/
-#line 75 "../../asn1/rrlp/packet-rrlp-template.c"
+#line 77 "../../asn1/rrlp/packet-rrlp-template.c"
};
/* List of subtrees */
@@ -10709,7 +10711,7 @@ void proto_register_rrlp(void) {
&ett_rrlp_AssistanceNeeded,
/*--- End of included file: packet-rrlp-ettarr.c ---*/
-#line 81 "../../asn1/rrlp/packet-rrlp-template.c"
+#line 83 "../../asn1/rrlp/packet-rrlp-template.c"
};