From c725ebe2420ce6c43a4538a8be4ec0c8fd329c41 Mon Sep 17 00:00:00 2001 From: Graeme Lunt Date: Mon, 8 May 2006 17:45:12 +0000 Subject: FT_STRING => FT_OID where applicable svn path=/trunk/; revision=18107 --- epan/dissectors/packet-x509ce.c | 2 +- epan/dissectors/packet-x509if.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'epan') 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, diff --git a/epan/dissectors/packet-x509if.c b/epan/dissectors/packet-x509if.c index 56ac22c9a2..65afeab670 100644 --- a/epan/dissectors/packet-x509if.c +++ b/epan/dissectors/packet-x509if.c @@ -2281,7 +2281,7 @@ void proto_register_x509if(void) { /* List of fields */ static hf_register_info hf[] = { { &hf_x509if_object_identifier_id, - { "Id", "x509if.id", FT_STRING, BASE_NONE, NULL, 0, + { "Id", "x509if.id", FT_OID, BASE_NONE, NULL, 0, "Object identifier Id", HFILL }}, { &hf_x509if_any_string, { "AnyString", "x509if.any.String", FT_BYTES, BASE_HEX, -- cgit v1.2.3