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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-cdt.c b/epan/dissectors/packet-cdt.c
index 3474b71d8d..cc418ac0bb 100644
--- a/epan/dissectors/packet-cdt.c
+++ b/epan/dissectors/packet-cdt.c
@@ -371,7 +371,7 @@ void proto_register_cdt (void) {
/*--- Included file: packet-cdt-hfarr.c ---*/
#line 1 "../../asn1/cdt/packet-cdt-hfarr.c"
{ &hf_cdt_CompressedData_PDU,
- { "CompressedData", "cdt.CompressedData",
+ { "CompressedData", "cdt.CompressedData_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_cdt_compressionAlgorithm,
@@ -379,7 +379,7 @@ void proto_register_cdt (void) {
FT_UINT32, BASE_DEC, VALS(cdt_CompressionAlgorithmIdentifier_vals), 0,
"CompressionAlgorithmIdentifier", HFILL }},
{ &hf_cdt_compressedContentInfo,
- { "compressedContentInfo", "cdt.compressedContentInfo",
+ { "compressedContentInfo", "cdt.compressedContentInfo_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_cdt_algorithmID_ShortForm,