<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>峥嵘岁月 - NDIS驱动开发</title><link>http://blog.csdn.net/joshua_yu/category/381039.aspx</link><description>IMD中间过滤驱动开发</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 23 Apr 2008 09:22:25 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>joshua_yu</dc:creator><title>基于IMD的包过滤防火墙原理与实现</title><link>http://blog.csdn.net/joshua_yu/archive/2006/03/23/636065.aspx</link><pubDate>Thu, 23 Mar 2006 15:24:00 GMT</pubDate><guid>http://blog.csdn.net/joshua_yu/archive/2006/03/23/636065.aspx</guid><wfw:comment>http://blog.csdn.net/joshua_yu/comments/636065.aspx</wfw:comment><comments>http://blog.csdn.net/joshua_yu/archive/2006/03/23/636065.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/joshua_yu/comments/commentRss/636065.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=636065</trackback:ping><description>基于IMD的包过滤防火墙原理与实现，xfocus的经典文章。&lt;img src ="http://blog.csdn.net/joshua_yu/aggbug/636065.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>joshua_yu</dc:creator><title>NDIS Hook的框架代码</title><link>http://blog.csdn.net/joshua_yu/archive/2006/03/23/636040.aspx</link><pubDate>Thu, 23 Mar 2006 15:06:00 GMT</pubDate><guid>http://blog.csdn.net/joshua_yu/archive/2006/03/23/636040.aspx</guid><wfw:comment>http://blog.csdn.net/joshua_yu/comments/636040.aspx</wfw:comment><comments>http://blog.csdn.net/joshua_yu/archive/2006/03/23/636040.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/joshua_yu/comments/commentRss/636040.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=636040</trackback:ping><description>NDIS Hook技术的框架代码，注意是NDIS Hook而不是NDIS IMD哦。&lt;img src ="http://blog.csdn.net/joshua_yu/aggbug/636040.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>joshua_yu</dc:creator><title>对PassThru中的Protocol.c的注释</title><link>http://blog.csdn.net/joshua_yu/archive/2006/03/23/636036.aspx</link><pubDate>Thu, 23 Mar 2006 15:03:00 GMT</pubDate><guid>http://blog.csdn.net/joshua_yu/archive/2006/03/23/636036.aspx</guid><wfw:comment>http://blog.csdn.net/joshua_yu/comments/636036.aspx</wfw:comment><comments>http://blog.csdn.net/joshua_yu/archive/2006/03/23/636036.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/joshua_yu/comments/commentRss/636036.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=636036</trackback:ping><description>PassThru框架源码的注释，给初学者提供的较好的材料。&lt;img src ="http://blog.csdn.net/joshua_yu/aggbug/636036.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>joshua_yu</dc:creator><title>扩展微软DDK中的NDIS IM驱动的功能：添加一个DeviceIoControl接口</title><link>http://blog.csdn.net/joshua_yu/archive/2006/03/22/632026.aspx</link><pubDate>Wed, 22 Mar 2006 10:44:00 GMT</pubDate><guid>http://blog.csdn.net/joshua_yu/archive/2006/03/22/632026.aspx</guid><wfw:comment>http://blog.csdn.net/joshua_yu/comments/632026.aspx</wfw:comment><comments>http://blog.csdn.net/joshua_yu/archive/2006/03/22/632026.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/joshua_yu/comments/commentRss/632026.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=632026</trackback:ping><description>微软的Windows驱动开发工具(DDK) 附带的NDIS中间层驱动PassThru源代码给我们提供了一个极好的示例，它向我们展示了实现NDIS 中间层过滤驱动框架一种方法。但是，PassThru中缺乏实际的功能，我下阶段的工作就是需要在这个框架的基础上进行功能的添加和改造，先看看别人是怎么改造的吧，取点经先。&lt;img src ="http://blog.csdn.net/joshua_yu/aggbug/632026.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>joshua_yu</dc:creator><title>扩展PassThru驱动：两个实现IP过滤的NDIS IM驱动</title><link>http://blog.csdn.net/joshua_yu/archive/2006/03/22/631915.aspx</link><pubDate>Wed, 22 Mar 2006 09:35:00 GMT</pubDate><guid>http://blog.csdn.net/joshua_yu/archive/2006/03/22/631915.aspx</guid><wfw:comment>http://blog.csdn.net/joshua_yu/comments/631915.aspx</wfw:comment><comments>http://blog.csdn.net/joshua_yu/archive/2006/03/22/631915.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/joshua_yu/comments/commentRss/631915.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=631915</trackback:ping><description>正好今天上驱网搜索一点NDIS的资料，看到这个兄弟的blog贴了几篇NDIS的翻译文章，转过来先，留着慢慢看...&lt;img src ="http://blog.csdn.net/joshua_yu/aggbug/631915.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>