TDI Filter Driver problem: Network Neighbor

Hi, all.
I develop a tdi filter driver. But one strange thing, when I use
Network Neighbor to browse the computer near me, it could not find
nothing. why?
I use kdprint to print out the information. And find when try to
connect to 192.168.8.1/139 in TDI_CONNECT dispatch handler, the
Irp->CurrentLocation = 1.

please help me
yours brucie

Check the load order of your filter. If the NetBIOS over TCP/IP (NetBT)
transport is loaded before your filter then you will probably mishandle this
protocol. The result will be inability to browse the Network Neighborhood.

Good luck,

Thomas F. Divine

PCAUSA - Tools & Resources For Network Software Developers
NDIS Protocol/Intermediate/Hooking - TDI Client/Filter
http: - http:

“brucie” wrote in message news:xxxxx@ntdev…
> Hi, all.
> I develop a tdi filter driver. But one strange thing, when I use
> Network Neighbor to browse the computer near me, it could not find
> nothing. why?
> I use kdprint to print out the information. And find when try to
> connect to 192.168.8.1/139 in TDI_CONNECT dispatch handler, the
> Irp->CurrentLocation = 1.
>
> please help me
> yours brucie
></http:></http:>

Thanks Thomas.
I have solved the problem. It is the load order.

Check the load order of your filter. If the NetBIOS over TCP/IP (NetBT)
transport is loaded before your filter then you will probably mishandle this
protocol. The result will be inability to browse the Network Neighborhood.

Good luck,

Thomas F. Divine

PCAUSA - Tools & Resources For Network Software Developers
NDIS Protocol/Intermediate/Hooking - TDI Client/Filter
http: - http:
>
>“brucie” wrote in message news:xxxxx@ntdev…
>> Hi, all.
>> I develop a tdi filter driver. But one strange thing, when I use
>> Network Neighbor to browse the computer near me, it could not find
>> nothing. why?
>> I use kdprint to print out the information. And find when try to
>> connect to 192.168.8.1/139 in TDI_CONNECT dispatch handler, the
>> Irp->CurrentLocation = 1.
>>
>> please help me
>> yours brucie
>>
>
>
>
>—
>You are currently subscribed to ntdev as: brucie@263.net
>To unsubscribe send a blank email to xxxxx@lists.osr.com

= = = = = = = = = = = = = = = = = = = =

??
???

brucie
brucie@263.net
2002-04-02</http:></http:>