Brief description
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
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_cbExpected result
have no error when finished sniffer capture
Related resources
No response