wireshark get stuck when executed via python win 10

asked 2023-02-16 15:11:28 +0000

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?

edit retag flag offensive close merge delete

Comments

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.

grahamb gravatar imagegrahamb ( 2023-02-16 16:06:10 +0000 )edit

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

testShark gravatar imagetestShark ( 2023-02-19 12:09:47 +0000 )edit