From eaaa40e677584cc508b0c027e7698531a7d528cb Mon Sep 17 00:00:00 2001 From: ilyvasile Date: Thu, 12 Aug 2021 10:09:54 +0300 Subject: [PATCH] fixed comment --- src/goodbyedpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goodbyedpi.c b/src/goodbyedpi.c index fefc94c..3b2685c 100644 --- a/src/goodbyedpi.c +++ b/src/goodbyedpi.c @@ -654,7 +654,7 @@ int main(int argc, char *argv[]) { filter_num = 0; if (do_passivedpi) { - /* IPv4 only filter for inbound RST packets with ID [0x0; 0xF] */ + /* IPv4 & IPv6 filter for inbound RST packets with ID [0x0; 0xF] */ filters[filter_num] = init( filter_passive_string, WINDIVERT_FLAG_DROP);