Updating documentation

This commit is contained in:
Kaian 2013-06-24 17:36:22 +02:00
parent aa164cbe16
commit 669c03cd86
2 changed files with 12 additions and 2 deletions

2
README
View File

@ -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

View File

@ -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
<dl>
<dt>Why a new tool from network filtering?</dt>
@ -42,7 +52,7 @@ On most systems the commands to build will be the standard atotools procedure:
other related dialog.</dd>
<dt>I have found a bug, what should I do?</dt>
<dd>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.</dd>
Just write an issue at github and I will try to fix it.</dd>
<dt>I think the idea is better than the tool.</dt>
<dd> 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.</dd>