Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > How to modify packet content at list of NET_BUFFER structures at N

Reply
Thread Tools Display Modes

How to modify packet content at list of NET_BUFFER structures at N

 
 
George Lee
Guest
Posts: n/a

 
      11-17-2009
Hi:
NDIS 6 takes fully new data structure NET_BUFFER/NET_BUFFER_LIST, therefore
how to modify packet included at above structures? My guess is as follows:
a. Create new MDL chain list ->b. replace existing MDL list with
newly-created one
By doing so, it is no need to allocate NET_BUFFER or NET_BUFFER_LIST unlike
previous NDIS 5.x scheme. Is that right?
Can someone or guru lighten me with hint on how to modify packet content at
list of NET_BUFFER structures at NDIS 6 along send and receive path?


--
George Lee
VoIP anti-blocking guru
www.speed-voip.com
 
Reply With Quote
 
 
 
 
George Lee
Guest
Posts: n/a

 
      11-20-2009
Hi Every guru:
It seems that nobody answers my question. Is it very difficult to handle or
grasp?
I know there is few advisiable documents on how to manipulate packet at
NET_BUFFER structure. Welcome Microsoft NDIS expert to join it and help me
greatly!

Thanks in advance!!
--
VoIP anti-blocking guru
http://www.speed-voip.com


"George Lee" wrote:

> Hi:
> NDIS 6 takes fully new data structure NET_BUFFER/NET_BUFFER_LIST, therefore
> how to modify packet included at above structures? My guess is as follows:
> a. Create new MDL chain list ->b. replace existing MDL list with
> newly-created one
> By doing so, it is no need to allocate NET_BUFFER or NET_BUFFER_LIST unlike
> previous NDIS 5.x scheme. Is that right?
> Can someone or guru lighten me with hint on how to modify packet content at
> list of NET_BUFFER structures at NDIS 6 along send and receive path?
>
>
> --
> George Lee
> VoIP anti-blocking guru
> www.speed-voip.com

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to delete Windows Live Mail Contacts Raider Power Windows Live Mail 12 10-26-2009 06:21 PM
Easy Transfer Error Message Jim Windows Vista Installation 11 09-22-2007 07:23 AM
Stop Error 0x0000007b Louis LeBrun Windows Vista Installation 17 07-05-2006 09:00 AM
5342 and 5365 are indeed under an NDA. Kevin John Panzke Windows Vista General Discussion 38 05-04-2006 06:32 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59