aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/ndpireader_conf_file/pcap
Commit message (Collapse)AuthorAge
* Remove `NDPI_FULLY_ENCRYPTED` flow risk (#2779)Ivan Nardi2025-03-25
| | | | | | | Use `NDPI_OBFUSCATED_TRAFFIC` instead; this way, all the obfuscated traffic is identified via `NDPI_OBFUSCATED_TRAFFIC` flow risk. Disable fully-encryption detection by default, like all the obfuscation heuristics.
* STUN: fix monitoring (#2639)Ivan Nardi2024-12-06
|
* Add a configuration file to ndpiReader (#2629)Ivan Nardi2024-11-27
Example: ./example/ndpiReader --conf=./example/calls.conf -i ./tests/pcap/signal_videocall.pcapng -v2 Close #2608