summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--input/ulogd_input_packet.c (renamed from extensions/ulogd_BASE.c)2
-rw-r--r--ulogd.c5
2 files changed, 5 insertions, 2 deletions
diff --git a/extensions/ulogd_BASE.c b/input/ulogd_input_packet.c
index f98aaf8..c843ccf 100644
--- a/extensions/ulogd_BASE.c
+++ b/input/ulogd_input_packet.c
@@ -26,7 +26,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- * $Id: ulogd_BASE.c,v 1.21 2003/08/24 08:25:10 laforge Exp $
+ * $Id$
*
*/
diff --git a/ulogd.c b/ulogd.c
index 9367640..6dc37cd 100644
--- a/ulogd.c
+++ b/ulogd.c
@@ -35,9 +35,12 @@
*
* 20 Apr 2004 Nicolas Pougetoux <nicolas.pougetoux@edelweb.fr>
* - added suppurt for seteuid()
+ *
+ * 22 Jul 2004 Harald Welte <laforge@gnumonks.org>
+ * - major restructuring for flow accounting / ipfix work
*/
-#define ULOGD_VERSION "1.20"
+#define ULOGD_VERSION "2.00alpha"
#include <unistd.h>
#include <stdio.h>