Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | custom rules: try to have a coherent behaviour | Ivan Nardi | 2025-03-04 |
| | | | | | | | | | | | | | Custom rules with *new* protocols are checked "first": if there is a match, the first packet of the flow provides a complete and final classification. The same logic should apply to custom rules with "existing" protocols: if there is match, nDPI shouldn't do anything else. Remove the `tcp:3000@ntop` custom rule. Fix the default port for ElasticSearch (in the protocol file) | ||
* | Improved WebSocket-over-HTTP detection (#2664) | Toni | 2025-01-11 |
| | | | | | | * detect `chisel` SSH-over-HTTP-WebSocket * use `strncasecmp()` for `LINE_*` matching macros Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Sync unit tests results | Ivan Nardi | 2024-11-25 |
| | |||
* | Added HTTP credentials extraction | Luca Deri | 2024-10-31 |