aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-idmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-idmp.c')
-rw-r--r--epan/dissectors/packet-idmp.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/epan/dissectors/packet-idmp.c b/epan/dissectors/packet-idmp.c
index d290bc559e..185a84d570 100644
--- a/epan/dissectors/packet-idmp.c
+++ b/epan/dissectors/packet-idmp.c
@@ -5,7 +5,7 @@
/* Input file: packet-idmp-template.c */
-#line 1 "packet-idmp-template.c"
+#line 1 "../../asn1/idmp/packet-idmp-template.c"
/* packet-idmp.c
* Routines for X.519 Internet Directly Mapped Procotol (IDMP) packet dissection
* Graeme Lunt 2020
@@ -138,7 +138,7 @@ static int call_idmp_oid_callback(tvbuff_t *tvb, int offset, packet_info *pinfo,
/*--- Included file: packet-idmp-hf.c ---*/
-#line 1 "packet-idmp-hf.c"
+#line 1 "../../asn1/idmp/packet-idmp-hf.c"
static int hf_idmp_bind = -1; /* IdmBind */
static int hf_idmp_bindResult = -1; /* IdmBindResult */
static int hf_idmp_bindError = -1; /* IdmBindError */
@@ -173,13 +173,13 @@ static int hf_idmp_present = -1; /* INTEGER */
static int hf_idmp_absent = -1; /* NULL */
/*--- End of included file: packet-idmp-hf.c ---*/
-#line 132 "packet-idmp-template.c"
+#line 132 "../../asn1/idmp/packet-idmp-template.c"
/* Initialize the subtree pointers */
static gint ett_idmp = -1;
/*--- Included file: packet-idmp-ett.c ---*/
-#line 1 "packet-idmp-ett.c"
+#line 1 "../../asn1/idmp/packet-idmp-ett.c"
static gint ett_idmp_IDM_PDU = -1;
static gint ett_idmp_IdmBind = -1;
static gint ett_idmp_IdmBindResult = -1;
@@ -192,11 +192,11 @@ static gint ett_idmp_Code = -1;
static gint ett_idmp_InvokeId = -1;
/*--- End of included file: packet-idmp-ett.c ---*/
-#line 136 "packet-idmp-template.c"
+#line 136 "../../asn1/idmp/packet-idmp-template.c"
/*--- Included file: packet-idmp-fn.c ---*/
-#line 1 "packet-idmp-fn.c"
+#line 1 "../../asn1/idmp/packet-idmp-fn.c"
static int
@@ -616,7 +616,7 @@ dissect_idmp_IDM_PDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U
/*--- End of included file: packet-idmp-fn.c ---*/
-#line 138 "packet-idmp-template.c"
+#line 138 "../../asn1/idmp/packet-idmp-template.c"
void
register_idmp_protocol_info(const char *oid, const ros_info_t *rinfo, int proto _U_, const char *name)
@@ -804,7 +804,7 @@ void proto_register_idmp(void) {
/*--- Included file: packet-idmp-hfarr.c ---*/
-#line 1 "packet-idmp-hfarr.c"
+#line 1 "../../asn1/idmp/packet-idmp-hfarr.c"
{ &hf_idmp_bind,
{ "bind", "idmp.bind",
FT_NONE, BASE_NONE, NULL, 0,
@@ -935,7 +935,7 @@ void proto_register_idmp(void) {
NULL, HFILL }},
/*--- End of included file: packet-idmp-hfarr.c ---*/
-#line 324 "packet-idmp-template.c"
+#line 324 "../../asn1/idmp/packet-idmp-template.c"
};
/* List of subtrees */
@@ -945,7 +945,7 @@ void proto_register_idmp(void) {
&ett_idmp_fragments,
/*--- Included file: packet-idmp-ettarr.c ---*/
-#line 1 "packet-idmp-ettarr.c"
+#line 1 "../../asn1/idmp/packet-idmp-ettarr.c"
&ett_idmp_IDM_PDU,
&ett_idmp_IdmBind,
&ett_idmp_IdmBindResult,
@@ -958,7 +958,7 @@ void proto_register_idmp(void) {
&ett_idmp_InvokeId,
/*--- End of included file: packet-idmp-ettarr.c ---*/
-#line 332 "packet-idmp-template.c"
+#line 332 "../../asn1/idmp/packet-idmp-template.c"
};
module_t *idmp_module;