diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-01-05 16:43:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 16:43:35 +0100 |
commit | a944514ddec73f79704f55aab1423e39f4ce7a03 (patch) | |
tree | 09d0df49064064601fa2ea493e64dbaea8eafe03 /tests/pcap | |
parent | 5a5e01a9e2b66e9238c40583baa70341e9ffc3a5 (diff) |
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/
```
Diffstat (limited to 'tests/pcap')
-rw-r--r-- | tests/pcap/alexa-app.pcapng | bin | 1488609 -> 1275328 bytes |
-rw-r--r-- | tests/pcap/anydesk.pcapng | bin | 5279360 -> 2266908 bytes |
-rw-r--r-- | tests/pcap/kontiki.pcap | bin | 3907162 -> 38570 bytes |
-rw-r--r-- | tests/pcap/line.pcap | bin | 20702327 -> 67896 bytes |
-rw-r--r-- | tests/pcap/netflix.pcap | bin | 6267049 -> 1458207 bytes |
-rw-r--r-- | tests/pcap/pinterest.pcap | bin | 28291461 -> 763623 bytes |
-rw-r--r-- | tests/pcap/quic-33.pcapng | bin | 1381304 -> 12324 bytes |
-rw-r--r-- | tests/pcap/quic-v2-01.pcapng | bin | 1346244 -> 10844 bytes |
-rw-r--r-- | tests/pcap/quic_t51.pcap | bin | 584014 -> 9512 bytes |
-rw-r--r-- | tests/pcap/reddit.pcap | bin | 11765107 -> 2619577 bytes |
-rw-r--r-- | tests/pcap/teams.pcap | bin | 1535303 -> 704179 bytes |
-rw-r--r-- | tests/pcap/tor.pcap | bin | 3155084 -> 1551812 bytes |
-rw-r--r-- | tests/pcap/tumblr.pcap | bin | 24735276 -> 761816 bytes |
-rw-r--r-- | tests/pcap/zoom2.pcap | bin | 9198496 -> 865462 bytes |
14 files changed, 0 insertions, 0 deletions
diff --git a/tests/pcap/alexa-app.pcapng b/tests/pcap/alexa-app.pcapng Binary files differindex 9ea59b43c..63d325daf 100644 --- a/tests/pcap/alexa-app.pcapng +++ b/tests/pcap/alexa-app.pcapng diff --git a/tests/pcap/anydesk.pcapng b/tests/pcap/anydesk.pcapng Binary files differindex 9d273d0d4..26994519c 100644 --- a/tests/pcap/anydesk.pcapng +++ b/tests/pcap/anydesk.pcapng diff --git a/tests/pcap/kontiki.pcap b/tests/pcap/kontiki.pcap Binary files differindex 20bb6f13a..97cdaa78f 100644 --- a/tests/pcap/kontiki.pcap +++ b/tests/pcap/kontiki.pcap diff --git a/tests/pcap/line.pcap b/tests/pcap/line.pcap Binary files differindex 2002cc0d2..2720b7ccb 100644 --- a/tests/pcap/line.pcap +++ b/tests/pcap/line.pcap diff --git a/tests/pcap/netflix.pcap b/tests/pcap/netflix.pcap Binary files differindex 5139cf5cc..9a944c54b 100644 --- a/tests/pcap/netflix.pcap +++ b/tests/pcap/netflix.pcap diff --git a/tests/pcap/pinterest.pcap b/tests/pcap/pinterest.pcap Binary files differindex 5fefe7e1f..bb48cc0dc 100644 --- a/tests/pcap/pinterest.pcap +++ b/tests/pcap/pinterest.pcap diff --git a/tests/pcap/quic-33.pcapng b/tests/pcap/quic-33.pcapng Binary files differindex 7008bdd89..243008981 100644 --- a/tests/pcap/quic-33.pcapng +++ b/tests/pcap/quic-33.pcapng diff --git a/tests/pcap/quic-v2-01.pcapng b/tests/pcap/quic-v2-01.pcapng Binary files differindex b3394b56b..583986db7 100644 --- a/tests/pcap/quic-v2-01.pcapng +++ b/tests/pcap/quic-v2-01.pcapng diff --git a/tests/pcap/quic_t51.pcap b/tests/pcap/quic_t51.pcap Binary files differindex 7b35f0275..7b35d2372 100644 --- a/tests/pcap/quic_t51.pcap +++ b/tests/pcap/quic_t51.pcap diff --git a/tests/pcap/reddit.pcap b/tests/pcap/reddit.pcap Binary files differindex 9bad0ecbe..a2db4d5af 100644 --- a/tests/pcap/reddit.pcap +++ b/tests/pcap/reddit.pcap diff --git a/tests/pcap/teams.pcap b/tests/pcap/teams.pcap Binary files differindex 16c024585..aa5949d5c 100644 --- a/tests/pcap/teams.pcap +++ b/tests/pcap/teams.pcap diff --git a/tests/pcap/tor.pcap b/tests/pcap/tor.pcap Binary files differindex bf5b43649..7e45cc1ec 100644 --- a/tests/pcap/tor.pcap +++ b/tests/pcap/tor.pcap diff --git a/tests/pcap/tumblr.pcap b/tests/pcap/tumblr.pcap Binary files differindex ec874b29f..b8b06dc34 100644 --- a/tests/pcap/tumblr.pcap +++ b/tests/pcap/tumblr.pcap diff --git a/tests/pcap/zoom2.pcap b/tests/pcap/zoom2.pcap Binary files differindex e91ef61a5..b95fd3517 100644 --- a/tests/pcap/zoom2.pcap +++ b/tests/pcap/zoom2.pcap |