From 26480953dab3d07fc78f4c437ffefeb25fee0d5b Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 7 Mar 2014 22:49:37 +0100 Subject: printpkt: oob.time.sec was not used This patch supresses the oob.time.sec from the input keys as this is not used when creating the string corresponding to the packet. Signed-off-by: Eric Leblond --- include/ulogd/printpkt.h | 1 - util/printpkt.c | 1 - 2 files changed, 2 deletions(-) diff --git a/include/ulogd/printpkt.h b/include/ulogd/printpkt.h index a11ce4a..5f9c57c 100644 --- a/include/ulogd/printpkt.h +++ b/include/ulogd/printpkt.h @@ -3,7 +3,6 @@ enum pkt_keys { KEY_OOB_FAMILY, - KEY_OOB_TIME_SEC, KEY_OOB_PREFIX, KEY_OOB_IN, KEY_OOB_OUT, diff --git a/util/printpkt.c b/util/printpkt.c index 6b646e9..eb6cfbf 100644 --- a/util/printpkt.c +++ b/util/printpkt.c @@ -39,7 +39,6 @@ struct ulogd_key printpkt_keys[] = { [KEY_OOB_FAMILY] = { .name = "oob.family", }, [KEY_OOB_PROTOCOL] = { .name = "oob.protocol", }, - [KEY_OOB_TIME_SEC] = { .name = "oob.time.sec", }, [KEY_OOB_PREFIX] = { .name = "oob.prefix", }, [KEY_OOB_IN] = { .name = "oob.in", }, [KEY_OOB_OUT] = { .name = "oob.out", }, -- cgit v1.2.3