aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-string.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-12-27 20:35:41 +0000
committerGerald Combs <gerald@wireshark.org>2011-12-27 20:35:41 +0000
commit3c1b8a6ca13f6c0d0ce035859b12f0be9daca4f7 (patch)
tree97a0a11cc063f2d0fccb3a6a439870ee0b1fa999 /epan/ftypes/ftype-string.c
parent727046dc35c535c13c06ac82d1132618d0f24ad0 (diff)
Add a "-G ftypes" option, which dumps our supprted FT_… names and
descriptions. Captitalize and fix up the descriptions. Use its output to create the field type list in the wireshark-filter man page. svn path=/trunk/; revision=40306
Diffstat (limited to 'epan/ftypes/ftype-string.c')
-rw-r--r--epan/ftypes/ftype-string.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/ftypes/ftype-string.c b/epan/ftypes/ftype-string.c
index 3b9aaf30af..01a01b9fd7 100644
--- a/epan/ftypes/ftype-string.c
+++ b/epan/ftypes/ftype-string.c
@@ -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 */