The FreeBSD Ports Archive
FreeBSD net-mgmt : ehnt4>
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.
http://ehnt.sourceforge.net/
|
ehnt history
v. 1.15
date: 2004/10/18 17:44:47; author: marck; state: Exp; lines: +1 -3
Shift my manitainer address to FreeBSD.org domain.
Drop PERL dependency on ehnt as it is no longer needed (since 0.8_3).
v. 1.14
date: 2004/09/05 16:29:17; author: krion; state: Exp; lines: +1 -1
Fix build on ia64 and sparc64
Submitted by: maintainer
Approved by: portmgr
v. 1.13
date: 2004/06/23 12:01:32; author: osa; state: Exp; lines: +1 -1
Make small improvement: print packets per second in topmode.
Original patch from: Gleb Smirnoff
Fixed patch from, approved by: Dmitry Morozovsky (maintainer)
v. 1.12
date: 2004/05/24 09:06:37; author: krion; state: Exp; lines: +1 -1
- turn off interactivity for pipe-oriented mode (colondump)
- convert ASN table from static to alloc()ed to reduce memory
footprint
- bump PORTREVISION
PR: ports/67117
Submitted by: maintainer
v. 1.11
date: 2004/05/21 08:39:04; author: osa; state: Exp; lines: +11 -5
Fix signed int problem in display (when displaying very
active flows it is possible to overflow bytecount). [1]
Also: [2]
o use DOCSDIR and DATADIR macros
o move files from pkg-plist to Makefile
o remove pkg-plist
Reported by: Gleb Smirnoff
Submitted by: Dmitry Morozovsky (maintainer) [1],
osa [2]
Approved by: maintainer
PR: 66936
v. 1.10
date: 2004/03/12 09:17:11; author: krion; state: Exp; lines: +1 -1
- Fix incorrect accept(2) usage
- SIZE'ify and remove unneeded distfile from distinfo [1]
- Pet portlint [2]
- Bump PORTREVISION
PR: ports/64088
Submitted by: maintainer, trevor [1], krion [2]
v. 1.9
date: 2004/02/23 04:41:59; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.8
date: 2003/03/03 18:06:54; author: yar; state: Exp; lines: +1 -7
It's a maintainer update. The message from the maintainer:
New package building process disallows additional fetching
of any additional files during port build process. Due to
permanent changes in routing registry databases, it's wise
for me to simply force to build package without possibly
stale AS-numbers info.
PR: ports/48632
Submitted by: Dmitry Morozovsky -- MAINTAINER
v. 1.7
date: 2003/02/21 13:14:40; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.6
date: 2002/11/16 14:36:34; author: edwin; state: Exp; lines: +1 -1
Maintainer update to version 0.3_2
PR: ports/45296
Submitted by: Dmitry Morozovsky
v. 1.5
date: 2002/11/04 03:17:28; author: edwin; state: Exp; lines: +2 -0
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
v. 1.4
date: 2002/10/23 15:35:34; author: nork; state: Exp; lines: +11 -3
Distributed with ehnt data file contains a bit outdated ASN list.
Also, RIPE NCC had totally switched their database to RPSL, so
new preparation logic should take place.
PR: ports/44357
Submitted by: maintainer
v. 1.3
date: 2001/10/05 20:34:49; author: petef; state: Exp; lines: +4 -4
- update 0.3
- remove manpages from files, they are now included w/dist
- sort pkg-plist
PR: 31062
Submitted by: Dmitry Morozovsky
v. 1.2
date: 2001/09/08 09:04:07; author: yar; state: Exp; lines: +7 -5
Respect NOPORTDOCS
v. 1.1
date: 2001/08/11 17:38:05; author: yar; state: Exp;
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
=============================================================================
v. 1.15
date: 2004/10/18 17:44:47; author: marck; state: Exp; lines: +1 -3
Shift my manitainer address to FreeBSD.org domain.
Drop PERL dependency on ehnt as it is no longer needed (since 0.8_3).
v. 1.14
date: 2004/09/05 16:29:17; author: krion; state: Exp; lines: +1 -1
Fix build on ia64 and sparc64
Submitted by: maintainer
Approved by: portmgr
v. 1.13
date: 2004/06/23 12:01:32; author: osa; state: Exp; lines: +1 -1
Make small improvement: print packets per second in topmode.
Original patch from: Gleb Smirnoff
Fixed patch from, approved by: Dmitry Morozovsky (maintainer)
v. 1.12
date: 2004/05/24 09:06:37; author: krion; state: Exp; lines: +1 -1
- turn off interactivity for pipe-oriented mode (colondump)
- convert ASN table from static to alloc()ed to reduce memory
footprint
- bump PORTREVISION
PR: ports/67117
Submitted by: maintainer
v. 1.11
date: 2004/05/21 08:39:04; author: osa; state: Exp; lines: +11 -5
Fix signed int problem in display (when displaying very
active flows it is possible to overflow bytecount). [1]
Also: [2]
o use DOCSDIR and DATADIR macros
o move files from pkg-plist to Makefile
o remove pkg-plist
Reported by: Gleb Smirnoff
Submitted by: Dmitry Morozovsky (maintainer) [1],
osa [2]
Approved by: maintainer
PR: 66936
v. 1.10
date: 2004/03/12 09:17:11; author: krion; state: Exp; lines: +1 -1
- Fix incorrect accept(2) usage
- SIZE'ify and remove unneeded distfile from distinfo [1]
- Pet portlint [2]
- Bump PORTREVISION
PR: ports/64088
Submitted by: maintainer, trevor [1], krion [2]
v. 1.9
date: 2004/02/23 04:41:59; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.8
date: 2003/03/03 18:06:54; author: yar; state: Exp; lines: +1 -7
It's a maintainer update. The message from the maintainer:
New package building process disallows additional fetching
of any additional files during port build process. Due to
permanent changes in routing registry databases, it's wise
for me to simply force to build package without possibly
stale AS-numbers info.
PR: ports/48632
Submitted by: Dmitry Morozovsky -- MAINTAINER
v. 1.7
date: 2003/02/21 13:14:40; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.6
date: 2002/11/16 14:36:34; author: edwin; state: Exp; lines: +1 -1
Maintainer update to version 0.3_2
PR: ports/45296
Submitted by: Dmitry Morozovsky
v. 1.5
date: 2002/11/04 03:17:28; author: edwin; state: Exp; lines: +2 -0
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
v. 1.4
date: 2002/10/23 15:35:34; author: nork; state: Exp; lines: +11 -3
Distributed with ehnt data file contains a bit outdated ASN list.
Also, RIPE NCC had totally switched their database to RPSL, so
new preparation logic should take place.
PR: ports/44357
Submitted by: maintainer
v. 1.3
date: 2001/10/05 20:34:49; author: petef; state: Exp; lines: +4 -4
- update 0.3
- remove manpages from files, they are now included w/dist
- sort pkg-plist
PR: 31062
Submitted by: Dmitry Morozovsky
v. 1.2
date: 2001/09/08 09:04:07; author: yar; state: Exp; lines: +7 -5
Respect NOPORTDOCS
v. 1.1
date: 2001/08/11 17:38:05; author: yar; state: Exp;
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
=============================================================================
v. 1.15
date: 2004/10/18 17:44:47; author: marck; state: Exp; lines: +1 -3
Shift my manitainer address to FreeBSD.org domain.
Drop PERL dependency on ehnt as it is no longer needed (since 0.8_3).
v. 1.14
date: 2004/09/05 16:29:17; author: krion; state: Exp; lines: +1 -1
Fix build on ia64 and sparc64
Submitted by: maintainer
Approved by: portmgr
v. 1.13
date: 2004/06/23 12:01:32; author: osa; state: Exp; lines: +1 -1
Make small improvement: print packets per second in topmode.
Original patch from: Gleb Smirnoff
Fixed patch from, approved by: Dmitry Morozovsky (maintainer)
v. 1.12
date: 2004/05/24 09:06:37; author: krion; state: Exp; lines: +1 -1
- turn off interactivity for pipe-oriented mode (colondump)
- convert ASN table from static to alloc()ed to reduce memory
footprint
- bump PORTREVISION
PR: ports/67117
Submitted by: maintainer
v. 1.11
date: 2004/05/21 08:39:04; author: osa; state: Exp; lines: +11 -5
Fix signed int problem in display (when displaying very
active flows it is possible to overflow bytecount). [1]
Also: [2]
o use DOCSDIR and DATADIR macros
o move files from pkg-plist to Makefile
o remove pkg-plist
Reported by: Gleb Smirnoff
Submitted by: Dmitry Morozovsky (maintainer) [1],
osa [2]
Approved by: maintainer
PR: 66936
v. 1.10
date: 2004/03/12 09:17:11; author: krion; state: Exp; lines: +1 -1
- Fix incorrect accept(2) usage
- SIZE'ify and remove unneeded distfile from distinfo [1]
- Pet portlint [2]
- Bump PORTREVISION
PR: ports/64088
Submitted by: maintainer, trevor [1], krion [2]
v. 1.9
date: 2004/02/23 04:41:59; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.8
date: 2003/03/03 18:06:54; author: yar; state: Exp; lines: +1 -7
It's a maintainer update. The message from the maintainer:
New package building process disallows additional fetching
of any additional files during port build process. Due to
permanent changes in routing registry databases, it's wise
for me to simply force to build package without possibly
stale AS-numbers info.
PR: ports/48632
Submitted by: Dmitry Morozovsky -- MAINTAINER
v. 1.7
date: 2003/02/21 13:14:40; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.6
date: 2002/11/16 14:36:34; author: edwin; state: Exp; lines: +1 -1
Maintainer update to version 0.3_2
PR: ports/45296
Submitted by: Dmitry Morozovsky
v. 1.5
date: 2002/11/04 03:17:28; author: edwin; state: Exp; lines: +2 -0
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
v. 1.4
date: 2002/10/23 15:35:34; author: nork; state: Exp; lines: +11 -3
Distributed with ehnt data file contains a bit outdated ASN list.
Also, RIPE NCC had totally switched their database to RPSL, so
new preparation logic should take place.
PR: ports/44357
Submitted by: maintainer
v. 1.3
date: 2001/10/05 20:34:49; author: petef; state: Exp; lines: +4 -4
- update 0.3
- remove manpages from files, they are now included w/dist
- sort pkg-plist
PR: 31062
Submitted by: Dmitry Morozovsky
v. 1.2
date: 2001/09/08 09:04:07; author: yar; state: Exp; lines: +7 -5
Respect NOPORTDOCS
v. 1.1
date: 2001/08/11 17:38:05; author: yar; state: Exp;
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
=============================================================================
|
| |

|