From 620f8705321ce32b9db775c44fc048e599944fed Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Wed, 6 Apr 2016 16:16:45 +0430 Subject: [PATCH] add README --- prototype/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 prototype/README.md diff --git a/prototype/README.md b/prototype/README.md new file mode 100644 index 0000000..9ce3d75 --- /dev/null +++ b/prototype/README.md @@ -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 +