notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
nfdump Command-line tools to collect and process NetFlow data
1.6.20_1 net-mgmt on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6.20_1Version of this port present on the latest quarterly branch.
Maintainer: pi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-08-26 15:45:08
Last Update: 2020-08-26 13:16:42
Commit Hash: 761f70b
License: BSD3CLAUSE
WWW:
https://github.com/phaag/nfdump
Description:
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: https://github.com/phaag/nfdump
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (17 items)
Collapse this list.
  1. bin/nfanon
  2. bin/nfcapd
  3. bin/nfdump
  4. bin/nfexpire
  5. bin/nfreplay
  6. lib/libnfdump-1.6.20.so
  7. man/man1/nfanon.1.gz
  8. man/man1/nfcapd.1.gz
  9. man/man1/nfdump.1.gz
  10. man/man1/nfexpire.1.gz
  11. man/man1/nfreplay.1.gz
  12. bin/nfprofile
  13. man/man1/nfprofile.1.gz
  14. @ldconfig
  15. /usr/local/share/licenses/nfdump-1.6.20_1/catalog.mk
  16. /usr/local/share/licenses/nfdump-1.6.20_1/LICENSE
  17. /usr/local/share/licenses/nfdump-1.6.20_1/BSD3CLAUSE
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • nfdump>0:net-mgmt/nfdump
To install the port:
cd /usr/ports/net-mgmt/nfdump/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/nfdump
  • pkg install nfdump
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: nfdump
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1590491538 SHA256 (phaag-nfdump-v1.6.20_GH0.tar.gz) = 672f4fbe2b7424cfdba5917441100a440cbc9083f2a79147562fb5a966838543 SIZE (phaag-nfdump-v1.6.20_GH0.tar.gz) = 561053

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. rrdtool : databases/rrdtool
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. autoconf>=2.69 : devel/autoconf
  4. automake>=1.16.1 : devel/automake
  5. libtoolize : devel/libtool
Runtime dependencies:
  1. rrdtool : databases/rrdtool
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for nfdump-1.6.20_1: DOCS=on: Build and/or install documentation FIXTIMEBUG=off: With fixing swap time bug of some v5 FT2NFDUMP=off: With Flow-tools to nfdump converter INFLUXDB=off: Enable stats to InfluxDB NFDUMP15=off: Enable compatibility with version 1.5 NFPCAPD=off: Build nfpcapd collector daemon also NFPROFILE=on: With nfprofile (nfsen requires it) NFTRACK=off: With PortTracker support NSEL=off: Read and process ASA/NSEL/NEL event data READPCAP=off: With pcap support SFLOW=off: Build sflow collector daemon also ===> Use 'make config' to modify these settings
Options name:
net-mgmt_nfdump
USES:
autoreconf compiler:c11 libtool pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/phaag/nfdump/tar.gz/v1.6.20?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.20_1
26 Aug 2020 13:16:42
commit hash: 761f70b2caeb66fb34ecb249b939415d05e286e9commit hash: 761f70b2caeb66fb34ecb249b939415d05e286e9commit hash: 761f70b2caeb66fb34ecb249b939415d05e286e9commit hash: 761f70b2caeb66fb34ecb249b939415d05e286e9 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
MFH: r546277

net-mgmt/nfdump: fix build on GCC architectures and check-plist on others

Use C11 compiler:
In file included from nfcapd.c:69:
nfx.h:946: error: redefinition of typedef 'extension_map_t'
nfdump.h:64: error: previous declaration of 'extension_map_t' was here
In file included from nfcapd.c:70:
exporter.h:78: error: redefinition of typedef 'exporter_info_record_t'
nfdump.h:63: error: previous declaration of 'exporter_info_record_t' was here

Remove unconditional installation of nfpcapd, it breaks check-plist and there's
an option for installing it.

Bump PORTREVISION for package change.

Approved by:	portmgr (fix build blanket, packaging fix)
1.6.20_1
26 Aug 2020 13:16:42
Revision:546278Original commit files touched by this commit
pkubaj search for other commits by this committer
MFH: r546277

net-mgmt/nfdump: fix build on GCC architectures and check-plist on others

Use C11 compiler:
In file included from nfcapd.c:69:
nfx.h:946: error: redefinition of typedef 'extension_map_t'
nfdump.h:64: error: previous declaration of 'extension_map_t' was here
In file included from nfcapd.c:70:
exporter.h:78: error: redefinition of typedef 'exporter_info_record_t'
nfdump.h:63: error: previous declaration of 'exporter_info_record_t' was here

Remove unconditional installation of nfpcapd, it breaks check-plist and there's
an option for installing it.

Bump PORTREVISION for package change.

Approved by:	portmgr (fix build blanket, packaging fix)

Number of commits found: 2