mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
7924f98813
- Add patch to fix rrdtool detection [2] - Remove nftrack from PLIST_FILES, it's only installed when NFTRACK=on - Don't compile with debug flags by default - Cleanup pkg-descr PR: ports/177392 [1] PR: ports/174149 [2] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1] Reported by: Aron Calvert <bsd@presi.dk> [2] Approved by: maintainer [1], maintainer timeout [2]
22 lines
776 B
Plaintext
22 lines
776 B
Plaintext
NFDUMP tools support netflow v5, v7 and v9 capturing and processing.
|
|
|
|
nfcapd - netflow capture daemon.
|
|
Reads the netflow data from the network and stores the data into files.
|
|
|
|
nfdump - netflow dump.
|
|
Reads the netflow data from the files stored by nfcapd. It's syntax is similar
|
|
to tcpdump. If you like tcpdump you will like nfdump.
|
|
|
|
nfprofile - netflow profiler.
|
|
Reads the netflow data from the files stored by nfcapd. Filters the netflow
|
|
data according to the specified filter sets ( profiles ) and stores the
|
|
filtered data into files for later use.
|
|
|
|
nfreplay - netflow replay
|
|
Reads the netflow data from the files stored by nfcapd and sends it over
|
|
the network to another host.
|
|
|
|
ft2nfdump - flow-tools to nfdump - optional component
|
|
|
|
WWW: http://nfdump.sourceforge.net
|