> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Kouprie, Robbert > Sent: Wednesday, June 16, 2004 8:08 AM > To: [EMAIL PROTECTED] > Subject: [Ntop-dev] Current CVS Netflow plugin brokenness > > > Hi, > > I'm using current CVS (on Fedora Core 2, kernel 2.6.6). > > 1.) In the Netflow plugin setup screen, when I try to enter > "192.168.1.0/255.255.255.0" or "192.168.1.0/24" nothing changes > and the logs tell me: > > Jun 16 14:52:50 ntop ntop[4596]: [MSGID8400699] **ERROR** > NETFLOW: HTTP request netmask parse error (192.168.0.0%2F255.255.255.0) > Jun 16 14:52:54 ntop ntop[4596]: [MSGID8400699] **ERROR** > NETFLOW: HTTP request netmask parse error (192.168.0.0%2F24)
Plugins handle their own url/requests, so as it guess it's missing the call to the fixup routine, urlFixupFromRFC1945Inplace() - the %2f is the coded value in URLs for /. The rest of your items are related to Luca's change for multiple netFlow interfaces, so I'll defer to him. <snip /> -----Burton _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
