Hi.
nfdump-1.6.13

In  bin/netflow_v9.c, inside loop for ( ; i<(nr_scopes+nr_options); i++ ):

                if ( !index ) {

                        dbg_printf("Unsupported: Option field Type: %u, length 
%u\n", type, length);

                        continue;

                }


        Here should be offset += Length before continue, i think.

The same in

                if ( index && v9_element_map[index].length != length ) {

                        syslog(LOG_ERR,"Process_v9: Option field Type: %u, 
length %u not
supported\n", type, length);

                        dbg_printf("Process_v9: Option field Type: %u, length 
%u not
supported\n", type, length);

                        continue;

                }
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Nfdump-discuss mailing list
Nfdump-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfdump-discuss

Reply via email to