wireshark/epan/ftypes
João Valverde 0816e317cb dfilter: Fix crash with FT_NONE and arithmetic expressions
Do the first ftype-can check in an arithmetic expressions before
evaluating the second term to be sure we do not allow FT_NONE as a
valid LHS ftype.

$ dftest '_ws.ftypes.none + 1 == 2'
Filter: _ws.ftypes.none + 1 == 2
dftest: FT_NONE cannot +.
	_ws.ftypes.none + 1 == 2
	^~~~~~~~~~~~~~~
2022-07-28 16:50:09 +00:00
..
.editorconfig Fix EditorConfig settings 2022-02-23 23:37:47 +00:00
CMakeLists.txt Move regex code to wsutil 2021-11-14 21:00:59 +00:00
ftype-bytes.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-double.c dfilter: Use an exact floating-point string representation 2022-07-23 01:08:31 +01:00
ftype-guid.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-ieee-11073-float.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-integer.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-ipv4.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-ipv6.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-none.c dfilter: Fix crash with FT_NONE and arithmetic expressions 2022-07-28 16:50:09 +00:00
ftype-protocol.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-string.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-time.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftypes-int.h dfilter: Fix crash with FT_NONE and arithmetic expressions 2022-07-28 16:50:09 +00:00
ftypes.c dfilter: Fix crash with FT_NONE and arithmetic expressions 2022-07-28 16:50:09 +00:00
ftypes.h dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00