From 19f35b21dbe2bb4386eeced4e0d87f3b2e1dd8bf Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 14 Jul 2009 17:16:08 +0200 Subject: src: add support for DCCP 64-bits sequence number tracking From: Pablo Neira Ayuso 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 --- include/internal/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/internal') 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; }; -- cgit v1.2.3