1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/ehnt/files/patch-ehnt-lookup
Yaroslav Tykhiy 7257596e98 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 <marck@rinet.ru>
2001-08-11 17:38:05 +00:00

12 lines
289 B
Plaintext

--- ehnt_lookup.c.orig Wed Jul 18 00:47:37 2001
+++ ehnt_lookup.c Fri Aug 3 19:54:34 2001
@@ -36,7 +36,7 @@
memset(ASNs,0,sizeof(ASNs));
- if ( ! (f=fopen ("asnc.txt","r")) ) {
+ if ( ! (f=fopen (ASNCDIR "/asnc.txt","r")) ) {
perror("fopen");
} else {
for ( ; ; ) {