Skip to content

Commit

Permalink
Shortenend udp no-state output
Browse files Browse the repository at this point in the history
  • Loading branch information
borkmann committed Jan 8, 2012
1 parent 6d6f410 commit ab7c9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flowtop.c
Expand Up @@ -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",
Expand Down

0 comments on commit ab7c9de

Please sign in to comment.