wireshark/epan/ftypes
Guy Harris d7fe514fc0 Improve support for single-character fields and filter expressions.
Add an FT_CHAR type, which is like FT_UINT8 except that the value is
displayed as a C-style character constant.

Allow use of C-style character constants in filter expressions; they can
be used in comparisons with all integral types, and in "contains"
operators.

Use that type for some fields that appear (based on the way they're
displayed, or on the use of C-style character constants in their
value_string tables) to be 1-byte characters rather than 8-bit numbers.

Change-Id: I39a9f0dda0bd7f4fa02a9ca8373216206f4d7135
Reviewed-on: https://code.wireshark.org/review/17787
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-09-19 02:51:13 +00:00
..
.editorconfig Convert ftype-tvbuff.c to ftype-protocol.c 2016-05-05 19:27:55 +00:00
CMakeLists.txt CMake: Allow setting per target compiler warnings 2016-08-23 21:33:09 +00:00
Makefile.am Remove Makefile.common files 2016-06-30 11:04:17 +00:00
ftype-bytes.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-double.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-guid.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-ieee-11073-float.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-integer.c Improve support for single-character fields and filter expressions. 2016-09-19 02:51:13 +00:00
ftype-ipv4.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-ipv6.c Fix indentation 2016-07-31 03:58:12 +00:00
ftype-none.c Convert ftype-tvbuff.c to ftype-protocol.c 2016-05-05 19:27:55 +00:00
ftype-pcre.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-protocol.c ftype-protocol: Fix [-Wcast-qual] warnings 2016-06-10 23:43:10 +00:00
ftype-string.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-time.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftypes-int.h Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftypes.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftypes.h Improve support for single-character fields and filter expressions. 2016-09-19 02:51:13 +00:00