Hello ntop-dev people! ndrui> There are some cool changes potentially coming from Luca/Dinesh and the ndrui> usual bug fixes, testing, updating of text files etc., but the general shape ndrui> of ntop 3.2 should be pretty clear from the cvs.
Is it possible to get the NetFlow v5/v7 ASN bug (reversed fields in the flow_ver5_rec and flow_ver7_rec structs in global-structtypes.h file) in for v3.2? I submitted it a while ago, but may have been missed. Look for my original post for the link against Cisco's netflow record spec. Here's a quick diff again today's (Fri May 13/2005) cvs copy. -= start north$ diff globals-structtypes.h globals-structtypes.h.new 1120d1119 < u_int16_t dst_as; /* dst peer/origin Autonomous System */ 1122c1121 < u_int8_t dst_mask; /* destination route's mask bits */ --- > u_int16_t dst_as; /* dst peer/origin Autonomous System */ 1123a1123 > u_int8_t dst_mask; /* destination route's mask bits */ 1160d1159 < u_int16_t dst_as; /* dst peer/origin Autonomous System */ 1162c1161 < u_int8_t dst_mask; /* destination route's mask bits */ --- > u_int16_t dst_as; /* dst peer/origin Autonomous System */ 1163a1163 > u_int8_t dst_mask; /* destination route's mask bits */ -= End ndrui> Right now, we have pretty good access to various Linuxes, Solaris, OS X and ndrui> Windows. More limited FreeBSD. That's it... I've got a FreeBSD box running against a couple of NetFlows here if there's anything specific to check against. Cheers, Ross. -- Ross West _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
