There is a delay for killing analyzer thread after sniffing ends. This is due to scapy's stop filter which is checked only after a packet is received, so the thread is waiting for packet on localhost which causes the delay. This is to be resolved soon.
There is a delay for killing analyzer thread after sniffing ends. This is due to scapy's stop filter which is checked only after a packet is received, so the thread is waiting for packet on localhost which causes the delay. This is to be resolved soon.