From 2db01c27b4b234b6da8efa3af3177447dfd36387 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 10 Jun 2009 01:23:50 +0200 Subject: tcp: add support for SYN_SENT2 state This patch adds support for the new SYN_SENT2 state that Jozsef has introduced to support TCP simultaneous open in 2.6.31. We can safely include support for this feature now since the LISTEN state was not ever really used. Signed-off-by: Pablo Neira Ayuso --- src/conntrack/snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/conntrack/snprintf.c b/src/conntrack/snprintf.c index 80629a7..452d62f 100644 --- a/src/conntrack/snprintf.c +++ b/src/conntrack/snprintf.c @@ -35,7 +35,7 @@ const char *states[TCP_CONNTRACK_MAX] = { [TCP_CONNTRACK_LAST_ACK] = "LAST_ACK", [TCP_CONNTRACK_TIME_WAIT] = "TIME_WAIT", [TCP_CONNTRACK_CLOSE] = "CLOSE", - [TCP_CONNTRACK_LISTEN] = "LISTEN", + [TCP_CONNTRACK_SYN_SENT2] = "SYN_SENT2", }; const char *sctp_states[SCTP_CONNTRACK_MAX] = { -- cgit v1.2.3