From 7257596e98858c33b6ef25a362542765eca1eef7 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Sat, 11 Aug 2001 17:38:05 +0000 Subject: New port: net/ehnt - A simple Cisco NetFlow data collector This is a lightweight but well-featured tool for collecting NetFlow version 5 packets from Cisco routers. The implementation includes a simple UDP-to-TCP converting server, which may be used to replicate NetFlow data to multiple clients. WWW: http://ehnt.sourceforge.net/ PR: ports/29459 Submitted by: Dmitry Morozovsky --- net-mgmt/ehnt/files/patch-config-h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-mgmt/ehnt/files/patch-config-h (limited to 'net-mgmt/ehnt/files/patch-config-h') diff --git a/net-mgmt/ehnt/files/patch-config-h b/net-mgmt/ehnt/files/patch-config-h new file mode 100644 index 000000000000..28d975604eb3 --- /dev/null +++ b/net-mgmt/ehnt/files/patch-config-h @@ -0,0 +1,11 @@ +--- config.h.orig Wed Jul 18 00:47:37 2001 ++++ config.h Fri Aug 3 19:57:51 2001 +@@ -27,3 +27,8 @@ + #define DEFAULT_UDP_PORT 4444 + /* The default mode of the client. Can be either EM_REPORT or EM_DUMP.*/ + #define EM_DEFAULT EM_REPORT ++ ++#ifndef ASNCDIR ++#define ASNCDIR "." ++#endif ++ -- cgit v1.2.3