aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509ce.c
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-08 17:45:12 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-08 17:45:12 +0000
commitf351ad4a488b6f4100942b2e07d17fe619d3b4ee (patch)
tree2f151b3efb5c6f393ab87cf5275711b9bcbea95a /epan/dissectors/packet-x509ce.c
parent9979f93aaf714f22479de406b62bc2b4b22ae9ef (diff)
FT_STRING => FT_OID where applicable
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18107 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x509ce.c')
-rw-r--r--epan/dissectors/packet-x509ce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x509ce.c b/epan/dissectors/packet-x509ce.c
index 470c4ec194..b8af572e79 100644
--- a/epan/dissectors/packet-x509ce.c
+++ b/epan/dissectors/packet-x509ce.c
@@ -1686,7 +1686,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,