Hi,
for sake of Vaclav's courage, let me introduce the "SIP Analysis &
Testing tools".
This is a set of very powerful utilities that may help you to do SIP
call flows analysis. It can do SIP dialogs and transactions matching and
analysis in large pcaps, create pretty call flow diagrams, check and
verify SIP message content (headers, parameters,..) and many more....
It's available on:
https://github.com/vkubart/sipat
For more details, please ask Vaclav Kubart (vaclav.kubart(a)iptel.org).
SIP Analysis & Testing tools
============================
This project offers set of tools for testing SIP.
Dependencies (ubuntu packages)
============
libosip2-dev
libpcap-dev
libxml2-dev
xsltproc
cfanal
======
Call flow analyzer able to draw call flows from PCAP and verify
callflows against given definition.
Usage:
cfanal -r captured-traffic.pcap -a 10.38.14.73=uac -a
10.38.14.74:5062=uas -print-cf drawing.cf
cf2svg drawing.cf drawing.svg
svg2png drawing.svg drawing.png
callflow_diagrams
=================
XSL template for painting call flow diagrams.
.....
Thank you Vaclav a lot!
-Vlada
this looks pretty serious to me:
CC (cc) [L libsrdb1.so.1.0] db_ut.o
db_ut.c: In function ‘db_str2time’:
db_ut.c:186: warning: implicit declaration of function ‘strptime’
db_ut.c:186: warning: comparison between pointer and integer
-- juha
Module: sip-router
Branch: master
Commit: 77d6e6697d8918dfd528046f74a2c97ce4b62a00
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77d6e66…
Author: Alex Hermann <alex(a)speakup.nl>
Committer: Alex Hermann <alex(a)speakup.nl>
Date: Mon Sep 5 17:24:47 2011 +0200
lib/srdb1: remove comments on db_val2pv_spec() that resulted from merge error
---
lib/srdb1/db_ut.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/lib/srdb1/db_ut.h b/lib/srdb1/db_ut.h
index 790780f..7702753 100644
--- a/lib/srdb1/db_ut.h
+++ b/lib/srdb1/db_ut.h
@@ -209,9 +209,6 @@ int db_print_set(const db1_con_t* _c, char* _b, const int _l,
/**
* Convert db_val_t to pv_spec_t
- *
- * On success, when the PV type is string and longer than 0 chars,
- * the string must be freed by the caller after use.
*
* \param msg sip msg structure
* \param dbval database value
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#147 - typo in parser/parse_param.c
User who did this - Timo Reimann (tr)
Reason for closing: Fixed
Additional comments about closing: Fixed by Sven Knoblich (sven.knoblich(a)1und1.de) on 5.9.2011.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=147
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.