aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smrse.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-smrse.c')
-rw-r--r--epan/dissectors/packet-smrse.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/epan/dissectors/packet-smrse.c b/epan/dissectors/packet-smrse.c
index 6e6c5d50fe..71b64a3899 100644
--- a/epan/dissectors/packet-smrse.c
+++ b/epan/dissectors/packet-smrse.c
@@ -1,11 +1,11 @@
/* Do not modify this file. Changes will be overwritten. */
/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-smrse.c */
-/* ../../tools/asn2wrs.py -b -p smrse -c ./smrse.cnf -s ./packet-smrse-template -D . -O ../../epan/dissectors SMRSE.asn */
+/* asn2wrs.py -b -p smrse -c ./smrse.cnf -s ./packet-smrse-template -D . -O ../.. SMRSE.asn */
/* Input file: packet-smrse-template.c */
-#line 1 "../../asn1/smrse/packet-smrse-template.c"
+#line 1 "./asn1/smrse/packet-smrse-template.c"
/* packet-smrse.c
* Routines for SMRSE Short Message Relay Service packet dissection
* Ronnie Sahlberg 2004
@@ -54,7 +54,7 @@ static int hf_smrse_length = -1;
static int hf_smrse_Octet_Format = -1;
/*--- Included file: packet-smrse-hf.c ---*/
-#line 1 "../../asn1/smrse/packet-smrse-hf.c"
+#line 1 "./asn1/smrse/packet-smrse-hf.c"
static int hf_smrse_sc_address = -1; /* SMS_Address */
static int hf_smrse_password = -1; /* Password */
static int hf_smrse_address_type = -1; /* T_address_type */
@@ -83,13 +83,13 @@ static int hf_smrse_sm_diag_info = -1; /* RP_UD */
static int hf_smrse_ms_address = -1; /* SMS_Address */
/*--- End of included file: packet-smrse-hf.c ---*/
-#line 48 "../../asn1/smrse/packet-smrse-template.c"
+#line 48 "./asn1/smrse/packet-smrse-template.c"
/* Initialize the subtree pointers */
static gint ett_smrse = -1;
/*--- Included file: packet-smrse-ett.c ---*/
-#line 1 "../../asn1/smrse/packet-smrse-ett.c"
+#line 1 "./asn1/smrse/packet-smrse-ett.c"
static gint ett_smrse_SMR_Bind = -1;
static gint ett_smrse_SMS_Address = -1;
static gint ett_smrse_T_address_value = -1;
@@ -103,12 +103,12 @@ static gint ett_smrse_RPError = -1;
static gint ett_smrse_RPAlertSC = -1;
/*--- End of included file: packet-smrse-ett.c ---*/
-#line 52 "../../asn1/smrse/packet-smrse-template.c"
+#line 52 "./asn1/smrse/packet-smrse-template.c"
/*--- Included file: packet-smrse-fn.c ---*/
-#line 1 "../../asn1/smrse/packet-smrse-fn.c"
+#line 1 "./asn1/smrse/packet-smrse-fn.c"
static const value_string smrse_T_address_type_vals[] = {
{ 0, "unknown-type" },
@@ -153,7 +153,7 @@ dissect_smrse_T_numbering_plan(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
static int
dissect_smrse_T_octet_format(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 19 "../../asn1/smrse/smrse.cnf"
+#line 19 "./asn1/smrse/smrse.cnf"
char *strp,tmpstr[21];
guint32 i, start_offset;
gint8 ber_class;
@@ -479,7 +479,7 @@ dissect_smrse_RPAlertSC(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
/*--- End of included file: packet-smrse-fn.c ---*/
-#line 55 "../../asn1/smrse/packet-smrse-template.c"
+#line 55 "./asn1/smrse/packet-smrse-template.c"
static const value_string tag_vals[] = {
{ 1, "AliveTest" },
@@ -584,7 +584,7 @@ void proto_register_smrse(void) {
/*--- Included file: packet-smrse-hfarr.c ---*/
-#line 1 "../../asn1/smrse/packet-smrse-hfarr.c"
+#line 1 "./asn1/smrse/packet-smrse-hfarr.c"
{ &hf_smrse_sc_address,
{ "sc-address", "smrse.sc_address_element",
FT_NONE, BASE_NONE, NULL, 0,
@@ -691,7 +691,7 @@ void proto_register_smrse(void) {
"SMS_Address", HFILL }},
/*--- End of included file: packet-smrse-hfarr.c ---*/
-#line 158 "../../asn1/smrse/packet-smrse-template.c"
+#line 158 "./asn1/smrse/packet-smrse-template.c"
};
/* List of subtrees */
@@ -699,7 +699,7 @@ void proto_register_smrse(void) {
&ett_smrse,
/*--- Included file: packet-smrse-ettarr.c ---*/
-#line 1 "../../asn1/smrse/packet-smrse-ettarr.c"
+#line 1 "./asn1/smrse/packet-smrse-ettarr.c"
&ett_smrse_SMR_Bind,
&ett_smrse_SMS_Address,
&ett_smrse_T_address_value,
@@ -713,7 +713,7 @@ void proto_register_smrse(void) {
&ett_smrse_RPAlertSC,
/*--- End of included file: packet-smrse-ettarr.c ---*/
-#line 164 "../../asn1/smrse/packet-smrse-template.c"
+#line 164 "./asn1/smrse/packet-smrse-template.c"
};
/* Register protocol */