From 3cb302f05b0b8e16b97d4ada5c3027641d9b4a3c Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Mon, 28 Jun 2021 13:58:36 +0200 Subject: HTTP2, QUIC: fix "Follow Stream" "Follow Stream" functionality assumes that all data in a single packet belongs to the same stream. That is not true for HTTP2 and QUIC, where we end up having data from unrelated streams. Filter out the unwanted data directly in the protocol dissector code with a custom `tap_handler` (as TCP already does). Close #16093 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 22bfdf21bb..8e0ece8e49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3529,6 +3529,7 @@ set(_test_group_list suite_fileformats suite_follow suite_follow_dccp + suite_follow_multistream suite_io suite_mergecap suite_netperfmeter -- cgit v1.2.3