summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2008-07-31 10:46:56 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-07-31 10:46:56 +0200
commit6ed31fff112ab5424bd76536eb8e7aaf54c42da9 (patch)
treead435bc2ec62bbccfc70dc3e2a14afb1887399ba
parentfe497c497a1a0d018366b1e710b2a176cf9751f7 (diff)
cleanup: fix redefinition of TCP_URG key in printpkt
This patch fixes a multiple definition of the key TCP_URG. Signed-off-by: Eric Leblond <eric@inl.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--util/printpkt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/printpkt.c b/util/printpkt.c
index 5359b8b..29c2ea4 100644
--- a/util/printpkt.c
+++ b/util/printpkt.c
@@ -76,7 +76,6 @@ struct ulogd_key printpkt_keys[] = {
[KEY_TCP_WINDOW] = { .name = "tcp.window", },
[KEY_TCP_SYN] = { .name = "tcp.syn", },
[KEY_TCP_ACK] = { .name = "tcp.ack", },
- [KEY_TCP_URG] = { .name = "tcp.urg", },
[KEY_TCP_PSH] = { .name = "tcp.psh", },
[KEY_TCP_RST] = { .name = "tcp.rst", },
[KEY_TCP_FIN] = { .name = "tcp.fin", },