summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--input/packet/ulogd_inppkt_NFLOG.c5
-rw-r--r--input/packet/ulogd_inppkt_ULOG.c1
2 files changed, 4 insertions, 2 deletions
diff --git a/input/packet/ulogd_inppkt_NFLOG.c b/input/packet/ulogd_inppkt_NFLOG.c
index 110c3c2..ef778a5 100644
--- a/input/packet/ulogd_inppkt_NFLOG.c
+++ b/input/packet/ulogd_inppkt_NFLOG.c
@@ -1,4 +1,5 @@
-/* ulogd_inppkt_ULOG.c - stackable input plugin for ULOG packets -> ulogd2
+/* ulogd_inppkt_NFLOG.c - stackable input plugin for NFLOG packets -> ulogd2
+ *
* (C) 2004-2005 by Harald Welte <laforge@gnumonks.org>
*/
@@ -14,7 +15,7 @@
#endif
/* Size of the socket recevive memory. Should be at least the same size as the
- * 'nlbufsiz' module loadtime parameter of ipt_ULOG.o
+ * 'nlbufsiz' parameter of nfnetlink_log.ko
* If you have _big_ in-kernel queues, you may have to increase this number. (
* --qthreshold 100 * 1500 bytes/packet = 150kB */
#define NFLOG_RMEM_DEFAULT 131071
diff --git a/input/packet/ulogd_inppkt_ULOG.c b/input/packet/ulogd_inppkt_ULOG.c
index 92e3ffa..d1aa474 100644
--- a/input/packet/ulogd_inppkt_ULOG.c
+++ b/input/packet/ulogd_inppkt_ULOG.c
@@ -1,4 +1,5 @@
/* ulogd_inppkt_ULOG.c - stackable input plugin for ULOG packets -> ulogd2
+ *
* (C) 2004-2005 by Harald Welte <laforge@gnumonks.org>
*/