Christian,
these bugs have been fixed in CVS.

Thanks, Luca

Christian Hammers wrote:
> 
> Hello
> 
> Maybe my last message regarding this issue didn't came through but in
> the actual CVS there's still an error regarding the size of the input and
> output (interface number) field:
> 
> netflow.c
>   void sendUDPflow()
>     myGlobals.theRecord.flowRecord[myGlobals.globalFlowPktCount].input
> = htonl(actualDeviceId);
>     myGlobals.theRecord.flowRecord[myGlobals.globalFlowPktCount].output  =
> htonl(255);
>   ..
>   void sendOTHERflow()
>     myGlobals.theRecord.flowRecord[myGlobals.globalFlowPktCount].input   =
> htons(actualDeviceId);
>     myGlobals.theRecord.flowRecord[myGlobals.globalFlowPktCount].output  =
> htons(255);
> 
> According to the Cisco docs those fields are both "unsigned short int".
> 
> bye,
> 
> -christian-
> --
> Christian Hammers    WESTEND GmbH - Aachen und Dueren     Tel 0241/701333-0
> [EMAIL PROTECTED]     Internet & Security for Professionals    Fax 0241/911879
>            WESTEND ist CISCO Systems Partner - Premier Certified
> 
> _______________________________________________
> Ntop-dev mailing list
> [EMAIL PROTECTED]
> http://listmanager.unipi.it/mailman/listinfo/ntop-dev

-- 
Luca Deri                     NETikos S.p.A.
Via Matteucci 34/B            56124 Pisa, Italy.
Ph. +39/050/968.639           Fax. +39/050/968.626
Personal: [EMAIL PROTECTED]   Business: [EMAIL PROTECTED]
WWW: http://www.lucaderi.org/ ICQ: 68183632
Hacker: someone who loves to program and enjoys being
clever about it - Richard Stallman
_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listmanager.unipi.it/mailman/listinfo/ntop-dev

Reply via email to