aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rnsap.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-01 22:05:11 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-01 22:05:11 +0000
commitb77cf64d9efaf719a54b15d9502c5575bf056407 (patch)
tree5bef9b4ab380f93035ddf293d1f1afe92695c153 /epan/dissectors/packet-rnsap.c
parentc446d72cbee8e1603dfeb319a3953336baf0fd15 (diff)
Split out common asn1 stuff to asn1.h and include that where needed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21635 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rnsap.c')
-rw-r--r--epan/dissectors/packet-rnsap.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c
index 11ba1387ce..9517b1076c 100644
--- a/epan/dissectors/packet-rnsap.c
+++ b/epan/dissectors/packet-rnsap.c
@@ -47,6 +47,8 @@
#include <stdio.h>
#include <string.h>
+#include <epan/asn1.h>
+
#include "packet-ber.h"
#include "packet-per.h"
#include "packet-rnsap.h"
@@ -1812,7 +1814,7 @@ static int hf_rnsap_privateIEid = -1; /* PrivateIE_ID */
static int hf_rnsap_privateIEvalue = -1; /* PrivateIEvalue */
/*--- End of included file: packet-rnsap-hf.c ---*/
-#line 85 "packet-rnsap-template.c"
+#line 87 "packet-rnsap-template.c"
/* Initialize the subtree pointers */
static int ett_rnsap = -1;
@@ -2674,7 +2676,7 @@ static gint ett_rnsap_PrivateIE_Container = -1;
static gint ett_rnsap_PrivateIE_Field = -1;
/*--- End of included file: packet-rnsap-ett.c ---*/
-#line 94 "packet-rnsap-template.c"
+#line 96 "packet-rnsap-template.c"
/* Global variables */
static proto_tree *top_tree;
@@ -30329,7 +30331,7 @@ static void dissect_RNSAP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*--- End of included file: packet-rnsap-fn.c ---*/
-#line 117 "packet-rnsap-template.c"
+#line 119 "packet-rnsap-template.c"
static int dissect_rnsap_InitiatingMessageValueValue(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree){
@@ -38937,7 +38939,7 @@ void proto_register_rnsap(void) {
"rnsap.PrivateIEvalue", HFILL }},
/*--- End of included file: packet-rnsap-hfarr.c ---*/
-#line 1848 "packet-rnsap-template.c"
+#line 1850 "packet-rnsap-template.c"
};
/* List of subtrees */
@@ -39800,7 +39802,7 @@ void proto_register_rnsap(void) {
&ett_rnsap_PrivateIE_Field,
/*--- End of included file: packet-rnsap-ettarr.c ---*/
-#line 1858 "packet-rnsap-template.c"
+#line 1860 "packet-rnsap-template.c"
};