Register SignedData as a BER syntax dissector.

svn path=/trunk/; revision=32459
This commit is contained in:
Stig Bjørlykke 2010-04-14 07:57:01 +00:00
parent 6b67ce3ce7
commit cb4a91a8ca
2 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,7 @@ void proto_register_cms(void) {
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_oid_syntax(".p7s", NULL, "ContentInfo");
register_ber_oid_syntax(".p7m", NULL, "ContentInfo");
register_ber_oid_syntax(".p7c", NULL, "ContentInfo");

View File

@ -2419,6 +2419,7 @@ void proto_register_cms(void) {
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_oid_syntax(".p7s", NULL, "ContentInfo");
register_ber_oid_syntax(".p7m", NULL, "ContentInfo");
register_ber_oid_syntax(".p7c", NULL, "ContentInfo");