From 678dd61866944eae011fa96f1c6d39d0c201858e Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Fri, 9 Sep 2022 20:17:17 +0200 Subject: STUN: several improvements Add detection over TCP and fix detection over IPv6. Rename some variables since Stun dissector is no more "udp-centric". Stun dissector should always classified the flow as `STUN` or `STUN/Something`. Don't touch `flow->guessed_host_protocol_id` field, which should be always be related to "ip-classification" only. --- tests/pcap/stun.pcap | Bin 0 -> 27210 bytes tests/pcap/stun_dtls.pcapng | Bin 7792 -> 0 bytes tests/pcap/stun_facebook.pcapng | Bin 13492 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/pcap/stun.pcap delete mode 100644 tests/pcap/stun_dtls.pcapng delete mode 100644 tests/pcap/stun_facebook.pcapng (limited to 'tests/pcap') diff --git a/tests/pcap/stun.pcap b/tests/pcap/stun.pcap new file mode 100644 index 000000000..653c09e04 Binary files /dev/null and b/tests/pcap/stun.pcap differ diff --git a/tests/pcap/stun_dtls.pcapng b/tests/pcap/stun_dtls.pcapng deleted file mode 100644 index 6500908bc..000000000 Binary files a/tests/pcap/stun_dtls.pcapng and /dev/null differ diff --git a/tests/pcap/stun_facebook.pcapng b/tests/pcap/stun_facebook.pcapng deleted file mode 100644 index bb789c71d..000000000 Binary files a/tests/pcap/stun_facebook.pcapng and /dev/null differ -- cgit v1.2.3