aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-goose.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-goose.c')
-rw-r--r--epan/dissectors/packet-goose.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/epan/dissectors/packet-goose.c b/epan/dissectors/packet-goose.c
index f94b8009fa..a6e42701c9 100644
--- a/epan/dissectors/packet-goose.c
+++ b/epan/dissectors/packet-goose.c
@@ -5,7 +5,7 @@
/* Input file: packet-goose-template.c */
-#line 1 "packet-goose-template.c"
+#line 1 "../../asn1/goose/packet-goose-template.c"
/* packet-goose.c
* Routines for IEC 61850 GOOSE packet dissection
* Martin Lutz 2008
@@ -58,7 +58,7 @@ static int hf_goose_reserve2 = -1;
/*--- Included file: packet-goose-hf.c ---*/
-#line 1 "packet-goose-hf.c"
+#line 1 "../../asn1/goose/packet-goose-hf.c"
static int hf_goose_gseMngtPdu = -1; /* GSEMngtPdu */
static int hf_goose_goosePdu = -1; /* IECGoosePdu */
static int hf_goose_stateID = -1; /* INTEGER */
@@ -117,14 +117,14 @@ static int hf_goose_bcd = -1; /* INTEGER */
static int hf_goose_booleanArray = -1; /* BIT_STRING */
/*--- End of included file: packet-goose-hf.c ---*/
-#line 52 "packet-goose-template.c"
+#line 52 "../../asn1/goose/packet-goose-template.c"
/* Initialize the subtree pointers */
static int ett_goose = -1;
/*--- Included file: packet-goose-ett.c ---*/
-#line 1 "packet-goose-ett.c"
+#line 1 "../../asn1/goose/packet-goose-ett.c"
static gint ett_goose_GOOSEpdu = -1;
static gint ett_goose_GSEMngtPdu = -1;
static gint ett_goose_RequestResponse = -1;
@@ -144,11 +144,11 @@ static gint ett_goose_SEQUENCE_OF_Data = -1;
static gint ett_goose_Data = -1;
/*--- End of included file: packet-goose-ett.c ---*/
-#line 57 "packet-goose-template.c"
+#line 57 "../../asn1/goose/packet-goose-template.c"
/*--- Included file: packet-goose-fn.c ---*/
-#line 1 "packet-goose-fn.c"
+#line 1 "../../asn1/goose/packet-goose-fn.c"
/*--- Cyclic dependencies ---*/
/* Data -> Data/array -> Data */
@@ -471,7 +471,7 @@ dissect_goose_GSEMngtPdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offse
static int
dissect_goose_UtcTime(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 18 "goose.cnf"
+#line 18 "../../asn1/goose/goose.cnf"
guint32 len;
proto_item *cause;
@@ -686,7 +686,7 @@ dissect_goose_GOOSEpdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
/*--- End of included file: packet-goose-fn.c ---*/
-#line 59 "packet-goose-template.c"
+#line 59 "../../asn1/goose/packet-goose-template.c"
/*
* Dissect GOOSE PDUs inside a PPDU.
@@ -762,7 +762,7 @@ void proto_register_goose(void) {
/*--- Included file: packet-goose-hfarr.c ---*/
-#line 1 "packet-goose-hfarr.c"
+#line 1 "../../asn1/goose/packet-goose-hfarr.c"
{ &hf_goose_gseMngtPdu,
{ "gseMngtPdu", "goose.gseMngtPdu",
FT_NONE, BASE_NONE, NULL, 0,
@@ -989,7 +989,7 @@ void proto_register_goose(void) {
"BIT_STRING", HFILL }},
/*--- End of included file: packet-goose-hfarr.c ---*/
-#line 133 "packet-goose-template.c"
+#line 133 "../../asn1/goose/packet-goose-template.c"
};
/* List of subtrees */
@@ -997,7 +997,7 @@ void proto_register_goose(void) {
&ett_goose,
/*--- Included file: packet-goose-ettarr.c ---*/
-#line 1 "packet-goose-ettarr.c"
+#line 1 "../../asn1/goose/packet-goose-ettarr.c"
&ett_goose_GOOSEpdu,
&ett_goose_GSEMngtPdu,
&ett_goose_RequestResponse,
@@ -1017,7 +1017,7 @@ void proto_register_goose(void) {
&ett_goose_Data,
/*--- End of included file: packet-goose-ettarr.c ---*/
-#line 139 "packet-goose-template.c"
+#line 139 "../../asn1/goose/packet-goose-template.c"
};
/* Register protocol */