diff options
author | Graeme Lunt <graeme.lunt@smhs.co.uk> | 2006-05-08 17:45:12 +0000 |
---|---|---|
committer | Graeme Lunt <graeme.lunt@smhs.co.uk> | 2006-05-08 17:45:12 +0000 |
commit | c725ebe2420ce6c43a4538a8be4ec0c8fd329c41 (patch) | |
tree | 2f151b3efb5c6f393ab87cf5275711b9bcbea95a /asn1 | |
parent | 9740278a1d17847c8330e7fb983815e5547494c2 (diff) | |
download | wireshark-c725ebe2420ce6c43a4538a8be4ec0c8fd329c41.tar.gz wireshark-c725ebe2420ce6c43a4538a8be4ec0c8fd329c41.tar.bz2 wireshark-c725ebe2420ce6c43a4538a8be4ec0c8fd329c41.zip |
FT_STRING => FT_OID where applicable
svn path=/trunk/; revision=18107
Diffstat (limited to 'asn1')
-rw-r--r-- | asn1/x509ce/packet-x509ce-template.c | 2 | ||||
-rw-r--r-- | asn1/x509if/packet-x509if-template.c | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/asn1/x509if/packet-x509if-template.c b/asn1/x509if/packet-x509if-template.c index d9469c3d24..754dff9b0b 100644 --- a/asn1/x509if/packet-x509if-template.c +++ b/asn1/x509if/packet-x509if-template.c @@ -112,7 +112,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, |