aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/softether.c
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2022-07-30 10:03:42 +0200
committerGitHub <noreply@github.com>2022-07-30 10:03:42 +0200
commit8402bd68ad95f486f3dc12984cb39ffd8351ea1d (patch)
treea028bbf5ff2cc8f26e9f4386533c21a109b14c93 /src/lib/protocols/softether.c
parented4f106a0d6ba2d644e95354891b4b68f927c535 (diff)
Tiny Softether dissector improvement. (#1688)
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/lib/protocols/softether.c')
-rw-r--r--src/lib/protocols/softether.c2
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;
}