summaryrefslogtreecommitdiff
path: root/asn1/x509ce
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2006-05-08 17:45:12 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2006-05-08 17:45:12 +0000
commitc725ebe2420ce6c43a4538a8be4ec0c8fd329c41 (patch)
tree2f151b3efb5c6f393ab87cf5275711b9bcbea95a /asn1/x509ce
parent9740278a1d17847c8330e7fb983815e5547494c2 (diff)
downloadwireshark-c725ebe2420ce6c43a4538a8be4ec0c8fd329c41.tar.gz
FT_STRING => FT_OID where applicable
svn path=/trunk/; revision=18107
Diffstat (limited to 'asn1/x509ce')
-rw-r--r--asn1/x509ce/packet-x509ce-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509ce/packet-x509ce-template.c b/asn1/x509ce/packet-x509ce-template.c
index 0baa188994..1f563af558 100644
--- a/asn1/x509ce/packet-x509ce-template.c
+++ b/asn1/x509ce/packet-x509ce-template.c
@@ -87,7 +87,7 @@ void proto_register_x509ce(void) {
FT_STRING, BASE_NONE, NULL, 0,
"invalidityDate", HFILL }},
{ &hf_x509ce_object_identifier_id,
- { "Id", "x509ce.id", FT_STRING, BASE_NONE, NULL, 0,
+ { "Id", "x509ce.id", FT_OID, BASE_NONE, NULL, 0,
"Object identifier Id", HFILL }},
{ &hf_x509ce_IPAddress,
{ "iPAddress", "x509ce.IPAddress", FT_IPv4, BASE_NONE, NULL, 0,