Subject: | Mismatch in number of packets recd between wireshark and netflow script (Example 1) |
I am seeing an issue with Net::Flow. I used Example 1 provided in the
page to capture the netflow packets.
I am trying to capture long-term flows wherein my box (DUT) sends the
flow information for long flows (Active flow timeout ) of 60 seconds.
The information in wireshark and the information printed using the
netflow package is not consistent. The wireshark shows 45 frames whereas
the netflow shows only 10 packets. Hence expected flow information sent
by my DUT is missing.
I expect the number of frames seen in the wireshark and number of
packets in the Net::Flow script to be the same. But this is not the
case. Let me know if you need some information.