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 33
|
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-compat (= 13),
libgcrypt20-dev,
libgnutls28-dev | gnutls-dev,
libncurses-dev,
libpcap-dev,
libpcre2-dev,
Standards-Version: 4.6.2
Homepage: https://github.com/irontec/sngrep
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/sngrep/
Vcs-Git: https://salsa.debian.org/pkg-voip-team/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).
|