From 2b4785f93ea14de5a968e9dcbfa8335b59bba12f Mon Sep 17 00:00:00 2001 From: Tomas Kukosa Date: Fri, 2 Dec 2005 13:21:43 +0000 Subject: PER dissectors regenerated with FT_OID svn path=/trunk/; revision=16653 --- epan/dissectors/packet-h235.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'epan/dissectors/packet-h235.c') diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c index 54e54267b9..931071675c 100644 --- a/epan/dissectors/packet-h235.c +++ b/epan/dissectors/packet-h235.c @@ -915,7 +915,7 @@ void proto_register_h235(void) { { &hf_h235_nonStandardIdentifier, { "nonStandardIdentifier", "h235.nonStandardIdentifier", - FT_STRING, BASE_NONE, NULL, 0, + FT_OID, BASE_NONE, NULL, 0, "NonStandardParameter/nonStandardIdentifier", HFILL }}, { &hf_h235_data, { "data", "h235.data", @@ -975,7 +975,7 @@ void proto_register_h235(void) { "ECKASDH/eckasdh2/fieldSize", HFILL }}, { &hf_h235_type, { "type", "h235.type", - FT_STRING, BASE_NONE, NULL, 0, + FT_OID, BASE_NONE, NULL, 0, "TypedCertificate/type", HFILL }}, { &hf_h235_certificatedata, { "certificate", "h235.certificate", @@ -1023,7 +1023,7 @@ void proto_register_h235(void) { "AuthenticationMechanism/authenticationBES", HFILL }}, { &hf_h235_tokenOID, { "tokenOID", "h235.tokenOID", - FT_STRING, BASE_NONE, NULL, 0, + FT_OID, BASE_NONE, NULL, 0, "", HFILL }}, { &hf_h235_timeStamp, { "timeStamp", "h235.timeStamp", @@ -1071,7 +1071,7 @@ void proto_register_h235(void) { "SIGNEDxxx/toBeSigned", HFILL }}, { &hf_h235_algorithmOID, { "algorithmOID", "h235.algorithmOID", - FT_STRING, BASE_NONE, NULL, 0, + FT_OID, BASE_NONE, NULL, 0, "", HFILL }}, { &hf_h235_paramS, { "paramS", "h235.paramS", @@ -1175,7 +1175,7 @@ void proto_register_h235(void) { "V3KeySyncMaterial/paramSsalt", HFILL }}, { &hf_h235_keyDerivationOID, { "keyDerivationOID", "h235.keyDerivationOID", - FT_STRING, BASE_NONE, NULL, 0, + FT_OID, BASE_NONE, NULL, 0, "V3KeySyncMaterial/keyDerivationOID", HFILL }}, /*--- End of included file: packet-h235-hfarr.c ---*/ -- cgit v1.2.1