aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-14 07:57:01 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-14 07:57:01 +0000
commit8e153214818d582ae9558f4b8144b098dfb7f268 (patch)
tree1edb41a23f3aa13a3be67a0247c3a5598a9d0eb2 /asn1
parentece7cd6e337f03468fc8c2356ac941cf41938462 (diff)
Register SignedData as a BER syntax dissector.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32459 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/cms/packet-cms-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c
index 42ecc665e2..06fbbc13f2 100644
--- a/asn1/cms/packet-cms-template.c
+++ b/asn1/cms/packet-cms-template.c
@@ -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");