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
when I using Asnysniffer with filter, sometime the program will blocked at compile_filter, then when I stop Asynsniffer, there is no attribute stop_cb.
Scapy version
2.6.0
Python version
3.11
Operating system
ubuntu 20.04
Additional environment information
No response
How to reproduce
enable Asynsniffer
send some packet with scapy
stop Asynsniffer
Actual result
have no attribute stop_cb
Expected result
have no error when finished sniffer capture
Related resources
No response
The text was updated successfully, but these errors were encountered:
expect result is
raise Scapy_Exception(scapy.error.Scapy_Exception: Cannot set filter
real result is
raise Scapy_Exception(scapy.error.Scapy_Exception: Unsupported (offline or unsupported socket)
m8k7j
changed the title
code blocked at compile_filter in scapy
Incorrect Exception when linktype conflict with filter
Nov 11, 2024
Brief description
when I using Asnysniffer with filter, sometime the program will blocked at
compile_filter
, then when I stop Asynsniffer, there is no attributestop_cb
.Scapy version
2.6.0
Python version
3.11
Operating system
ubuntu 20.04
Additional environment information
No response
How to reproduce
Actual result
have no attribute
stop_cb
Expected result
have no error when finished sniffer capture
Related resources
No response
The text was updated successfully, but these errors were encountered: