mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Update pyshark_example.py
This commit is contained in:
parent
afc057c0d1
commit
c27ac7f7ff
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@
|
|||
import pyshark
|
||||
|
||||
for packet in capture.sniff_continuously(packet_count=5):
|
||||
print (You just captured a packet:', packet)
|
||||
print ('You just captured a packet:', packet)
|
||||
|
|
Loading…
Reference in a new issue