cocowalla / Snifter

Snifter is a raw socket IP packet capturing library/app for Windows, with a tiny CPU and memory footprint
Apache License 2.0
43 stars 17 forks source link

Split out functionality into a library [feature-request] #8

Closed cocowalla closed 4 years ago

cocowalla commented 4 years ago

Split out the functionality into a library, so we'd have 2 projects: the library, and command line tool.

Library to go in NuGet.

Idea is that others could use the library for their own use cases.

jjxtra commented 4 years ago

Great idea, for now I just copy source into my project :)