summaryrefslogtreecommitdiff
path: root/package/Config.in
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-01-25 09:54:46 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-01-26 21:48:17 +1300
commitbf09290977a5b43f53479dd52777fde0bb20bf5a (patch)
treed8f0242e7ad39a81a7fa8ac9c865f03de0d202e4 /package/Config.in
parent710b0fe45af68a8980469dd2bf5320bc6d71b719 (diff)
sngrep: new package
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. Signed-off-by: Adam Duskett <aduskett@codeblue.com> [Thomas: - ncurses wide char and other sub-options are not needed to build sngrep, so they are removed, as well as the wchar dependency. ncurses with wchar support is only needed when --enable-unicode is passed, but even then, it doesn't work because the configure script searches <ncursesw/ncurses.h>, so unicode support has been explicitly disabled. - add optional dependencies on OpenSSL, GnuTLS and PCRE. This also makes sure they are explicitly enabled/disabled depending on the configuration. - add upstream URL in Config.in file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 0023e7bee..f48b89454 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1626,6 +1626,7 @@ endif
source "package/shairport-sync/Config.in"
source "package/shellinabox/Config.in"
source "package/smcroute/Config.in"
+ source "package/sngrep/Config.in"
source "package/socat/Config.in"
source "package/socketcand/Config.in"
source "package/softether/Config.in"