summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-07-14 17:16:08 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2009-07-14 17:16:08 +0200
commit19f35b21dbe2bb4386eeced4e0d87f3b2e1dd8bf (patch)
treecb78ecd7c55d040c6a017890b94851a54db95bc6 /include/internal/object.h
parentdd73e5708cc2cd127ba03fd5a82fb96b3928e7fb (diff)
src: add support for DCCP 64-bits sequence number tracking
From: Pablo Neira Ayuso <pablo@netfilter.org> This patch adds the support for the DCCP sequence number tracking that is included in the upcoming Linux kernel 2.6.31. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/internal/object.h')
-rw-r--r--include/internal/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index df002fd..b236453 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -128,6 +128,7 @@ union __nfct_protoinfo {
struct {
u_int8_t state;
u_int8_t role;
+ u_int64_t seq;
} dccp;
};