Ports in TDI driver

Hello All !!

I have TDI driver. So I can observe FileObjects creating…
Everything is okay, but I can’t observe TA FileObject associated with
445 port… :frowning:
And I wonder why …

My driver Loads, using
Start=1
DependOnService = Tcpip

Tag = 4

I’ve modified NetBT keys :
DependOnService = Tcpip MyDriver

What should I do to observe that FileObject ?


Best regards,
foxgen mailto:xxxxx@yandex.ru

Here’s reg-file for TDI filter driver installation which is loaded between
tcpip and netbt.

DependOnGroup is empty.
DependOnService = “Tcpip”
Group = “PNP_TDI”
Start = 1
Tag = 9
Type = 1


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tdi_flt]
“Type”=dword:00000001
“Start”=dword:00000001
“ErrorControl”=dword:00000001
“Tag”=dword:00000009
“ImagePath”=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,
00,\

72,00,69,00,76,00,65,00,72,00,73,00,5c,00,74,00,64,00,69,00,5f,00,66,00,6c,\
00,74,00,2e,00,73,00,79,00,73,00,00,00
“DisplayName”=“tdi_flt”
“Group”=“PNP_TDI”
“DependOnService”=hex(7):54,00,63,00,70,00,69,00,70,00,00,00,00,00
“DependOnGroup”=hex(7):00,00


vlad-ntdev

----- Original Message -----
From: “xxxxx@yandex”
To: “NT Developers Interest List”
Sent: Tuesday, May 14, 2002 4:37 PM
Subject: [ntdev] Ports in TDI driver

> Hello All !!
>
> I have TDI driver. So I can observe FileObjects creating…
> Everything is okay, but I can’t observe TA FileObject associated with
> 445 port… :frowning:
> And I wonder why …
>
> My driver Loads, using
> Start=1
> DependOnService = Tcpip
>
> Tag = 4
>
> I’ve modified NetBT keys :
> DependOnService = Tcpip MyDriver
>
> What should I do to observe that FileObject ?
>
> –
> Best regards,
> foxgen mailto:xxxxx@yandex.ru
>
>
>
>

I don’t know what OS you are running, but my guess is 2K given that you
are specifying a tag. In my experience DependOnService does not impose
load order the way it did on NT4. The only way I was able to set load
order was by using the value Tag. I set Tag to be something greater than
TCPIP’s Tag value and then modified NetBT’s tag value to be greater than
mine.

“xxxxx@yandex” wrote:

Hello All !!

I have TDI driver. So I can observe FileObjects creating…
Everything is okay, but I can’t observe TA FileObject associated with
445 port… :frowning:
And I wonder why …

My driver Loads, using
Start=1
DependOnService = Tcpip

Tag = 4

I’ve modified NetBT keys :
DependOnService = Tcpip MyDriver

What should I do to observe that FileObject ?


Best regards,
foxgen mailto:xxxxx@yandex.ru


You are currently subscribed to ntdev as: xxxxx@okena.com
To unsubscribe send a blank email to %%email.unsub%%