wireshark get stuck when executed via python win 10
when execute wireshark using python, wireshark open via relevant interpenter... but then get 'stuck'. i am working on win 10, anyone encountered somthing like this?
Do you really mean Wireshark and not tshark? There is a Python package, pyshark that works with tshark.
Maybe it would help if you describe what you want to achieve rather than how you think it should be done.
Hi, I am trying to capture the network traffic between sdk and server using appium and hopefully to make assertions on the captured content. When i try to use pyshark package i get (partially initialized module 'pyshark' has no attribute 'LiveCapture' (most likely due to a circular import)) I am new to python and appium. Thanx in advance