aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-double.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-double.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-double.c')
-rw-r--r--epan/ftypes/ftype-double.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/ftypes/ftype-double.c b/epan/ftypes/ftype-double.c
index 537a1b27fe..b38597979c 100644
--- a/epan/ftypes/ftype-double.c
+++ b/epan/ftypes/ftype-double.c
@@ -159,7 +159,7 @@ ftype_register_double(void)
static ftype_t float_type = {
FT_FLOAT, /* ftype */
"FT_FLOAT", /* name */
- "floating point (single-precision)", /* pretty_name */
+ "Floating point (single-precision)", /* pretty_name */
0, /* wire_size */
double_fvalue_new, /* new_value */
NULL, /* free_value */
@@ -197,7 +197,7 @@ ftype_register_double(void)
static ftype_t double_type = {
FT_DOUBLE, /* ftype */
"FT_DOUBLE", /* name */
- "floating point (double-precision)", /* pretty_name */
+ "Floating point (double-precision)", /* pretty_name */
0, /* wire_size */
double_fvalue_new, /* new_value */
NULL, /* free_value */