You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's likely you are running it in jupyter or something else that runs on an eventloop. Unfortunately since pyshark uses asyncio it's not possible to run it inside jupyter at the moment.
I got this message after trying like your test in the README file.
Here is my code :
`import pyshark
cap = pyshark.FileCapture(r"C:\Users\cache\Desktop\vlp16capture.pcap")
cap
print(cap[0])`
The text was updated successfully, but these errors were encountered: