summaryrefslogtreecommitdiffstats
path: root/input/packet
diff options
context:
space:
mode:
authorlaforge <laforge>2005-10-08 10:43:02 +0000
committerlaforge <laforge>2005-10-08 10:43:02 +0000
commit1ac81171fb6a21ced1c810758c28913877f61241 (patch)
treec0ea1eda7b2e9648026f4151bd3d626e3542f6a9 /input/packet
parent9f556a05c32a1d9daab825b7d7605ddbf2401fe6 (diff)
cosmetic changes
Diffstat (limited to 'input/packet')
-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>
*/