aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-10-11 12:04:35 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-10-11 12:04:35 +0000
commitfd6e2f7099f9bb139f21a34dbc1fe057df91fa5e (patch)
treed9c00532a029d8e29f3e283cde4b6d6a49a0834d /epan/dissectors/packet-h225.c
parent97a1230136b8423e709ed2ee231e516d5910e56b (diff)
From Martin M, update h2250 so that some things that are supposed to be strings are printed as strings and not as hex data.
svn path=/trunk/; revision=12263
Diffstat (limited to 'epan/dissectors/packet-h225.c')
-rw-r--r--epan/dissectors/packet-h225.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-h225.c b/epan/dissectors/packet-h225.c
index 8905d15f0d..0ed2ba8214 100644
--- a/epan/dissectors/packet-h225.c
+++ b/epan/dissectors/packet-h225.c
@@ -9027,7 +9027,7 @@ proto_register_h225(void)
{ "callSignaling", "h225.callSignaling", FT_NONE, BASE_NONE,
NULL, 0, "callSignaling sequence", HFILL }},
{ &hf_h225_carrierName,
- { "carrierName", "h225.carrierName", FT_BYTES, BASE_HEX,
+ { "carrierName", "h225.carrierName", FT_STRING, BASE_HEX,
NULL, 0, "carrierName IA5String", HFILL }},
{ &hf_h225_carrierIdentificationCode,
{ "carrierIdentificationCode", "h225.carrierIdentificationCode", FT_BYTES, BASE_HEX,
@@ -9315,7 +9315,7 @@ proto_register_h225(void)
{ "dialedDigits", "h225.dialedDigits", FT_BYTES, BASE_HEX,
NULL, 0, "dialedDigits IA5String", HFILL }},
{ &hf_h225_urlId,
- { "urlId", "h225.urlId", FT_BYTES, BASE_HEX,
+ { "urlId", "h225.urlId", FT_STRING, BASE_HEX,
NULL, 0, "urlId IA5String", HFILL }},
{ &hf_h225_h323ID,
{ "h323ID", "h225.h323ID", FT_STRING, BASE_HEX,
@@ -9477,7 +9477,7 @@ proto_register_h225(void)
{ "Content_raw", "h225.Content_raw", FT_BYTES, BASE_HEX,
NULL, 0, "Content_raw octet string", HFILL }},
{ &hf_h225_Content_text,
- { "Content_text", "h225.Content_text", FT_BYTES, BASE_HEX,
+ { "Content_text", "h225.Content_text", FT_STRING, BASE_HEX,
NULL, 0, "Content_text IA5String", HFILL }},
{ &hf_h225_Content,
{ "Content", "h225.Content", FT_UINT32, BASE_DEC,
@@ -9858,7 +9858,7 @@ proto_register_h225(void)
{ "H248SignalsDescriptor", "h225.H248SignalsDescriptor", FT_BYTES, BASE_HEX,
NULL, 0, "H248SignalsDescriptor octet string", HFILL }},
{ &hf_h225_url,
- { "url", "h225.url", FT_BYTES, BASE_HEX,
+ { "url", "h225.url", FT_STRING, BASE_HEX,
NULL, 0, "url IA5String", HFILL }},
{ &hf_h225_ServiceControlDescriptor,
{ "ServiceControlDescriptor", "h225.ServiceControlDescriptor", FT_UINT32, BASE_DEC,
@@ -9900,7 +9900,7 @@ proto_register_h225(void)
{ "parallelH245Control", "h225.parallelH245Control", FT_NONE, BASE_NONE,
NULL, 0, "parallelH245Control sequence of", HFILL }},
{ &hf_h225_language,
- { "language", "h225.language", FT_BYTES, BASE_HEX,
+ { "language", "h225.language", FT_STRING, BASE_HEX,
NULL, 0, "language IA5String", HFILL }},
{ &hf_h225_languages,
{ "languages", "h225.languages", FT_NONE, BASE_NONE,