aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdt.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-02-18 15:19:48 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-02-18 17:47:40 +0000
commitd9d6106044065ed748748ba2135a9ac3cd6c5108 (patch)
treef0eb8d1016998eb008b603a393e344560916a4d6 /epan/dissectors/packet-cdt.c
parent47726eafe572686e5b36ea2e8798096cf1a07bf9 (diff)
ASN.1: update auto generated dissectors
Change-Id: Ic73e72b3d2e7590eaed07f6eb30f74f4303e7a65 Reviewed-on: https://code.wireshark.org/review/25880 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
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 423190212c..788ea7a17a 100644
--- a/epan/dissectors/packet-cdt.c
+++ b/epan/dissectors/packet-cdt.c
@@ -67,7 +67,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 61 "./asn1/cdt/packet-cdt-template.c"
+#line 49 "./asn1/cdt/packet-cdt-template.c"
/* Initialize the subtree pointers */
@@ -79,7 +79,7 @@ static gint ett_cdt_CompressedContentInfo = -1;
static gint ett_cdt_T_contentType = -1;
/*--- End of included file: packet-cdt-ett.c ---*/
-#line 64 "./asn1/cdt/packet-cdt-template.c"
+#line 52 "./asn1/cdt/packet-cdt-template.c"
static expert_field ei_cdt_unable_compress_content = EI_INIT;
static expert_field ei_cdt_unable_uncompress_content = EI_INIT;
@@ -324,7 +324,7 @@ static int 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 57 "./asn1/cdt/packet-cdt-template.c"
/*--- proto_register_cdt -------------------------------------------*/
@@ -397,7 +397,7 @@ void proto_register_cdt (void) {
NULL, HFILL }},
/*--- End of included file: packet-cdt-hfarr.c ---*/
-#line 101 "./asn1/cdt/packet-cdt-template.c"
+#line 89 "./asn1/cdt/packet-cdt-template.c"
};
/* List of subtrees */
@@ -411,7 +411,7 @@ void proto_register_cdt (void) {
&ett_cdt_T_contentType,
/*--- End of included file: packet-cdt-ettarr.c ---*/
-#line 106 "./asn1/cdt/packet-cdt-template.c"
+#line 94 "./asn1/cdt/packet-cdt-template.c"
};
static ei_register_info ei[] = {
@@ -441,5 +441,5 @@ void proto_reg_handoff_cdt (void) {
/*--- End of included file: packet-cdt-dis-tab.c ---*/
-#line 129 "./asn1/cdt/packet-cdt-template.c"
+#line 117 "./asn1/cdt/packet-cdt-template.c"
}