Update readme

This commit is contained in:
Preston Baxter 2024-02-06 23:23:19 -06:00
parent f7b36df3b7
commit df2b88a28a
1 changed files with 2 additions and 0 deletions

2
README
View File

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