Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Further reduction of the size of some traces used as unit test (#1879) | Ivan Nardi | 2023-01-30 |
| | | | See a944514d. No flow/classification/metadata have been removed. | ||
* | Reduce the size of some traces used as unit test (#1845) | Ivan Nardi | 2023-01-05 |
| | | | | | | | | | | | | | | | | | | | No traces and no flows has been removed; only long sessions has been reduced, keeping only their first packets. This is quite important in fuzzing systems, since these pcaps are used as initial seed. There is no value in fuzzing long sessions, because only the very first packets are really used/processed by nDPI. Before: ``` du -h tests/pcap/ 200M tests/pcap/ ``` After: ``` du -h tests/pcap/ 98M tests/pcap/ ``` | ||
* | Removed false positives from CoAP protocol | Luca Deri | 2016-06-19 |
Improved DNS detection Added misisng default DropBox port Fix for #154 Added sample pcap of Tor traffic for regression testing |