Passthru Functionality.

Hi,

I installed “passthru” sample provided with DDK and I can see “Sample
Filter” entry in “Local Area Connection”. I run DbgMon utility (from
OSROnline.com). There are debugging statements (DbgPrint) at various places
in passthru sample, but dbgmon is not showing anything. The DDK
documentation mentions that passthru doesn’t do anything, but debugging
statements must be printed. dbgmon works fine on other drivers.

Where I am going wrong? How can I find that passthru is actually running ?

regards,
Amit Manocha

Hi Amit,

             Did u enable Debugging during compilation?

Good luck,


From: “Amit Manocha”

>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Passthru Functionality.
>Date: Mon, 5 May 2003 11:28:38 +0530
>
>Hi,
>
>I installed “passthru” sample provided with DDK and I can see “Sample
>Filter” entry in “Local Area Connection”. I run DbgMon utility (from
>OSROnline.com). There are debugging statements (DbgPrint) at various places
>in passthru sample, but dbgmon is not showing anything. The DDK
>documentation mentions that passthru doesn’t do anything, but debugging
>statements must be printed. dbgmon works fine on other drivers.
>
>Where I am going wrong? How can I find that passthru is actually running ?
>
>regards,
>Amit Manocha
>
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com


Visit Latin America. Discover! Explore! Experience it!

Thanks Yogi,

It’s working now…

Amit Manocha
----- Original Message -----
From: yatindra vaishnav
To: NT Developers Interest List
Sent: Monday, May 05, 2003 11:53 AM
Subject: [ntdev] Re: Passthru Functionality.

Hi Amit,

Did u enable Debugging during compilation?

Good luck,



>From: “Amit Manocha”
>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Passthru Functionality.
>Date: Mon, 5 May 2003 11:28:38 +0530
>
>Hi,
>
>I installed “passthru” sample provided with DDK and I can see “Sample
>Filter” entry in “Local Area Connection”. I run DbgMon utility (from
>OSROnline.com). There are debugging statements (DbgPrint) at various places
>in passthru sample, but dbgmon is not showing anything. The DDK
>documentation mentions that passthru doesn’t do anything, but debugging
>statements must be printed. dbgmon works fine on other drivers.
>
>Where I am going wrong? How can I find that passthru is actually running ?
>
>regards,
>Amit Manocha
>
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com

------------------------------------------------------------------------------
Visit Latin America. Discover! Explore! Experience it! —
You are currently subscribed to ntdev as: xxxxx@mynetsec.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Hi,

Have you specifically tried the passthru example…it is showing debugging messages for installations only and not for MPSend API. Is MPSend called for every packet send ? or I am interpreting it wrong way?

Amit Manocha
“yatindra vaishnav” wrote in message news:xxxxx@ntdev…
Hi Amit,

Did u enable Debugging during compilation?

Good luck,



>From: “Amit Manocha”
>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Passthru Functionality.
>Date: Mon, 5 May 2003 11:28:38 +0530
>
>Hi,
>
>I installed “passthru” sample provided with DDK and I can see “Sample
>Filter” entry in “Local Area Connection”. I run DbgMon utility (from
>OSROnline.com). There are debugging statements (DbgPrint) at various places
>in passthru sample, but dbgmon is not showing anything. The DDK
>documentation mentions that passthru doesn’t do anything, but debugging
>statements must be printed. dbgmon works fine on other drivers.
>
>Where I am going wrong? How can I find that passthru is actually running ?
>
>regards,
>Amit Manocha
>
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com

------------------------------------------------------------------------------
Visit Latin America. Discover! Explore! Experience it!

Hi Amit

There are global debugging Flags that are to be setted for different level
of Debuging messages to be printed.
Modify them for getting the messages printed.
Good luck

Regards
Deepak
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Amit Manocha
Sent: Monday, May 05, 2003 12:42 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Passthru Functionality.

Hi,

Have you specifically tried the passthru example…it is showing debugging
messages for installations only and not for MPSend API. Is MPSend called for
every packet send ? or I am interpreting it wrong way?

Amit Manocha
“yatindra vaishnav” wrote in message
news:xxxxx@ntdev…
Hi Amit,

Did u enable Debugging during compilation?

Good luck,



>From: “Amit Manocha”
>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Passthru Functionality.
>Date: Mon, 5 May 2003 11:28:38 +0530
>
>Hi,
>
>I installed “passthru” sample provided with DDK and I can see “Sample
>Filter” entry in “Local Area Connection”. I run DbgMon utility (from
>OSROnline.com). There are debugging statements (DbgPrint) at various
places
>in passthru sample, but dbgmon is not showing anything. The DDK
>documentation mentions that passthru doesn’t do anything, but debugging
>statements must be printed. dbgmon works fine on other drivers.
>
>Where I am going wrong? How can I find that passthru is actually
running ?
>
>regards,
>Amit Manocha
>
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com

----------------------------------------------------------------------------
Visit Latin America. Discover! Explore! Experience it!

You are currently subscribed to ntdev as: xxxxx@patni.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Hi Amit,

             MPSend is called for every send not only once. Look in the build utility provided with NTDDK and in the file makefile.def in the directory “[\NTDDK\bin"](file://\”).

 

Good luck,



From: “Amit Manocha”

>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: Passthru Functionality.
>Date: Mon, 5 May 2003 12:41:57 +0530
>
>Hi,
>
>Have you specifically tried the passthru example…it is showing debugging messages for installations only and not for MPSend API. Is MPSend called for every packet send ? or I am interpreting it wrong way?
>
>Amit Manocha
> “yatindra vaishnav” wrote in message news:xxxxx@ntdev…
> Hi Amit,
>
> Did u enable Debugging during compilation?
>
>
> Good luck,
>
>
>
>
> >From: “Amit Manocha”
> >Reply-To: “NT Developers Interest List”
> >To: “NT Developers Interest List”
> >Subject: [ntdev] Passthru Functionality.
> >Date: Mon, 5 May 2003 11:28:38 +0530
> >
> >Hi,
> >
> >I installed “passthru” sample provided with DDK and I can see “Sample
> >Filter” entry in “Local Area Connection”. I run DbgMon utility (from
> >OSROnline.com). There are debugging statements (DbgPrint) at various places
> >in passthru sample, but dbgmon is not showing anything. The DDK
> >documentation mentions that passthru doesn’t do anything, but debugging
> >statements must be printed. dbgmon works fine on other drivers.
> >
> >Where I am going wrong? How can I find that passthru is actually running ?
> >
> >regards,
> >Amit Manocha
> >
> >
> >
> >—
> >You are currently subscribed to ntdev as: xxxxx@hotmail.com
> >To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>------------------------------------------------------------------------------
> Visit Latin America. Discover! Explore! Experience it!
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com


Hot new gizmos. Check 'em out. Right now!

but then why dbgmon is not showing the activity?
btw, what is the relation between build utility and mpsend ?

Amit Manocha
----- Original Message -----
From: yatindra vaishnav
To: NT Developers Interest List
Sent: Monday, May 05, 2003 1:17 PM
Subject: [ntdev] Re: Passthru Functionality.

Hi Amit,

MPSend is called for every send not only once. Look in the build utility provided with NTDDK and in the file makefile.def in the directory "\NTDDK\bin".

Good luck,



>From: “Amit Manocha”
>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: Passthru Functionality.
>Date: Mon, 5 May 2003 12:41:57 +0530
>
>Hi,
>
>Have you specifically tried the passthru example…it is showing debugging messages for installations only and not for MPSend API. Is MPSend called for every packet send ? or I am interpreting it wrong way?
>
>Amit Manocha
> “yatindra vaishnav” wrote in message news:xxxxx@ntdev…
> Hi Amit,
>
> Did u enable Debugging during compilation?
>
>
> Good luck,
>
>
>
>
> >From: “Amit Manocha”
> >Reply-To: “NT Developers Interest List”
> >To: “NT Developers Interest List”
> >Subject: [ntdev] Passthru Functionality.
> >Date: Mon, 5 May 2003 11:28:38 +0530
> >
> >Hi,
> >
> >I installed “passthru” sample provided with DDK and I can see “Sample
> >Filter” entry in “Local Area Connection”. I run DbgMon utility (from
> >OSROnline.com). There are debugging statements (DbgPrint) at various places
> >in passthru sample, but dbgmon is not showing anything. The DDK
> >documentation mentions that passthru doesn’t do anything, but debugging
> >statements must be printed. dbgmon works fine on other drivers.
> >
> >Where I am going wrong? How can I find that passthru is actually running ?
> >
> >regards,
> >Amit Manocha
> >
> >
> >
> >—
> >You are currently subscribed to ntdev as: xxxxx@hotmail.com
> >To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>------------------------------------------------------------------------------
> Visit Latin America. Discover! Explore! Experience it!
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com

------------------------------------------------------------------------------
Hot new gizmos. Check 'em out. Right now! —
You are currently subscribed to ntdev as: xxxxx@mynetsec.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Hi Amit,

            Where are the debugging statements in the MPSend? Add some DbgPrint statement then u’ll be able to see that.

Good Luck,


From: “Amit Manocha”

>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: Passthru Functionality.
>Date: Mon, 5 May 2003 13:26:21 +0530
>
>but then why dbgmon is not showing the activity?
>btw, what is the relation between build utility and mpsend ?
>
>Amit Manocha
> ----- Original Message -----
> From: yatindra vaishnav
> To: NT Developers Interest List
> Sent: Monday, May 05, 2003 1:17 PM
> Subject: [ntdev] Re: Passthru Functionality.
>
>
> Hi Amit,
>
> MPSend is called for every send not only once. Look in the build utility provided with NTDDK and in the file makefile.def in the directory "\NTDDK\bin".
>
>
>
> Good luck,
>
>
>
>
>
> >From: “Amit Manocha”
> >Reply-To: “NT Developers Interest List”
> >To: “NT Developers Interest List”
> >Subject: [ntdev] Re: Passthru Functionality.
> >Date: Mon, 5 May 2003 12:41:57 +0530
> >
> >Hi,
> >
> >Have you specifically tried the passthru example…it is showing debugging messages for installations only and not for MPSend API. Is MPSend called for every packet send ? or I am interpreting it wrong way?
> >
> >Amit Manocha
> > “yatindra vaishnav” wrote in message news:xxxxx@ntdev…
> > Hi Amit,
> >
> > Did u enable Debugging during compilation?
> >
> >
> > Good luck,
> >
> >
> >
> >
> > >From: “Amit Manocha”
> > >Reply-To: “NT Developers Interest List”
> > >To: “NT Developers Interest List”
> > >Subject: [ntdev] Passthru Functionality.
> > >Date: Mon, 5 May 2003 11:28:38 +0530
> > >
> > >Hi,
> > >
> > >I installed “passthru” sample provided with DDK and I can see “Sample
> > >Filter” entry in “Local Area Connection”. I run DbgMon utility (from
> > >OSROnline.com). There are debugging statements (DbgPrint) at various places
> > >in passthru sample, but dbgmon is not showing anything. The DDK
> > >documentation mentions that passthru doesn’t do anything, but debugging
> > >statements must be printed. dbgmon works fine on other drivers.
> > >
> > >Where I am going wrong? How can I find that passthru is actually running ?
> > >
> > >regards,
> > >Amit Manocha
> > >
> > >
> > >
> > >—
> > >You are currently subscribed to ntdev as: xxxxx@hotmail.com
> > >To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
> >------------------------------------------------------------------------------
> > Visit Latin America. Discover! Explore! Experience it!
> >
> >
> >—
> >You are currently subscribed to ntdev as: xxxxx@hotmail.com
> >To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>------------------------------------------------------------------------------
> Hot new gizmos. Check 'em out. Right now! —
> You are currently subscribed to ntdev as: xxxxx@mynetsec.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com


Tried Feng Shui yet? Learn the yin & yan. Make it work for you!

Yogi,

I have put debug statements in MPSend.

Amit Manocha
“yatindra vaishnav” wrote in message news:xxxxx@ntdev…
Hi Amit,

Where are the debugging statements in the MPSend? Add some DbgPrint statement then u’ll be able to see that.

Good Luck,



>From: “Amit Manocha”
>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: Passthru Functionality.
>Date: Mon, 5 May 2003 13:26:21 +0530
>
>but then why dbgmon is not showing the activity?
>btw, what is the relation between build utility and mpsend ?
>
>Amit Manocha
> ----- Original Message -----
> From: yatindra vaishnav
> To: NT Developers Interest List
> Sent: Monday, May 05, 2003 1:17 PM
> Subject: [ntdev] Re: Passthru Functionality.
>
>
> Hi Amit,
>
> MPSend is called for every send not only once. Look in the build utility provided with NTDDK and in the file makefile.def in the directory "\NTDDK\bin".
>
>
>
> Good luck,
>
>
>
>
>
> >From: “Amit Manocha”
> >Reply-To: “NT Developers Interest List”
> >To: “NT Developers Interest List”
> >Subject: [ntdev] Re: Passthru Functionality.
> >Date: Mon, 5 May 2003 12:41:57 +0530
> >
> >Hi,
> >
> >Have you specifically tried the passthru example…it is showing debugging messages for installations only and not for MPSend API. Is MPSend called for every packet send ? or I am interpreting it wrong way?
> >
> >Amit Manocha
> > “yatindra vaishnav” wrote in message news:xxxxx@ntdev…
> > Hi Amit,
> >
> > Did u enable Debugging during compilation?
> >
> >
> > Good luck,
> >
> >
> >
> >
> > >From: “Amit Manocha”
> > >Reply-To: “NT Developers Interest List”
> > >To: “NT Developers Interest List”
> > >Subject: [ntdev] Passthru Functionality.
> > >Date: Mon, 5 May 2003 11:28:38 +0530
> > >
> > >Hi,
> > >
> > >I installed “passthru” sample provided with DDK and I can see “Sample
> > >Filter” entry in “Local Area Connection”. I run DbgMon utility (from
> > >OSROnline.com). There are debugging statements (DbgPrint) at various places
> > >in passthru sample, but dbgmon is not showing anything. The DDK
> > >documentation mentions that passthru doesn’t do anything, but debugging
> > >statements must be printed. dbgmon works fine on other drivers.
> > >
> > >Where I am going wrong? How can I find that passthru is actually running ?
> > >
> > >regards,
> > >Amit Manocha
> > >
> > >
> > >
> > >—
> > >You are currently subscribed to ntdev as: xxxxx@hotmail.com
> > >To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
> >------------------------------------------------------------------------------
> > Visit Latin America. Discover! Explore! Experience it!
> >
> >
> >—
> >You are currently subscribed to ntdev as: xxxxx@hotmail.com
> >To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>------------------------------------------------------------------------------
> Hot new gizmos. Check 'em out. Right now! —
> You are currently subscribed to ntdev as: xxxxx@mynetsec.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com

------------------------------------------------------------------------------
Tried Feng Shui yet? Learn the yin & yan. Make it work for you!