Which .NET library / wrapper do you recommend for sniffing packets ? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T14:57:04Z http://stackoverflow.com/feeds/question/742024 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/742024/which-net-library-wrapper-do-you-recommend-for-sniffing-packets 1 Which .NET library / wrapper do you recommend for sniffing packets ? dr. evil 2009-04-12T16:35:14Z 2009-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#742065 1 Answer by John Saunders for Which .NET library / wrapper do you recommend for sniffing packets ? John Saunders 2009-04-12T17:10:36Z 2009-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>