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

About 802.11 pcap files #16

Closed YohaanYoon closed 10 years ago

YohaanYoon commented 10 years ago

Hello!

Thank you for implementing the captcp.

I have a small question. I am not sure whether bug or not.

When I was running on captcp about 802.11 pcap files, captcp had a error following as: captcp 2010-2013 Hagen Paul Pfeifer and others (c) http://research.protocollabs.com/captcp/ Packet link type not know (105)! Interpret at Ethernet now - but be carefull! Traceback (most recent call last): File "captcp.py", line 5225, in sys.exit(captcp.run()) File "captcp.py", line 5196, in run pcap_parser.run() File "captcp.py", line 574, in run packet = self.decode(pkt) File "C:\Python27\lib\site-packages\dpkt\dpkt.py", line 75, in init raise NeedData dpkt.dpkt.NeedData

As I know the dpkt in python, dpkt have supported 802.11 (i.e. dpkt.ieee80211.IEEE80211). But, PcapParser class in source does not support 802.11.

why does not captcp support 802.11? please consider the 802.11 pcap.

Thank you in advance.