aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms/packet-cms-template.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-01-13 15:26:13 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-01-13 15:26:13 +0000
commit7d3a4e92643ab8942a44e2dc5bca6e4e427d4bf0 (patch)
treee79b474786b42d3e673f7bf695c8f4226365ca95 /asn1/cms/packet-cms-template.c
parentd3a85fae38cfbea3ae6ab46892c6c10c7687da98 (diff)
New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.
Generally found within a file (.p12 or .pfx) or as a directory attribute (userPKCS12 from iNetOrgPerson). Wiki page and sample file to follow. svn path=/trunk/; revision=20416
Diffstat (limited to 'asn1/cms/packet-cms-template.c')
-rw-r--r--asn1/cms/packet-cms-template.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c
index 678959149d..6ceb9da072 100644
--- a/asn1/cms/packet-cms-template.c
+++ b/asn1/cms/packet-cms-template.c
@@ -162,5 +162,8 @@ void proto_register_cms(void) {
/*--- proto_reg_handoff_cms -------------------------------------------*/
void proto_reg_handoff_cms(void) {
#include "packet-cms-dis-tab.c"
+
+ add_oid_str_name("1.2.840.113549.1.7.1", "id-data");
+
}