Hi I'm trying to sniff network with pyshark. I just want to capture the packet but pyshark does not capture any packet
Hi is the basic code and result
>>> cap = pyshark.LiveCapture(interface="wlan0")
>>> cap.sniff(timeout=20)
>>> cap
<LiveCapture (0 packets)>
Please help