diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2022-09-09 20:17:17 +0200 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2022-09-11 13:33:32 +0200 |
commit | 678dd61866944eae011fa96f1c6d39d0c201858e (patch) | |
tree | 1de68b205c17a5753869bae6a536615ca9be9a34 /tests/pcap | |
parent | f44413e039ed65dca73606ff01d7e3ab8a1ca2bb (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.pcap | bin | 0 -> 27210 bytes |
-rw-r--r-- | tests/pcap/stun_dtls.pcapng | bin | 7792 -> 0 bytes |
-rw-r--r-- | tests/pcap/stun_facebook.pcapng | bin | 13492 -> 0 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/pcap/stun.pcap b/tests/pcap/stun.pcap Binary files differnew file mode 100644 index 000000000..653c09e04 --- /dev/null +++ b/tests/pcap/stun.pcap diff --git a/tests/pcap/stun_dtls.pcapng b/tests/pcap/stun_dtls.pcapng Binary files differdeleted file mode 100644 index 6500908bc..000000000 --- a/tests/pcap/stun_dtls.pcapng +++ /dev/null diff --git a/tests/pcap/stun_facebook.pcapng b/tests/pcap/stun_facebook.pcapng Binary files differdeleted file mode 100644 index bb789c71d..000000000 --- a/tests/pcap/stun_facebook.pcapng +++ /dev/null |