diff --git a/README b/README index 2097391..c02035a 100644 --- a/README +++ b/README @@ -69,7 +69,7 @@ --- --- Q: I have found a bug, what should I do? --- A: There are LOTS of bugs. The strange thing will be you haven't found one. ---- Just write me an email to kaian@irontec.com and will try to fix it. +--- Just write an issue at github and I will try to fix it. --- --- Q: I think the idea is better than the tool. --- A: I think that too. If you want to start a new tool with the same purpose diff --git a/README.md b/README.md index 8bde873..e81e7cb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,16 @@ On most systems the commands to build will be the standard atotools procedure: make make install (as root) +## Usage + +sngrep can be used to view SIP packages from a pcap file + + sngrep file.pcap + +or online parsing using ngrep filters and parameters (man ngrep for a full list) + + sngrep -O file.pcap port 5060 and udp and host 192.168.8.101 + ## Frequent Asked Questions
Why a new tool from network filtering?
@@ -42,7 +52,7 @@ On most systems the commands to build will be the standard atotools procedure: other related dialog.
I have found a bug, what should I do?
There are LOTS of bugs. The strange thing will be you haven't found one. - Just write me an email to kaian@irontec.com and will try to fix it.
+ Just write an issue at github and I will try to fix it.
I think the idea is better than the tool.
I think that too. If you want to start a new tool with the same purpose send me an email, I'll want to contribute.