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/result/log4j-webapp-exploit.pcap.out | |
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/result/log4j-webapp-exploit.pcap.out')
-rw-r--r-- | tests/result/log4j-webapp-exploit.pcap.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/result/log4j-webapp-exploit.pcap.out b/tests/result/log4j-webapp-exploit.pcap.out index 89c5eb555..6a20b2ecf 100644 --- a/tests/result/log4j-webapp-exploit.pcap.out +++ b/tests/result/log4j-webapp-exploit.pcap.out @@ -3,7 +3,7 @@ Guessed flow protos: 2 DPI Packets (TCP): 63 (9.00 pkts/flow) Confidence Unknown : 2 (flows) Confidence DPI : 5 (flows) -Num dissector calls: 450 (64.29 diss/flow) +Num dissector calls: 467 (66.71 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 0/0/0 (insert/search/found) LRU cache zoom: 0/0/0 (insert/search/found) |