Simple really, provide as much information as you can about the problem -
outputs from ntop, etc.
If you can read C, you can also diff the code between versions and look for
it yourself.
The key you would probably need is that the DNS resolution is handled by a
thread, so follow the linkages from createThread in initialize.c:
/*
* Create the thread (6) - DNSAR - DNS Address Resolution - optional
*/
for(i=0; i<myGlobals.numDequeueThreads; i++) {
createThread(&myGlobals.dequeueAddressThreadId[i], dequeueAddress,
NULL);
traceEvent(TRACE_INFO, "Started thread (%ld) for DNS address
resolution.\n",
myGlobals.dequeueAddressThreadId[i]);
}
which is in address.c at 399: void* dequeueAddress(void* notUsed _UNUSED_)
{...
-----Burton
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Igor
Schein
Sent: Thursday, February 21, 2002 3:22 PM
To: [EMAIL PROTECTED]
Subject: [Ntop] problem with DNS resolution
Hi,
there was some change between Feb 15 and Feb 20 which broke
DNS resolution for local hosts. I believe this can be classified
as a bug, but I would appreciate some pointers on the proper procedure
of filing a bug in development version. I'll be happy to provide
all relevant info.
Thanks
Igor
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listmanager.unipi.it/mailman/listinfo/ntop
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listmanager.unipi.it/mailman/listinfo/ntop