hgn / captcp

A open source program for TCP analysis of PCAP files
http://research.protocollabs.com/captcp/
GNU General Public License v3.0
113 stars 40 forks source link

Time-Sequence Module plots - Make png #45

Open EricSotillo opened 8 years ago

EricSotillo commented 8 years ago

Hello people. When I use the module " TIMESECUENCE " I keep everything in a folder, that folder and income to do "make all" or "make png" displays on screen " compillation of time- sequence.gpi " and stays down waiting indefinitely . I check the time- code sequence.gpi and me is because the lines :

_1. load " data- arrow.data "

  1. load " data- arrow- retrans.data "
  2. load " data- arrow- sack.data "
  3. load " data- arrow- push.data "
  4. load " data- arrow- ece.data "
  5. load " data- arrow- cwr.data "_

If I comment that the scrip works, but do not think all that well as prints 3 equal lines .

Someone happens the same? What could we be doing? Thanks , I hope your help please

Comands: mkdir time captcp timesequence -i --zero -e -o time -f 1.1 eth1G2.pcap cd time make all

hgn commented 8 years ago

can you upload eth1G2.pcap? Or send to hagen@jauu.net

Thank you!

EricSotillo commented 8 years ago

Sorry for the late, I couldn't upload the files because I personal problem. Eth0G1: https://mega.nz/#!CRIVla6S!ti31BYQCyDfSU8TGmVt9qF5wqyTwtVcjg0Zl9OdRcaY Eth1G2: https://mega.nz/#!XAYxBIBD!ozpp1EKs7zdPkWiBIzMeWDr-9TMpmLc8R3vi-hWAwyY

The capture contains MPTCP protocol. I genereted trafic with iperf for 10', maybe it can be a lot of time and the capture very heavy? I'll try only 2 minutes

maybe it can be because the procotol is MPTCP, I don't know, I will try graph tcp normal.

I hope your help please. Thanks

EricSotillo commented 8 years ago

I tried with TCP normal, the problem continues.

i think is problem with the scrip time- code sequence.gpi with "load..."

I'll try find the solution.