From ab7c9de84f7792e46589e86bd08b1debf714128f Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 8 Jan 2012 23:13:16 +0100 Subject: [PATCH] Shortenend udp no-state output --- src/flowtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flowtop.c b/src/flowtop.c index 427658e7..50044b5f 100644 --- a/src/flowtop.c +++ b/src/flowtop.c @@ -111,7 +111,7 @@ const char *const proto2str[IPPROTO_MAX] = { }; const char *const state2str[TCP_CONNTRACK_MAX] = { - [TCP_CONNTRACK_NONE] = "NO_STATE", + [TCP_CONNTRACK_NONE] = "NOSTATE", [TCP_CONNTRACK_SYN_SENT] = "SYN_SENT", [TCP_CONNTRACK_SYN_RECV] = "SYN_RECV", [TCP_CONNTRACK_ESTABLISHED] = "ESTABLISHED", -- 2.11.4.GIT