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

no matching handler #50

Open
pszumelda opened this issue Jun 17, 2019 · 1 comment
Open

no matching handler #50

pszumelda opened this issue Jun 17, 2019 · 1 comment

Comments

@pszumelda
Copy link

I am writing some pcap reader

from pypacker import ppcap

for ts, buf in preader:
    cache.manager(buf, ts)

Unfortunatelly for some pcaps I am getting

Traceback (most recent call last):
  File "C:/Users/p001/PycharmProjects/pyprobe/pcapreader.py", line 20, in <module>
    preader = ppcap.Reader(filename="ez.pcap")
  File "C:\Python\Python3.7.3\lib\site-packages\pypacker\ppcap.py", line 305, in __init__
    super().__init__(filename, PcapHandler.MODE_READ, **initdata)
  File "C:\Python\Python3.7.3\lib\site-packages\pypacker\ppcap.py", line 239, in __init__
    raise Exception("no matching handler found")
Exception: no matching handler found

Thanks,
Pawe

@mike01
Copy link
Owner

mike01 commented Jun 17, 2019

Hi, thanks for your message. This respository has become staled due to relocation to GitLab (see main page of this repository). Visit https://gitlab.com/mike01/pypacker for up-to-date versions.

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

2 participants