diff --git a/.gitignore b/.gitignore index c1c8edd..e755bc4 100644 --- a/.gitignore +++ b/.gitignore @@ -230,3 +230,6 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +# Rider +.idea/ diff --git a/README.md b/README.md index 1ca361f..c0742a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Snifter ======= +[![NuGet](https://img.shields.io/nuget/v/Snifter.svg)](https://www.nuget.org/packages/Snifter) +
@@ -14,8 +16,8 @@ Snifter |
- Snifter is a raw socket IP packet capturing tool for Windows and Linux, with a tiny CPU and memory footprint. -Output is written in PCAPNG format, and you can filter captured packets based on protocol, source/destination address and source/destination port. +Snifter is a raw socket IP packet capturing library/app for Windows and Linux, with a tiny CPU and memory footprint. +Output can be written to PCAPNG files, and you can filter captured packets based on protocol, source/destination address and source/destination port. |