From b8366740ed5e5afdb9a4aff38063a9f357312bbb Mon Sep 17 00:00:00 2001 From: lns Date: Fri, 3 Jun 2022 16:13:36 +0200 Subject: Fixed syslog false positives. * syslog: removed unnecessary/unreliable printable string check * added `ndpi_isalnum()` * splitted `ndpi_is_printable_string()` into `ndpi_is_printable_buffer()` and `ndpi_normalize_printable_string()` Signed-off-by: lns --- tests/pcap/syslog.pcap | Bin 0 -> 19356 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/pcap/syslog.pcap (limited to 'tests/pcap/syslog.pcap') diff --git a/tests/pcap/syslog.pcap b/tests/pcap/syslog.pcap new file mode 100644 index 000000000..3756ab667 Binary files /dev/null and b/tests/pcap/syslog.pcap differ -- cgit v1.2.3