mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 21:24:35 +04:00
sngrep: add some features
This commit enables support for: - IPv6 - Homer export - TLS Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -32,7 +32,7 @@ define Package/sngrep
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Telephony
|
||||
DEPENDS:=+libpcap +libpthread +libpcre +libncursesw
|
||||
DEPENDS:=+libncursesw +libopenssl +libpcap +libpcre
|
||||
TITLE:=Ncurses SIP messages flow viewer
|
||||
URL:=https://github.com/irontec/sngrep
|
||||
endef
|
||||
@@ -47,8 +47,11 @@ in one packet).
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--with-pcre \
|
||||
--enable-eep \
|
||||
--enable-ipv6 \
|
||||
--enable-unicode \
|
||||
--with-openssl \
|
||||
--with-pcre
|
||||
|
||||
define Package/sngrep/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
||||
Reference in New Issue
Block a user