Add a "-G ftypes" option, which dumps our supprted FT_… names and
[obnox/wireshark/wip.git] / epan / ftypes / ftype-string.c
index 3b9aaf30afe52b55525eeb387d2a4730b8a2c7b2..01a01b9fd702243311caea38167673b0e1833eac 100644 (file)
@@ -281,7 +281,7 @@ ftype_register_string(void)
        static ftype_t string_type = {
                FT_STRING,                      /* ftype */
                "FT_STRING",                    /* name */
-               "character string",             /* pretty_name */
+               "Character string",             /* pretty_name */
                0,                              /* wire_size */
                string_fvalue_new,              /* new_value */
                string_fvalue_free,             /* free_value */
@@ -318,7 +318,7 @@ ftype_register_string(void)
        static ftype_t stringz_type = {
                FT_STRINGZ,                     /* ftype */
                "FT_STRINGZ",                   /* name */
-               "character string",             /* pretty name */
+               "Character string",             /* pretty name */
                0,                              /* wire_size */
                string_fvalue_new,              /* new_value */
                string_fvalue_free,             /* free_value */
@@ -355,7 +355,7 @@ ftype_register_string(void)
        static ftype_t uint_string_type = {
                FT_UINT_STRING,         /* ftype */
                "FT_UINT_STRING",               /* name */
-               "character string",             /* pretty_name */
+               "Character string",             /* pretty_name */
                0,                              /* wire_size */
                string_fvalue_new,              /* new_value */
                string_fvalue_free,             /* free_value */