diff options
Diffstat (limited to 'src/lib/protocols/softether.c')
-rw-r--r-- | src/lib/protocols/softether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/softether.c b/src/lib/protocols/softether.c index 8a80e6322..e7328c8d7 100644 --- a/src/lib/protocols/softether.c +++ b/src/lib/protocols/softether.c @@ -255,7 +255,7 @@ static int dissect_softether_host_fqdn(struct ndpi_flow_struct *flow, payload_len -= value_siz; } - if (payload_len != 0) + if (payload_len != 0 || tuple_count != 0) { return 1; } |