From a944514ddec73f79704f55aab1423e39f4ce7a03 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:43:35 +0100 Subject: Reduce the size of some traces used as unit test (#1845) 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/ ``` --- tests/pcap/alexa-app.pcapng | Bin 1488609 -> 1275328 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'tests/pcap/alexa-app.pcapng') diff --git a/tests/pcap/alexa-app.pcapng b/tests/pcap/alexa-app.pcapng index 9ea59b43c..63d325daf 100644 Binary files a/tests/pcap/alexa-app.pcapng and b/tests/pcap/alexa-app.pcapng differ -- cgit v1.2.3