From 2edc7ccd872c60f4a71218e34e737655d6e50efa Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 13 Mar 2018 18:44:11 +0100 Subject: conntrack: add synproxy support Signed-off-by: Pablo Neira Ayuso --- include/internal/object.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/internal/object.h') diff --git a/include/internal/object.h b/include/internal/object.h index bb14dc8..3f6904f 100644 --- a/include/internal/object.h +++ b/include/internal/object.h @@ -189,6 +189,12 @@ struct nf_conntrack { uint64_t stop; } timestamp; + struct { + uint32_t isn; + uint32_t its; + uint32_t tsoff; + } synproxy; + void *helper_info; size_t helper_info_len; -- cgit v1.2.3