notify user when Deckard is running under load
Deckard's responses to resolvers might be delayed due to load which leads the resolver to close the port and to the test failing in the end. We partially detect these by checking the PCAP for ICMP packets.
This adds new pip
dependency (dpkt
) so re-build of Docker images will be necessary (@tkrizek).