From 9ca62ed7acc3e10fe00d2d0e2c4e921948cda52c Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sun, 18 Apr 2021 21:37:51 +0200 Subject: Fix detunneling of GTP-U traffic (#1168) Fuzzing #1161 exposed some (completely unrelated) issues on GTP-U detunneling code. (see https://github.com/ntop/nDPI/actions/runs/719882047) --- tests/pcap/fuzz-2021-06-07-c6c72a0a56.pcap | Bin 0 -> 88 bytes tests/result/fuzz-2021-06-07-c6c72a0a56.pcap.out | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/pcap/fuzz-2021-06-07-c6c72a0a56.pcap create mode 100644 tests/result/fuzz-2021-06-07-c6c72a0a56.pcap.out (limited to 'tests') diff --git a/tests/pcap/fuzz-2021-06-07-c6c72a0a56.pcap b/tests/pcap/fuzz-2021-06-07-c6c72a0a56.pcap new file mode 100644 index 000000000..74818033e Binary files /dev/null and b/tests/pcap/fuzz-2021-06-07-c6c72a0a56.pcap differ diff --git a/tests/result/fuzz-2021-06-07-c6c72a0a56.pcap.out b/tests/result/fuzz-2021-06-07-c6c72a0a56.pcap.out new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3