sipcap/prototype/README.md

25 lines
430 B
Markdown
Raw Normal View History

2016-04-06 16:16:45 +04:30
# sipdump.pl
Extracts SIP traffic packets from a given PCAP file
## requirements
This script requires following modules to be installed from CPAN:
* Net::Pcap
* Net::Frame
* Net::Packet::Layer7
2016-04-06 16:20:41 +04:30
* Net::SIP
2016-04-06 16:16:45 +04:30
# pcaputil.pl
2016-04-06 16:20:41 +04:30
Generates [gnuplot](http://www.gnuplot.info/) definition file from a PCAP file to draw BPS and PPS graphs
2016-04-06 16:16:45 +04:30
## requirements
This script requires following modules to be installed from CPAN:
* Net::Pcap