-
Hi,
As stated in another issue, nfdump/nfcapd works mostly fine for IPFIX (V10) flow reports. However, it is still lacking some fields:
IP version 60
Ingress Physical Interface 252
Egress Phys…
-
In master nfsen's install.pl the var $nfdump_version may be undefined. (a fact for nfdump >= 1.7.x)
The relevant regexps in VerifyConfig() need modification.
(Produces warnings in syslog after iss…
-
Hi,
We have recently upgraded our nfdump instance from 1.6.17 to 1.7.4. We use sfcapd to capture sFlow traffic from our routers and store this. When using nfdump 1.7.4 to read the old data the foll…
-
Hi!
I'm recollected information of netflow with nfcapd like this:
```
nfcapd -D -t 60 -S 2 -p 2055 -w /tmp/netflow/2055/flows
```
Reading the code of the file "/src/output/output_json.c", …
-
When I run the command nfdump -r nfcapd.202402271155 | head, it displays the flow data stored in the file nfcapd.202402271155. This flow data contains information about network flows such as source IP…
-
**Describe the bug**
The goflow2 collector decodes badly the values of fields time_flow_start_ns and time_flow_end_ns in my case approximately 20 days ago.
**To Reproduce**
Steps to reproduce the…
-
Trying to build [debian-bullseye] latest nfdump with:
```
configure --enable-nfpcapd --enable-nfprofile --enable-nftrack --enable-nsel \
--enable-sflow \
--enable-shared=no
…
-
I was about to open a "help me something is wrong and I can't find it" issue, but I found the correct configuration/fix/workaround now. But since I have not found anything about this in the documentat…
-
Hello,
the sfcapd is ignoring the -W parameter.
Which I think, I tracked down to a missing W here:
https://github.com/phaag/nfdump/blob/8fe6a2b25c119367f27c6a9d2baac859847d033b/src/sflow/sfcapd.c…
-
Hi
After upgrading nfdump from 1.6.20 to 1.7.3 the following error occurs every 5 minutes multiple time (10-20 times per 5 min):
nfprofile[pid]: Skip unknown record type 13
This is installatio…