Which .NET library / wrapper do you recommend for sniffing packets ? - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T14:57:04Zhttp://stackoverflow.com/feeds/question/742024http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/742024/which-net-library-wrapper-do-you-recommend-for-sniffing-packets1Which .NET library / wrapper do you recommend for sniffing packets ?dr. evil2009-04-12T16:35:14Z2009-04-12T17:10:36Z
<p>As far as I understand all sniffing libraries in .NET just a wrapper around WinpCap, which is OK. If you know any other better option please write as answer.</p>
<p>Have you used any of them? Which one is the best according to your experience?</p>
<p><em>I'm only looking for libraries which have commercial friendly licenses, Also commercial libraries are OK as soon as they got a decent price tag</em></p>
http://stackoverflow.com/questions/742024/which-net-library-wrapper-do-you-recommend-for-sniffing-packets/742065#7420651Answer by John Saunders for Which .NET library / wrapper do you recommend for sniffing packets ?John Saunders2009-04-12T17:10:36Z2009-04-12T17:10:36Z<p>Why not use <a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=216" rel="nofollow">Microsoft Network Monitor</a>? It's free, supported, and has an API you can use, in addition to a set of parsers available on <a href="http://www.CodePlex.com/NMParsers" rel="nofollow">CodePlex</a>.</p>