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/ ``` | ||
* | Add Reddit support. (#1060) | Zied Aouini | 2020-11-16 |
* Add Reddit protocol. * Add Reddit test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> |