aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cdt.c')
-rw-r--r--epan/dissectors/packet-cdt.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-cdt.c b/epan/dissectors/packet-cdt.c
index 9bf14bcf0f..c712d6231b 100644
--- a/epan/dissectors/packet-cdt.c
+++ b/epan/dissectors/packet-cdt.c
@@ -78,7 +78,7 @@ static int hf_cdt_contentType_OID = -1; /* T_contentType_OID */
static int hf_cdt_compressedContent = -1; /* CompressedContent */
/*--- End of included file: packet-cdt-hf.c ---*/
-#line 62 "../../asn1/cdt/packet-cdt-template.c"
+#line 60 "../../asn1/cdt/packet-cdt-template.c"
static dissector_handle_t data_handle = NULL;
@@ -92,7 +92,7 @@ static gint ett_cdt_CompressedContentInfo = -1;
static gint ett_cdt_T_contentType = -1;
/*--- End of included file: packet-cdt-ett.c ---*/
-#line 67 "../../asn1/cdt/packet-cdt-template.c"
+#line 65 "../../asn1/cdt/packet-cdt-template.c"
/*--- Included file: packet-cdt-fn.c ---*/
@@ -337,7 +337,7 @@ static void dissect_CompressedData_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_
/*--- End of included file: packet-cdt-fn.c ---*/
-#line 69 "../../asn1/cdt/packet-cdt-template.c"
+#line 67 "../../asn1/cdt/packet-cdt-template.c"
/*--- proto_register_cdt -------------------------------------------*/
@@ -408,7 +408,7 @@ void proto_register_cdt (void) {
NULL, HFILL }},
/*--- End of included file: packet-cdt-hfarr.c ---*/
-#line 99 "../../asn1/cdt/packet-cdt-template.c"
+#line 97 "../../asn1/cdt/packet-cdt-template.c"
};
/* List of subtrees */
@@ -422,7 +422,7 @@ void proto_register_cdt (void) {
&ett_cdt_T_contentType,
/*--- End of included file: packet-cdt-ettarr.c ---*/
-#line 104 "../../asn1/cdt/packet-cdt-template.c"
+#line 102 "../../asn1/cdt/packet-cdt-template.c"
};
/* Register protocol */
@@ -444,7 +444,7 @@ void proto_reg_handoff_cdt (void) {
/*--- End of included file: packet-cdt-dis-tab.c ---*/
-#line 119 "../../asn1/cdt/packet-cdt-template.c"
+#line 117 "../../asn1/cdt/packet-cdt-template.c"
data_handle = find_dissector ("data");
}