Driver that can talk TCP

Hi All,

I’d like to develope a USB filter driver that should sit below all USB
function drivers (may be even below hub driver).
I need to pass all IRPs (or URBs to be correct) from the function drivers to
some other PC on the net.

  1. Can I create a TCP/IP connection from within my filter driver ?
  2. Can I queue all IRPs from the upper drivers and pass them down only when
    I get some info from TCP/IP link ?

I heard there is a good sample on USB filter driver named ValueAdd or
something. The thing is I can’t find any trace of this sample not in NTDDK
nor in 98DDK. If you guys happen to have it can you send it to me please ?
(mailto:xxxxx@PowerNetSys.com)

Regards,
Stas


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hello Stas,

valueadd sample is in 98ddk.
Its in 98ddk\src\usb\valueadd

regards
vdharan

----- Original Message -----
From: Stas Desy
To: NT Developers Interest List
Sent: Wednesday, February 28, 2001 7:18 AM
Subject: [ntdev] Driver that can talk TCP

>
> Hi All,
>
> I’d like to develope a USB filter driver that should sit below all USB
> function drivers (may be even below hub driver).
> I need to pass all IRPs (or URBs to be correct) from the function drivers
to
> some other PC on the net.
> 1) Can I create a TCP/IP connection from within my filter driver ?
> 2) Can I queue all IRPs from the upper drivers and pass them down only
when
> I get some info from TCP/IP link ?
>
> I heard there is a good sample on USB filter driver named ValueAdd or
> something. The thing is I can’t find any trace of this sample not in NTDDK
> nor in 98DDK. If you guys happen to have it can you send it to me please ?
> (mailto:xxxxx@PowerNetSys.com)
>
> Regards,
> Stas
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@interfaceembedded.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

__________________________________________________
Interface Embedded Systems Limited, India.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> I need to pass all IRPs (or URBs to be correct) from the function drivers
to

some other PC on the net.
you should look at using writing tdi client and calling it from usb filter

regards
jeseem

----- Original Message -----
From: “vdharan”
To: “NT Developers Interest List”
Sent: Saturday, March 03, 2001 6:22 AM
Subject: [ntdev] Re: Driver that can talk TCP

> Hello Stas,
>
> valueadd sample is in 98ddk.
> Its in 98ddk\src\usb\valueadd
>
> regards
> vdharan
>
>
> ----- Original Message -----
> From: Stas Desy
> To: NT Developers Interest List
> Sent: Wednesday, February 28, 2001 7:18 AM
> Subject: [ntdev] Driver that can talk TCP
>
>
> >
> > Hi All,
> >
> > I’d like to develope a USB filter driver that should sit below all USB
> > function drivers (may be even below hub driver).
> > I need to pass all IRPs (or URBs to be correct) from the function
drivers
> to
> > some other PC on the net.
> > 1) Can I create a TCP/IP connection from within my filter driver ?
> > 2) Can I queue all IRPs from the upper drivers and pass them down only
> when
> > I get some info from TCP/IP link ?
> >
> > I heard there is a good sample on USB filter driver named ValueAdd or
> > something. The thing is I can’t find any trace of this sample not in
NTDDK
> > nor in 98DDK. If you guys happen to have it can you send it to me please
?
> > (mailto:xxxxx@PowerNetSys.com)
> >
> > Regards,
> > Stas
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@interfaceembedded.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> __________________________________________________
> Interface Embedded Systems Limited, India.
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@hotmail.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

I have installed 98DDK but havn’t fopund it under SRC dir.
Can some one please send it to me ?
Regards,
Stas

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of vdharan
Sent: Saturday, March 03, 2001 2:53 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Driver that can talk TCP

Hello Stas,

valueadd sample is in 98ddk.
Its in 98ddk\src\usb\valueadd

regards
vdharan

----- Original Message -----
From: Stas Desy
To: NT Developers Interest List
Sent: Wednesday, February 28, 2001 7:18 AM
Subject: [ntdev] Driver that can talk TCP

>
> Hi All,
>
> I’d like to develope a USB filter driver that should sit below all USB
> function drivers (may be even below hub driver).
> I need to pass all IRPs (or URBs to be correct) from the function drivers
to
> some other PC on the net.
> 1) Can I create a TCP/IP connection from within my filter driver ?
> 2) Can I queue all IRPs from the upper drivers and pass them down only
when
> I get some info from TCP/IP link ?
>
> I heard there is a good sample on USB filter driver named ValueAdd or
> something. The thing is I can’t find any trace of this sample not in NTDDK
> nor in 98DDK. If you guys happen to have it can you send it to me please ?
> (mailto:xxxxx@PowerNetSys.com)
>
> Regards,
> Stas
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@interfaceembedded.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

__________________________________________________
Interface Embedded Systems Limited, India.


You are currently subscribed to ntdev as: xxxxx@powernetsys.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com