add README

This commit is contained in:
Babak Farrokhi 2016-04-06 16:16:45 +04:30
parent 1f60c13c5d
commit 620f870532
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

23
prototype/README.md Normal file
View File

@ -0,0 +1,23 @@
# 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
# pcaputil.pl
Generates gnuplot definition file from a PCAP file to draw BPS and PPS graphs
## requirements
This script requires following modules to be installed from CPAN:
* Net::Pcap