-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
44 lines (25 loc) · 798 Bytes
/
README
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
34
35
36
37
38
39
40
41
42
43
44
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.
Installation
============
make install prefix=~/sw ... to install into specified directory instead of /usr/local
TODO
====
- documentation for cfanal including examples of pcap callflow drawing & verification