Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed syslog false negatives. (#1582) | Toni | 2022-06-05 |
| | | | | | - RSH vs Syslog may still happen for midstream traffic Signed-off-by: lns <matzeton@googlemail.com> | ||
* | Fixed syslog false positives. (#1577) | Toni | 2022-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> |