Scapy and MGCP

2015-06-30 Thread Devaki Chokshi (dchokshi)
Hello, As per reply received I have begun to use scapy for MGCP. I started off with reading a .pcap file with MGCP packets. For example: from scapy.all import * from scapy.utils import * from scapy.layers.mgcp import * mgcp_pkts = rdpcap("my-mgcp-capture.pcap") However, rdpcap() is returni

Re: Scapy and MGCP

2015-06-29 Thread Laura Creighton
In a message of Mon, 29 Jun 2015 20:06:05 -, "Devaki Chokshi (dchokshi)" wr ites: >Hello, > >As per reply received I have begun to use scapy for MGCP. > >I started off with reading a .pcap file with MGCP packets. > >For example: > >from scapy.all import * >from scapy.utils import * >from sca