summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorlaforge <laforge>2000-09-22 06:57:16 +0000
committerlaforge <laforge>2000-09-22 06:57:16 +0000
commit3b37b6b7008f5eeb8c56d5495f8dc2374650a9d3 (patch)
treec7f3d807aa253f4f75c7d3a1b1c708e5a994f7b4 /kernel
parent4ca00f3ca8b123106d6db17d883f3cca53faecfd (diff)
email address change
Diffstat (limited to 'kernel')
-rw-r--r--kernel/ipt_ULOG.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel/ipt_ULOG.c b/kernel/ipt_ULOG.c
index 8c0ae20..b2b7655 100644
--- a/kernel/ipt_ULOG.c
+++ b/kernel/ipt_ULOG.c
@@ -1,11 +1,11 @@
/*
* netfilter module for userspace packet logging daemons
*
- * (C) 2000 by Harald Welte <laforge@sunbeam.franken.de>
+ * (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
* Released under the terms of the GPL
*
- * $Id: ipt_ULOG.c,v 1.4 2000/07/31 11:41:06 laforge Exp $
+ * $Id: ipt_ULOG.c,v 1.5 2000/08/11 09:56:42 laforge Exp $
*/
#include <linux/module.h>
@@ -30,6 +30,9 @@
#define DEBUGP(format, args...)
#endif
+MODULE_AUTHOR("Harald Welte <laforge@gnumonks.org>");
+MODULE_DESCRIPTION("IP tables userspace logging module");
+
static struct sock *nflognl;
static void nflog_rcv(struct sock *sk, int len)