Local addresses are, well, local addresses based on the NIC's IP address and mask.
Psuedo Local Addresses are either local addresses or addresses which you told ntop to TREAT as local via the local subnets parameter. There is an FAQ article on this, albeit not at the code level. -----Burton _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MurugaRaj. S Sent: Monday, March 05, 2007 1:00 PM To: [email protected] Subject: [Ntop-dev] white/Black List Hi all, I am working on white/black list and trying to understand some part of the ntop code in netflowplugin.c & util.c. There is a function in the netflowplugin.c which calls isOKtoSave(ntohl(record->srcaddr), myGlobals.device[deviceId].netflowGlobals->whiteNetworks, myGlobals.device[deviceId].netflowGlobals->blackNetworks, myGlobals.device[deviceId].netflowGlobals->numWhiteNets, myGlobals.device[deviceId].netflowGlobals->numBlackNets)) the isOKtoSave in util.c calls __pseudoLocalAddress(&workAddr, blackNetworks, numBlackNets, NULL, NULL); My question is what is __pseudoLocalAddress() functionality and what it is doing ? Can come one please explain ? Thanks -Muru _____ It's here! Your new message! Get new <http://us.rd.yahoo.com/evt=49938/*http:/tools.search.yahoo.com/toolbar/feat ures/mail/> email alerts with the free Yahoo! Toolbar.
_______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
