1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: sngrep
Section: comm
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Alonso <kaian@irontec.com>,
Victor Seva <vseva@debian.org>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libgnutls28-dev | gnutls-dev,
libgcrypt11-dev,
libncurses5-dev,
libncursesw5-dev,
libpcap-dev,
libpcre3-dev
Standards-Version: 3.9.8
Homepage: https://github.com/irontec/sngrep
Vcs-git: https://anonscm.debian.org/git/pkg-voip/sngrep.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-voip/sngrep.git
Package: sngrep
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Ncurses SIP Messages flow viewer
sngrep displays SIP Messages grouped by Call-Id into flow
diagrams. It can be used as an offline pcap viewer or online
capture using libpcap functions.
.
It supports SIP UDP and TCP transports (when each message is
delivered in one packet).
.
|