Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute error while parsing pcap file #47

Open
S-MaN14th opened this issue Mar 27, 2018 · 0 comments
Open

Attribute error while parsing pcap file #47

S-MaN14th opened this issue Mar 27, 2018 · 0 comments

Comments

@S-MaN14th
Copy link

File can be found at https://goo.gl/AWATmN
$captcp statistic file.pcap
Traceback (most recent call last):
File "/usr/bin/captcp", line 5868, in
sys.exit(captcp.run())
File "/usr/bin/captcp", line 5854, in run
ret = classinstance.process_final()
File "/usr/bin/captcp", line 4807, in process_final
self.process_final_data()
File "/usr/bin/captcp", line 4801, in process_final_data
self.rexmt_final(connection.sc1)
File "/usr/bin/captcp", line 4485, in rexmt_final
sc.user_data["tl-ps-avg"] = "%.2f" % numpy.mean(sc.user_data["_tl_pkt_sizes"])
AttributeError: 'NoneType' object has no attribute 'mean'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant