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
#989 raised a question how to stop in the middle of sniff() before either timeout or count. After a lengthy discussion, #1999 was suggested as a permanent solution, but there is no documentation how to achieve this.
The goal is aligned with #989. Can we type CTRL-C and stop sniffing?
Ask: Document how to.
Scapy version
2.5.0rc1
Python version
3.9.6
Operating system
macOS 13
Additional environment information
No response
How to reproduce
In scapy,
>>> sniff(iface="en0", count=10)
Type CTRL-C
Actual result
No response
Expected result
No response
Related resources
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Brief description
#989 raised a question how to stop in the middle of
sniff()
before eithertimeout
orcount
. After a lengthy discussion, #1999 was suggested as a permanent solution, but there is no documentation how to achieve this.The goal is aligned with #989. Can we type CTRL-C and stop sniffing?
Ask: Document how to.
Scapy version
2.5.0rc1
Python version
3.9.6
Operating system
macOS 13
Additional environment information
No response
How to reproduce
In scapy,
Actual result
No response
Expected result
No response
Related resources
No response
The text was updated successfully, but these errors were encountered: