ilyvasile
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/goodbyedpi.c
|
@ -654,7 +654,7 @@ int main(int argc, char *argv[]) { |
|
|
filter_num = 0; |
|
|
filter_num = 0; |
|
|
|
|
|
|
|
|
if (do_passivedpi) { |
|
|
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( |
|
|
filters[filter_num] = init( |
|
|
filter_passive_string, |
|
|
filter_passive_string, |
|
|
WINDIVERT_FLAG_DROP); |
|
|
WINDIVERT_FLAG_DROP); |
|
|