Hi

I have to get the remote machine name from NETBIOS request. Inside TDI filter, I wanted to know which remote p.c the user is trying to acccces, if it is not in the domain, I have to redirect the request

Is there anyway I can do this, ie Netbios name resolution (UDP,137

I can get TDI_SEND_DATAGRAM request if the following is tru

DNS Suffix Search List. . . . . . : xyz.com
Connection-specific DNS Suffix . : xyz.com
then I can intercept DNS query and can take appropriate action.

But if there is no connection specific suffix associated, how can I get the remote machine name

Please help me ASAP

ThanX in advance