aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrlp.c
diff options
context:
space:
mode:
authorJoakim Karlsson <oakimk@gmail.com>2022-11-30 13:23:33 +0100
committerAndersBroman <a.broman58@gmail.com>2022-11-30 17:31:46 +0000
commit4b0bf62791c093e242565739aa0ec7a5ad335dfe (patch)
treee42035053723538998a8a74d003ac1556d5936d5 /epan/dissectors/packet-rrlp.c
parent729ea56b46b1c9faca58108b26723d1ddc986a1b (diff)
asn2wrs: disable template line directive by default
Same as with !8955, To debug with line directive build with -DENABLE_DEBUG_A2W=ON flag
Diffstat (limited to 'epan/dissectors/packet-rrlp.c')
-rw-r--r--epan/dissectors/packet-rrlp.c39
1 files changed, 0 insertions, 39 deletions
diff --git a/epan/dissectors/packet-rrlp.c b/epan/dissectors/packet-rrlp.c
index 51220161e8..54f5b565fb 100644
--- a/epan/dissectors/packet-rrlp.c
+++ b/epan/dissectors/packet-rrlp.c
@@ -3,9 +3,6 @@
/* packet-rrlp.c */
/* asn2wrs.py -L -p rrlp -c ./rrlp.cnf -s ./packet-rrlp-template -D . -O ../.. ../gsm_map/MAP-ExtensionDataTypes.asn ../gsm_map/MAP-LCS-DataTypes.asn RRLP-Messages.asn RRLP-Components.asn */
-/* Input file: packet-rrlp-template.c */
-
-#line 1 "./asn1/rrlp/packet-rrlp-template.c"
/* packet-rrlp.c
* Routines for 3GPP Radio Resource LCS Protocol (RRLP) packet dissection
* Copyright 2006, Anders Broman <anders.broman@ericsson.com>
@@ -47,9 +44,6 @@ void proto_reg_handoff_rrlp(void);
static int proto_rrlp = -1;
-
-/*--- Included file: packet-rrlp-hf.c ---*/
-#line 1 "./asn1/rrlp/packet-rrlp-hf.c"
static int hf_rrlp_PDU_PDU = -1; /* PDU */
static int hf_rrlp_privateExtensionList = -1; /* PrivateExtensionList */
static int hf_rrlp_pcs_Extensions = -1; /* PCS_Extensions */
@@ -872,14 +866,8 @@ static int hf_rrlp_GANSSModelID_model6 = -1;
static int hf_rrlp_GANSSModelID_model7 = -1;
static int hf_rrlp_GANSSModelID_model8 = -1;
-/*--- End of included file: packet-rrlp-hf.c ---*/
-#line 43 "./asn1/rrlp/packet-rrlp-template.c"
-
/* Initialize the subtree pointers */
static gint ett_rrlp = -1;
-
-/*--- Included file: packet-rrlp-ett.c ---*/
-#line 1 "./asn1/rrlp/packet-rrlp-ett.c"
static gint ett_rrlp_ExtensionContainer = -1;
static gint ett_rrlp_PrivateExtensionList = -1;
static gint ett_rrlp_PrivateExtension = -1;
@@ -1133,26 +1121,14 @@ static gint ett_rrlp_GANSSAdditionalAssistanceChoicesForOneGANSS = -1;
static gint ett_rrlp_GANSSModelID = -1;
static gint ett_rrlp_AssistanceNeeded = -1;
-/*--- End of included file: packet-rrlp-ett.c ---*/
-#line 47 "./asn1/rrlp/packet-rrlp-template.c"
-
/* Include constants */
-
-/*--- Included file: packet-rrlp-val.h ---*/
-#line 1 "./asn1/rrlp/packet-rrlp-val.h"
#define maxNumOfPrivateExtensions 10
#define maxExt_GeographicalInformation 20
#define maxGPSAssistanceData 40
#define maxGANSSAssistanceData 40
-/*--- End of included file: packet-rrlp-val.h ---*/
-#line 50 "./asn1/rrlp/packet-rrlp-template.c"
-
-/*--- Included file: packet-rrlp-fn.c ---*/
-#line 1 "./asn1/rrlp/packet-rrlp-fn.c"
-
static int
dissect_rrlp_OBJECT_IDENTIFIER(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
@@ -7203,9 +7179,6 @@ static int dissect_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree
}
-/*--- End of included file: packet-rrlp-fn.c ---*/
-#line 53 "./asn1/rrlp/packet-rrlp-template.c"
-
/*--- proto_register_rrlp -------------------------------------------*/
void proto_register_rrlp(void) {
@@ -7213,9 +7186,6 @@ void proto_register_rrlp(void) {
/* List of fields */
static hf_register_info hf[] = {
-
-/*--- Included file: packet-rrlp-hfarr.c ---*/
-#line 1 "./asn1/rrlp/packet-rrlp-hfarr.c"
{ &hf_rrlp_PDU_PDU,
{ "PDU", "rrlp.PDU_element",
FT_NONE, BASE_NONE, NULL, 0,
@@ -10496,17 +10466,11 @@ void proto_register_rrlp(void) {
{ "model8", "rrlp.GANSSModelID.model8",
FT_BOOLEAN, 8, NULL, 0x01,
NULL, HFILL }},
-
-/*--- End of included file: packet-rrlp-hfarr.c ---*/
-#line 62 "./asn1/rrlp/packet-rrlp-template.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_rrlp,
-
-/*--- Included file: packet-rrlp-ettarr.c ---*/
-#line 1 "./asn1/rrlp/packet-rrlp-ettarr.c"
&ett_rrlp_ExtensionContainer,
&ett_rrlp_PrivateExtensionList,
&ett_rrlp_PrivateExtension,
@@ -10759,9 +10723,6 @@ void proto_register_rrlp(void) {
&ett_rrlp_GANSSAdditionalAssistanceChoicesForOneGANSS,
&ett_rrlp_GANSSModelID,
&ett_rrlp_AssistanceNeeded,
-
-/*--- End of included file: packet-rrlp-ettarr.c ---*/
-#line 68 "./asn1/rrlp/packet-rrlp-template.c"
};