wireshark/epan/ftypes
João Valverde 32befe119d Add a log domain for encoding errors and lower the log level
Using a warning is probably too exalted for the current state
of the code, where UTF-8 errors are somewhat expected from
dissectors that are lax about input validation.

Use a debug level with its own "UTF-8" domain instead.

Using a dedicated domain allows to filter on encoding errors and
with some enhancements to the logging subsystem make them fatal
for tracking and debugging purposes.

Using a dedicated domain might have other drawbacks but for now
it seems like the best approach.
2022-09-28 14:57:51 +01: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 Add a log domain for encoding errors and lower the log level 2022-09-28 14:57:51 +01: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