Ncurses SIP Messages flow viewer- but with amqp support
Go to file
2014-10-29 16:47:43 +01:00
config Fixed displaying resolved addresses in all panels 2014-10-29 16:47:43 +01:00
debian Code cleanup for 0.1.0 release 2014-10-21 17:53:25 +02:00
doc Fixed displaying resolved addresses in all panels 2014-10-29 16:47:43 +01:00
src Fixed displaying resolved addresses in all panels 2014-10-29 16:47:43 +01:00
.gitignore Fixed displaying resolved addresses in all panels 2014-10-29 16:47:43 +01:00
aclocal.m4 Remove fake ngrep 2014-10-24 17:41:46 +02:00
AUTHORS Initial commit 2013-06-20 19:11:33 +02:00
ChangeLog Code cleanup for 0.1.0 release 2014-10-21 17:53:25 +02:00
configure Improve configure error message for Openssl 2014-10-27 15:04:07 +01:00
configure.ac Improve configure error message for Openssl 2014-10-27 15:04:07 +01:00
COPYING Initial commit 2013-06-20 19:11:33 +02:00
depcomp Initial commit 2013-06-20 19:11:33 +02:00
Doxyfile Comments added for Doxygen 2014-10-27 13:50:02 +01:00
INSTALL Initial commit 2013-06-20 19:11:33 +02:00
install-sh Initial commit 2013-06-20 19:11:33 +02:00
LICENSE Documented for Doxygen 2013-06-24 19:52:56 +02:00
Makefile.am Install template config file in sysconfdir 2014-03-14 14:09:03 +01:00
Makefile.in Remove fake ngrep 2014-10-24 17:41:46 +02:00
missing Initial commit 2013-06-20 19:11:33 +02:00
NEWS Initial commit 2013-06-20 19:11:33 +02:00
README Initial TLS1.0 support 2014-10-23 16:54:59 +02:00
README.md Code cleanup for 0.1.0 release 2014-10-21 17:53:25 +02:00
TODO Code cleanup for 0.1.0 release 2014-10-21 17:53:25 +02:00

sngrep

sngrep is a tool for displaying SIP calls message flows.

It supports live capture to display realtime SIP packets and can also be used as PCAP viewer.

Prerequisites

  • libncurse5 - for UI , windows, panels.
  • libpcap - for capturing packets.

Installing

On most systems the commands to build will be the standard atotools procedure:

./configure
make
make install (as root)

If you dont want to use libpcap (because is not available in your system or don't want to install more development libraries), you can use release 0.0.0 available at https://github.com/irontec/sngrep/releases

Usage

sngrep can be used to view SIP packets from a pcap file

sngrep file.pcap

or live capturing

sngrep port 5060 and udp

You can configure some options using a sngreprc file

Frequent Asked Questions

Why a new tool from network filtering?
Don't know. I didn't find any console tool that will display call flows.
Extended Call flow window doesn't work
If you want to make relations between different dialogs (extended callflow) a header must be present in of the dialogs referencing the other one. This header can be X-CID or X-Call-ID and must contain the Call-ID of the other related dialog.

License

sngrep - SIP Messages flow viewer
Copyright (C) 2013,2014 Irontec S.L.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.