summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2005-12-02 13:21:43 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2005-12-02 13:21:43 +0000
commit2b4785f93ea14de5a968e9dcbfa8335b59bba12f (patch)
tree562397b65178662e9b2caf30f16005e65f8b84a6 /epan/dissectors/packet-h235.c
parentdcae7d303f0669cee025a52fbc22d3e7c4d535bc (diff)
downloadwireshark-2b4785f93ea14de5a968e9dcbfa8335b59bba12f.tar.gz
PER dissectors regenerated with FT_OID
svn path=/trunk/; revision=16653
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r--epan/dissectors/packet-h235.c10
1 files changed, 5 insertions, 5 deletions
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 ---*/