diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-07-03 15:52:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-07-03 16:10:44 +0200 |
commit | c8eaddd157e6348eef9729dc0201bce40f09d928 (patch) | |
tree | 34fbc7e6a44e4a218ccc2e8989992c653ee85af6 /tests/cfgs/stun_extra_dissection | |
parent | dab8d3056ec4571a0343bd7fc3cdce9c4d944719 (diff) |
Add (Generic) JSON dissectoradd/generic-json-dissector
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'tests/cfgs/stun_extra_dissection')
-rw-r--r-- | tests/cfgs/stun_extra_dissection/result/lru_ipv6_caches.pcapng.out | 2 | ||||
-rw-r--r-- | tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp.pcapng.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cfgs/stun_extra_dissection/result/lru_ipv6_caches.pcapng.out b/tests/cfgs/stun_extra_dissection/result/lru_ipv6_caches.pcapng.out index 5ed543ccc..756c6bb1d 100644 --- a/tests/cfgs/stun_extra_dissection/result/lru_ipv6_caches.pcapng.out +++ b/tests/cfgs/stun_extra_dissection/result/lru_ipv6_caches.pcapng.out @@ -2,7 +2,7 @@ DPI Packets (TCP): 9 (3.00 pkts/flow) DPI Packets (UDP): 69 (7.67 pkts/flow) Confidence DPI (cache) : 5 (flows) Confidence DPI : 7 (flows) -Num dissector calls: 593 (49.42 diss/flow) +Num dissector calls: 598 (49.83 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 30/5/3 (insert/search/found) LRU cache stun: 6/18/0 (insert/search/found) diff --git a/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp.pcapng.out b/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp.pcapng.out index b5c6bb881..128c620f6 100644 --- a/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp.pcapng.out +++ b/tests/cfgs/stun_extra_dissection/result/stun_dtls_rtp.pcapng.out @@ -1,7 +1,7 @@ DPI Packets (TCP): 63 (63.00 pkts/flow) DPI Packets (UDP): 39 (39.00 pkts/flow) Confidence DPI : 2 (flows) -Num dissector calls: 13 (6.50 diss/flow) +Num dissector calls: 14 (7.00 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 0/0/0 (insert/search/found) LRU cache stun: 42/0/0 (insert/search/found) |