From bdc6755964040e6aee4ec8e6fd7fdf1ab73d455a Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 6 Oct 2000 15:58:24 +0000 Subject: cleanup --- kernel/ipt_ULOG.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/kernel/ipt_ULOG.h b/kernel/ipt_ULOG.h index ecf375c..8611380 100644 --- a/kernel/ipt_ULOG.h +++ b/kernel/ipt_ULOG.h @@ -1,15 +1,23 @@ +/* Header file for IP tables userspace logging, Version $Revision$ + * + * (C) 2000 by Harald Welte + * + * Distributed under the terms of GNU GPL */ + #ifndef _IPT_ULOG_H #define _IPT_ULOG_H #define ULOG_MAC_LEN 80 #define ULOG_PREFIX_LEN 32 +/* privat data structure for each rule with a ULOG target */ struct ipt_ulog_info { - unsigned char logflags; unsigned int nl_group; + size_t copy_range; char prefix[ULOG_PREFIX_LEN]; }; +/* Format of the ULOG packets passed through netlink */ typedef struct ulog_packet_msg { unsigned long mark; long timestamp_sec; -- cgit v1.2.3