diff options
author | Toni <matzeton@googlemail.com> | 2022-06-03 18:21:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 18:21:29 +0200 |
commit | 09fbe0a64a11b08a35435f516e9a19f7e0c20d7c (patch) | |
tree | 3a1f16a822cd21e52da4b9e56486906cb104bb62 /tests/pcap | |
parent | 6149c0f880163b0bebd513fa957ece325c77cb88 (diff) |
Fixed syslog false positives. (#1577)
* 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 <matzeton@googlemail.com>
Diffstat (limited to 'tests/pcap')
-rw-r--r-- | tests/pcap/syslog.pcap | bin | 0 -> 19356 bytes |
-rw-r--r-- | tests/pcap/syslog.pcapng | bin | 5644 -> 0 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/pcap/syslog.pcap b/tests/pcap/syslog.pcap Binary files differnew file mode 100644 index 000000000..3756ab667 --- /dev/null +++ b/tests/pcap/syslog.pcap diff --git a/tests/pcap/syslog.pcapng b/tests/pcap/syslog.pcapng Binary files differdeleted file mode 100644 index 24b62f5bf..000000000 --- a/tests/pcap/syslog.pcapng +++ /dev/null |