aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2006-05-10 19:50:54 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2006-05-10 19:50:54 +0000
commitab19b927c8945e9a4b8d6cde7c898b77bceac6d5 (patch)
tree5178e200dcbdda928a77578dbeac05c296120942 /asn1
parent30fc91887cd7d849c1d51626fbce941605f0b2c6 (diff)
"Field Information" context menu item that will bring up a web page reference to a field type of FT_OID
svn path=/trunk/; revision=18125
Diffstat (limited to 'asn1')
-rw-r--r--asn1/cms/packet-cms-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c
index 8812e79031..62b4b7bf45 100644
--- a/asn1/cms/packet-cms-template.c
+++ b/asn1/cms/packet-cms-template.c
@@ -138,7 +138,7 @@ void proto_register_cms(void) {
static hf_register_info hf[] = {
{ &hf_cms_ci_contentType,
{ "contentType", "cms.contentInfo.contentType",
- FT_STRING, BASE_NONE, NULL, 0,
+ FT_OID, BASE_NONE, NULL, 0,
"ContentType", HFILL }},
#include "packet-cms-hfarr.c"
};