aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-bytes.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-21 14:31:17 -0700
committerGerald Combs <gerald@wireshark.org>2022-06-21 14:33:45 -0700
commit3b0d9194bc07f73210b4a89defd11c000f54fa57 (patch)
tree841920890ea7081ae9339b88668cadbd62777139 /epan/ftypes/ftype-bytes.c
parent9c19f473949dd48b941ee8bce4d9ddbd2b409a50 (diff)
Docs: Update the ftype description list in wireshark-filter(4).
Update a couple of ftype descriptions and update the list in the wireshark-filter man page.
Diffstat (limited to 'epan/ftypes/ftype-bytes.c')
-rw-r--r--epan/ftypes/ftype-bytes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/ftypes/ftype-bytes.c b/epan/ftypes/ftype-bytes.c
index e2f23425a6..1a83da8335 100644
--- a/epan/ftypes/ftype-bytes.c
+++ b/epan/ftypes/ftype-bytes.c
@@ -618,7 +618,7 @@ ftype_register_bytes(void)
static ftype_t bytes_type = {
FT_BYTES, /* ftype */
"FT_BYTES", /* name */
- "Sequence of bytes", /* pretty_name */
+ "Byte sequence", /* pretty_name */
0, /* wire_size */
bytes_fvalue_new, /* new_value */
bytes_fvalue_copy, /* copy_value */
@@ -651,7 +651,7 @@ ftype_register_bytes(void)
static ftype_t uint_bytes_type = {
FT_UINT_BYTES, /* ftype */
"FT_UINT_BYTES", /* name */
- "Sequence of bytes", /* pretty_name */
+ "Byte sequence", /* pretty_name */
0, /* wire_size */
bytes_fvalue_new, /* new_value */
bytes_fvalue_copy, /* copy_value */