diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-07-28 12:39:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 12:39:18 +0200 |
commit | 172e698bb8239d0060d9d494adfba928507f95b2 (patch) | |
tree | f5637b5f324a99d7186421daa57cd99a337db798 /tests/result/skype_no_unknown.pcap.out | |
parent | d8d525fff2dc34db62de2598767046de813e4f0d (diff) |
TINC: avoid processing SYN packets (#1676)
Since e6b332aa, we have proper support for detecting client/server
direction. So Tinc dissector is now able to properly initialize the
cache entry only when needed and not anymore at the SYN time; initializing
that entry for **every** SYN packets was a complete waste of resources.
Since 4896dabb, the various `struct ndpi_call_function_struct`
structures are not more separate objects and therefore comparing them
using only their pointers is bogus: this bug was triggered by this
change because `ndpi_str->callback_buffer_size_tcp_no_payload` is now 0.
Diffstat (limited to 'tests/result/skype_no_unknown.pcap.out')
-rw-r--r-- | tests/result/skype_no_unknown.pcap.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/result/skype_no_unknown.pcap.out b/tests/result/skype_no_unknown.pcap.out index 673b3766c..18b8037c0 100644 --- a/tests/result/skype_no_unknown.pcap.out +++ b/tests/result/skype_no_unknown.pcap.out @@ -6,7 +6,7 @@ DPI Packets (other): 5 (1.00 pkts/flow) Confidence Unknown : 45 (flows) Confidence Match by port : 22 (flows) Confidence DPI : 200 (flows) -Num dissector calls: 24039 (90.03 diss/flow) +Num dissector calls: 23828 (89.24 diss/flow) Unknown 850 152468 45 DNS 2 267 1 |