summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2013-02-09 20:17:33 +0100
committerEric Leblond <eric@regit.org>2013-02-18 09:30:49 +0100
commitb48bc198742b2694793057b9c7712d76ff60f71e (patch)
treef6171bbd12554ee2daa351a955d2db1a5c5c8931 /input
parent835a4b5252e154e952733c8956681998f0577f68 (diff)
Suppress dead FIXME.
Diffstat (limited to 'input')
-rw-r--r--input/packet/ulogd_inppkt_NFLOG.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/input/packet/ulogd_inppkt_NFLOG.c b/input/packet/ulogd_inppkt_NFLOG.c
index 7870c31..cc0c2d4 100644
--- a/input/packet/ulogd_inppkt_NFLOG.c
+++ b/input/packet/ulogd_inppkt_NFLOG.c
@@ -339,7 +339,6 @@ interp_packet(struct ulogd_pluginstance *upi, u_int8_t pf_family,
label_ce(upi->config_kset).u.value);
if (ph) {
- /* FIXME */
okey_set_u8(&ret[NFLOG_KEY_OOB_HOOK], ph->hook);
okey_set_u16(&ret[NFLOG_KEY_OOB_PROTOCOL],
ntohs(ph->hw_protocol));
@@ -376,7 +375,6 @@ interp_packet(struct ulogd_pluginstance *upi, u_int8_t pf_family,
if (! (nflog_get_timestamp(ldata, &ts) == 0 && ts.tv_sec))
gettimeofday(&ts, NULL);
- /* FIXME: convert endianness */
okey_set_u32(&ret[NFLOG_KEY_OOB_TIME_SEC], ts.tv_sec & 0xffffffff);
okey_set_u32(&ret[NFLOG_KEY_OOB_TIME_USEC], ts.tv_usec & 0xffffffff);