forked from Mirrors/sngrep
Update readme
This commit is contained in:
parent
f7b36df3b7
commit
df2b88a28a
2
README
2
README
|
@ -1,6 +1,7 @@
|
|||
# sngrep [![Build Status](https://travis-ci.org/irontec/sngrep.svg)](https://travis-ci.org/irontec/sngrep)
|
||||
|
||||
sngrep is a tool for displaying SIP calls message flows from terminal.
|
||||
This fork also adds support for amqp based sip signaling. Details are below
|
||||
|
||||
It supports live capture to display realtime SIP packets and can also be used
|
||||
as PCAP viewer.
|
||||
|
@ -47,6 +48,7 @@ You can pass following flags to ./configure to enable some features
|
|||
| `--enable-unicode` | Adds Ncurses UTF-8/Unicode support (req. libncursesw5) |
|
||||
| `--enable-ipv6` | Enable IPv6 packet capture support. |
|
||||
| `--enable-eep` | Enable EEP packet send/receive support. |
|
||||
| `--enable-amqp` | Enable AMQP packet recieive support |
|
||||
|
||||
Instead of using autotools, sngrep could be build with CMake, e.g.:
|
||||
|
||||
|
|
Loading…
Reference in New Issue