Re: want to export some of the packets from a big pacp file to another file.

2018-04-07 Thread supswain
Hi Anders, Actually in my setup I am capturing packets from Spirent using wire-shark and need to parse those captured files using python code. Sometimes captured .pcap file is too big so parsing each packet one by one is being too time consuming during TC automation. So instead of that I was s

Re: want to export some of the packets from a big pacp file to another file.

2018-04-05 Thread Grant Edwards
On 2018-04-05, supsw...@gmail.com wrote: > Hi, > > I am using dpkt python package to parse .pcap file and I am able to do > successfully. > > My requirement is to filter some of the traffic from the big .pcap > file and to export the result to another file. > > I don't know how to do this. The e

Re: want to export some of the packets from a big pacp file to another file.

2018-04-05 Thread Anders Wegge Keller
På Thu, 5 Apr 2018 08:06:10 -0700 (PDT) supsw...@gmail.com skrev: > Hi, > > I am using dpkt python package to parse .pcap file and I am able to do > successfully. > > My requirement is to filter some of the traffic from the big .pcap file > and to export the result to another file. > > I don't k