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

Error parsing pcap file #49

Open
bzImage opened this issue Nov 9, 2019 · 0 comments
Open

Error parsing pcap file #49

bzImage opened this issue Nov 9, 2019 · 0 comments

Comments

@bzImage
Copy link

bzImage commented Nov 9, 2019

$ captcp statistic 500M.pcap
# captcp 2010-2013 Hagen Paul Pfeifer and others (c)
# http://research.protocollabs.com/captcp/
Traceback (most recent call last):
  File "/usr/bin/captcp", line 6054, in <module>
    sys.exit(captcp.run())
  File "/usr/bin/captcp", line 6040, in run
    ret = classinstance.process_final()
  File "/usr/bin/captcp", line 4993, in process_final
    self.process_final_data()
  File "/usr/bin/captcp", line 4987, in process_final_data
    self.rexmt_final(connection.sc1)
  File "/usr/bin/captcp", line 4671, 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