aboutsummaryrefslogtreecommitdiffstats
path: root/epan
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 /epan
parent9740278a1d17847c8330e7fb983815e5547494c2 (diff)
FT_STRING => FT_OID where applicable
svn path=/trunk/; revision=18107
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-x509ce.c2
-rw-r--r--epan/dissectors/packet-x509if.c2
2 files changed, 2 insertions, 2 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,
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,