aboutsummaryrefslogtreecommitdiff
path: root/tests/result/syslog.pcap.out
Commit message (Collapse)AuthorAge
* Fixed syslog false positives. (#1577)Toni2022-06-03
* 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>