mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
7257596e98
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>
12 lines
289 B
Plaintext
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 ( ; ; ) {
|