-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning: variable ‘length’ set but not used > [-Wunused-but-set-variable] #62
Comments
I have same issue with IPFIX NAT events logging:
ipfix.pcap.zip - pcap of IPFIX flow #/usr/local/bin/nfcapd -w -p 4739 -T all -E -l /home/sork
# tshark -r ipfix.pcap -V
|
@gabalino the message
obviously means, that your exporter sends corrupted messages. I would need to have more information about this device and a pcap would help. Most compile warnings have been fixed. @sdemchuk |
I have a task to save IP_SRC_ADDR, IP_DST_ADDR, postNATSourceIPv4Address and postNATDestinationIPv4Address. These fields are present in tcpdump. In the output of nfdump these NAT addresses are missing. Please help to solve this problem.
nfcapd: Version: 1.6.15
nfcapd -e -z -w -t 60 -l /netflow/test -b 10.0.0.118 -p 9995 -E -T all -B
200000
Process_ipfix: [0] Add template 258
After start of nfcapd errors appear
tcpdump output
nfdump -r nfcapd.201703151624 -o "fmt:%nsa:%nsp => %nda:%ndp" -c 10
when compile i got this warnings? is it normal?
./configure --enable-nsel --enable-nfprofile && make && make install
The text was updated successfully, but these errors were encountered: