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 tests/pcap/anydesk.pcapng | Bin 5279360 -> 2266908 bytes tests/pcap/kontiki.pcap | Bin 3907162 -> 38570 bytes tests/pcap/line.pcap | Bin 20702327 -> 67896 bytes tests/pcap/netflix.pcap | Bin 6267049 -> 1458207 bytes tests/pcap/pinterest.pcap | Bin 28291461 -> 763623 bytes tests/pcap/quic-33.pcapng | Bin 1381304 -> 12324 bytes tests/pcap/quic-v2-01.pcapng | Bin 1346244 -> 10844 bytes tests/pcap/quic_t51.pcap | Bin 584014 -> 9512 bytes tests/pcap/reddit.pcap | Bin 11765107 -> 2619577 bytes tests/pcap/teams.pcap | Bin 1535303 -> 704179 bytes tests/pcap/tor.pcap | Bin 3155084 -> 1551812 bytes tests/pcap/tumblr.pcap | Bin 24735276 -> 761816 bytes tests/pcap/zoom2.pcap | Bin 9198496 -> 865462 bytes 14 files changed, 0 insertions(+), 0 deletions(-) (limited to 'tests/pcap') 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 diff --git a/tests/pcap/anydesk.pcapng b/tests/pcap/anydesk.pcapng index 9d273d0d4..26994519c 100644 Binary files a/tests/pcap/anydesk.pcapng and b/tests/pcap/anydesk.pcapng differ diff --git a/tests/pcap/kontiki.pcap b/tests/pcap/kontiki.pcap index 20bb6f13a..97cdaa78f 100644 Binary files a/tests/pcap/kontiki.pcap and b/tests/pcap/kontiki.pcap differ diff --git a/tests/pcap/line.pcap b/tests/pcap/line.pcap index 2002cc0d2..2720b7ccb 100644 Binary files a/tests/pcap/line.pcap and b/tests/pcap/line.pcap differ diff --git a/tests/pcap/netflix.pcap b/tests/pcap/netflix.pcap index 5139cf5cc..9a944c54b 100644 Binary files a/tests/pcap/netflix.pcap and b/tests/pcap/netflix.pcap differ diff --git a/tests/pcap/pinterest.pcap b/tests/pcap/pinterest.pcap index 5fefe7e1f..bb48cc0dc 100644 Binary files a/tests/pcap/pinterest.pcap and b/tests/pcap/pinterest.pcap differ diff --git a/tests/pcap/quic-33.pcapng b/tests/pcap/quic-33.pcapng index 7008bdd89..243008981 100644 Binary files a/tests/pcap/quic-33.pcapng and b/tests/pcap/quic-33.pcapng differ diff --git a/tests/pcap/quic-v2-01.pcapng b/tests/pcap/quic-v2-01.pcapng index b3394b56b..583986db7 100644 Binary files a/tests/pcap/quic-v2-01.pcapng and b/tests/pcap/quic-v2-01.pcapng differ diff --git a/tests/pcap/quic_t51.pcap b/tests/pcap/quic_t51.pcap index 7b35f0275..7b35d2372 100644 Binary files a/tests/pcap/quic_t51.pcap and b/tests/pcap/quic_t51.pcap differ diff --git a/tests/pcap/reddit.pcap b/tests/pcap/reddit.pcap index 9bad0ecbe..a2db4d5af 100644 Binary files a/tests/pcap/reddit.pcap and b/tests/pcap/reddit.pcap differ diff --git a/tests/pcap/teams.pcap b/tests/pcap/teams.pcap index 16c024585..aa5949d5c 100644 Binary files a/tests/pcap/teams.pcap and b/tests/pcap/teams.pcap differ diff --git a/tests/pcap/tor.pcap b/tests/pcap/tor.pcap index bf5b43649..7e45cc1ec 100644 Binary files a/tests/pcap/tor.pcap and b/tests/pcap/tor.pcap differ diff --git a/tests/pcap/tumblr.pcap b/tests/pcap/tumblr.pcap index ec874b29f..b8b06dc34 100644 Binary files a/tests/pcap/tumblr.pcap and b/tests/pcap/tumblr.pcap differ diff --git a/tests/pcap/zoom2.pcap b/tests/pcap/zoom2.pcap index e91ef61a5..b95fd3517 100644 Binary files a/tests/pcap/zoom2.pcap and b/tests/pcap/zoom2.pcap differ -- cgit v1.2.3