diff options
author | Yossi Neiman <mishehu+sbo@shavedgoats.net> | 2023-10-09 19:52:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-09 21:30:35 +0700 |
commit | 427df43f388c55fc8e5d92abfd6b1166a23c363b (patch) | |
tree | bef23d74e2e68b7f58c515416176ac875d607934 /network/sngrep/README | |
parent | 757aba9192395ab3faa37eb60cddfe28ef4d88df (diff) |
network/sngrep: Added (SIP analysis tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sngrep/README')
-rw-r--r-- | network/sngrep/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/network/sngrep/README b/network/sngrep/README new file mode 100644 index 0000000000000..512a0026527d8 --- /dev/null +++ b/network/sngrep/README @@ -0,0 +1,17 @@ +sngrep is a tool for displaying SIP calls message flows from terminal. + +It supports live capture to display realtime SIP packets and can also +be used as PCAP viewer. + +The following options are available for compilation: + +ENABLE_IPV6: Default is yes, adds IPv6 support. Setting this + variable to any value other than yes will disable IPv6 support. + +OPENSSL_TLS: Default is yes, uses OpenSSL for TLS support. Setting + this variable to any value other than yes results in gnutls being + used instead for TLS support. + +PCRE2: Default is yes, uses pcre2 for regex support. Setting this + variable to any value other than yes results in the use of pcre + instead for regex support. |