diff options
Diffstat (limited to 'asn1/cms')
-rw-r--r-- | asn1/cms/packet-cms-template.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c index 06fbbc13f2..650df40ffa 100644 --- a/asn1/cms/packet-cms-template.c +++ b/asn1/cms/packet-cms-template.c @@ -144,7 +144,7 @@ void proto_register_cms(void) { { &hf_cms_ci_contentType, { "contentType", "cms.contentInfo.contentType", FT_OID, BASE_NONE, NULL, 0, - "ContentType", HFILL }}, + NULL, HFILL }}, #include "packet-cms-hfarr.c" }; @@ -160,8 +160,8 @@ void proto_register_cms(void) { proto_register_field_array(proto_cms, hf, array_length(hf)); proto_register_subtree_array(ett, array_length(ett)); - register_ber_syntax_dissector("ContentInfo", proto_cms, dissect_ContentInfo_PDU); - register_ber_syntax_dissector("SignedData", proto_cms, dissect_SignedData_PDU); + register_ber_syntax_dissector("ContentInfo", proto_cms, dissect_ContentInfo_PDU); + register_ber_syntax_dissector("SignedData", proto_cms, dissect_SignedData_PDU); register_ber_oid_syntax(".p7s", NULL, "ContentInfo"); register_ber_oid_syntax(".p7m", NULL, "ContentInfo"); register_ber_oid_syntax(".p7c", NULL, "ContentInfo"); |