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

UDP Throughput calculation #25

Open new44ever opened 10 years ago

new44ever commented 10 years ago

I need to calculate the throughput over a trace contains only UDP packets. I try the program first but it terminated therefore I check the code and I find that: In throughput module class, the program check if the packet is part of TCP flow in line (2805). TCP or UDP has no effect in the remain of the code.

can you help me?

hgn commented 10 years ago

Hey @new44ever - captcp is designed for TCP. But as you already wrote the implementation is not TCP agnostic in every line of code. I will check the code path!