Aaron Turner

Results 57 comments of Aaron Turner

I'll be honest, this is pretty standard for how shell arg processing works. issue is really in the kong library: https://github.com/alecthomas/kong. I'll keep an eye out for a fix, but...

Have you looked at the NetFlow spec? That's mostly what I used to map things. If I had to guess, the `.XXX` indicates a VLAN tag/sub-interface.... But that's just a...

I haven't looked at this at all to be honest... I'm not even sure if I'm using noting 6 or 5.x off the top of my head since I very...

I haven't had a chance yet to dig deeper, but looks like https://github.com/ntop/ntopng/blob/dev/src/ZMQParserInterface.cpp has changed significantly from 5.6 to 6.0 which most likely explains what is going on here.

Digging further... not sure what your problem is as I can't reproduce it using ntopng v6.0.240305. Can you share your ntopng.conf. Are you sure your device sending the netflow packets...

So going back to the beginning... @level20peon tried to show that nprobe is sending different data than netflow2ng. But this is expected. For example, if you look at [ntop_flow.h](https://github.com/ntop/ntopng/blob/dev/include/ntop_flow.h) you'll...

@gitet , no appologies necessary. We all learned something new today. :) Anyways, the only reference for `flowd` that google is giving me is for a "netflow collector"- which receives...

So looking at the pcaps: 1. There are no MAC addresses being sent. Hence all the 00:00:00:00:00:00. I was kinda surprised by that ¯\\\_(ツ)\_/¯ 2. This pcap included the Netflow...

@robgarrett I closed your ticket as a duplicate because based on the limited information you provided it appeared to be a duplicate of this. If you are not getting any...

@robgarrett your config looks fine. have you tried increasing ntopng logging? `--verbose=5` will provide debugging info for the ZMQ messages.