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
|
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 (= 12),
libgnutls28-dev | gnutls-dev,
libgcrypt20-dev,
libncurses5-dev,
libncursesw5-dev,
libpcap-dev,
libpcre3-dev
Standards-Version: 4.4.1.2
Homepage: https://github.com/irontec/sngrep
Vcs-git: https://salsa.debian.org/pkg-voip-team/sngrep.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/sngrep/
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).
|