aboutsummaryrefslogtreecommitdiff
path: root/tests/pcap
diff options
context:
space:
mode:
authorNardi Ivan <nardi.ivan@gmail.com>2022-09-09 20:17:17 +0200
committerToni <matzeton@googlemail.com>2022-09-11 13:33:32 +0200
commit678dd61866944eae011fa96f1c6d39d0c201858e (patch)
tree1de68b205c17a5753869bae6a536615ca9be9a34 /tests/pcap
parentf44413e039ed65dca73606ff01d7e3ab8a1ca2bb (diff)
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.
Diffstat (limited to 'tests/pcap')
-rw-r--r--tests/pcap/stun.pcapbin0 -> 27210 bytes
-rw-r--r--tests/pcap/stun_dtls.pcapngbin7792 -> 0 bytes
-rw-r--r--tests/pcap/stun_facebook.pcapngbin13492 -> 0 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/pcap/stun.pcap b/tests/pcap/stun.pcap
new file mode 100644
index 000000000..653c09e04
--- /dev/null
+++ b/tests/pcap/stun.pcap
Binary files differ
diff --git a/tests/pcap/stun_dtls.pcapng b/tests/pcap/stun_dtls.pcapng
deleted file mode 100644
index 6500908bc..000000000
--- a/tests/pcap/stun_dtls.pcapng
+++ /dev/null
Binary files differ
diff --git a/tests/pcap/stun_facebook.pcapng b/tests/pcap/stun_facebook.pcapng
deleted file mode 100644
index bb789c71d..000000000
--- a/tests/pcap/stun_facebook.pcapng
+++ /dev/null
Binary files differ