sngrep: update descriptions

- move the package to Utilities/Telephony
- title/description shamelessly copied from Debian

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2018-01-21 18:42:00 +01:00
parent 81507d30ba
commit db5f1f36bd

View file

@ -29,16 +29,21 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/sngrep define Package/sngrep
SECTION:=net SECTION:=utils
CATEGORY:=Network CATEGORY:=Utilities
SUBMENU:=Telephony
DEPENDS:=+libpcap +libpthread +libpcre +libncursesw DEPENDS:=+libpcap +libpthread +libpcre +libncursesw
TITLE:=Display SIP calls message flows TITLE:=Ncurses SIP messages flow viewer
URL:=https://github.com/irontec/sngrep URL:=https://github.com/irontec/sngrep
endef endef
define Package/sngrep/description define Package/sngrep/description
sngrep is a tool for displaying SIP calls message flows from terminal. sngrep displays SIP messages grouped by Call-Id into flow diagrams. It
It supports live capture to display realtime SIP packets and can also be used as PCAP viewer. can be used as an offline pcap viewer or for online capture using
libpcap functions.
It supports SIP UDP and TCP transports (when each message is delivered
in one packet).
endef endef
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \