I'm sorry i don't know if you support the -nsel branch, but i don't know where to ask else.
We have Cisco ASAs as routers, so i'm in need of collecting their weird and bad netflow format somehow, and only means i see is nfdump-nsel, as main nfdump doesn't yet support the nsel variant of v9.
However, it just crashes after receiving the templates and trying to parse the flows.
After some research i've found out that is crashes in netflow_v9.c here (row 900):
...
// fill the data record
data_record->flags = table->flags;
...
on the first pointer assignment it segfaults.
I'm building it on x86_64 linux 2.6.36 vanilla without any optimizations whatsoever.
Is there any way to make it work? Sadly, i dont have currently enough time to dig into the code to fix it.
Or maybe there is any schedule on NSEL appearing in main 1.6.x tree of nfdump?
will check that!