pcap deadlock
Due to stale fd we may call swrap_write() from within swrap_pcap_dump_packet(), which means we'll most likely deadlock and abort in SWRAP_LOCK_SI(si) as that currently uses a single mutex.
Due to stale fd we may call swrap_write() from within swrap_pcap_dump_packet(), which means we'll most likely deadlock and abort in SWRAP_LOCK_SI(si) as that currently uses a single mutex.