From Martin M, update h2250 so that some things that are supposed to be strings...
[obnox/wireshark/wip.git] / epan / dissectors / packet-h225.c
index 8905d15f0d01069c98a54dcbaba381b56ee47419..0ed2ba8214ce3bd7e81e40b765cc21cb74a47ccc 100644 (file)
@@ -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,