Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Writing WDF Drivers | 7 Dec 2020 | LIVE ONLINE |
Internals & Software Drivers | 25 Jan 2021 | LIVE ONLINE |
Developing Minifilters | 8 March 2021 | LIVE ONLINE |
Comments
----- Original Message -----
From: Javed Shaikh <[email protected]>
To: NT Developers Interest List <[email protected]>
Sent: Thursday, February 24, 2000 5:26 PM
Subject: [ntdev] how to duplicate NDIS PACKET ?
>
> hello,
>
> i want to make an exact replica of the ndis packet. buffer to buffer.
>
> my question is will NdisCopyFromPacketToPacket() copy same number of
> bytes from the buffers of 1st ndis packet to the corresponding
> buffers of the 2nd ndis packet or will it keep on filling the
> 1st buffer of the 2nd ndis packet to its capacity and then move on to
> the next buffer ?
>
> if NO then any other alternative ?
>
> NDIS4. NT4.
>
> thanks in advance.
>
> ---javed
>
>
> ---
> You are currently subscribed to ntdev as: [email protected]
> To unsubscribe send a blank email to $subst('Email.Unsub')
>
well in that case i guess i need to allocate equal number of buffers for
the 2nd ndis packet and of the same size as that in the 1st ndis packet.
then call the NdisCopyFromPacketToPacket. should go thru.
---javed
On Thu, 24 Feb 2000, Thomas F. Divine wrote:
> It will fill the first buffer to capacity, then the second, etc.
>
> ----- Original Message -----
> From: Javed Shaikh <[email protected]>
> To: NT Developers Interest List <[email protected]>
> Sent: Thursday, February 24, 2000 5:26 PM
> Subject: [ntdev] how to duplicate NDIS PACKET ?
>
>
> >
> > hello,
> >
> > i want to make an exact replica of the ndis packet. buffer to buffer.
> >
> > my question is will NdisCopyFromPacketToPacket() copy same number of
> > bytes from the buffers of 1st ndis packet to the corresponding
> > buffers of the 2nd ndis packet or will it keep on filling the
> > 1st buffer of the 2nd ndis packet to its capacity and then move on to
> > the next buffer ?
> >
> > if NO then any other alternative ?
> >
> > NDIS4. NT4.
> >
> > thanks in advance.
> >
> > ---javed
> >
> >
> > ---
> > You are currently subscribed to ntdev as: [email protected]
> > To unsubscribe send a blank email to $subst('Email.Unsub')
> >
>
>
> ---
> You are currently subscribed to ntdev as: [email protected]
> To unsubscribe send a blank email to $subst('Email.Unsub')
>