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:
parent
db5f1f36bd
commit
b56aec67e8
1 changed files with 5 additions and 2 deletions
|
@ -32,7 +32,7 @@ define Package/sngrep
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Telephony
|
SUBMENU:=Telephony
|
||||||
DEPENDS:=+libpcap +libpthread +libpcre +libncursesw
|
DEPENDS:=+libncursesw +libopenssl +libpcap +libpcre
|
||||||
TITLE:=Ncurses SIP messages flow viewer
|
TITLE:=Ncurses SIP messages flow viewer
|
||||||
URL:=https://github.com/irontec/sngrep
|
URL:=https://github.com/irontec/sngrep
|
||||||
endef
|
endef
|
||||||
|
@ -47,8 +47,11 @@ in one packet).
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-pcre \
|
--enable-eep \
|
||||||
|
--enable-ipv6 \
|
||||||
--enable-unicode \
|
--enable-unicode \
|
||||||
|
--with-openssl \
|
||||||
|
--with-pcre
|
||||||
|
|
||||||
define Package/sngrep/install
|
define Package/sngrep/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue