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

Error in extracting pcap wiles generated by WiFi 802.11ac using ns-3 #46

Open anathkr opened 6 years ago

anathkr commented 6 years ago

I am using captcp to extract tcp throughput for point to point protocol links (PPP) from pcap files. Now using same captcp, I am not able to extract WiFi 802.11ac pcap files which are of the type IEEE_11_RADIO (802.11 plus radiotap header). I have tried to add a line into captcp.py as: dpkt.pcap.DLT_IEEE802_11_RADIO: dpkt.ethernet.Ethernet But still it is generating error and I do not understand what I need to do. Please find attached out.pcap files. Please help me in this issue. Thanks!!

hgn commented 6 years ago

I will check this out! Can you post the stacktrace?