Add support for the medium complexity sample memcached that provides an in-memory cache accessible over TCP. This PR adds the new pcap comparator, #10, and the corresponding method of capturing network traffic during sample execution, #73.
Capturing the pcap is done by tcpdump which has to be configured to allow normal users run it without sudo. This is documented in the README and is required because DIFFER would be unable to terminate tcpdump if it was started via sudo.
Add support for the medium complexity sample
memcached
that provides an in-memory cache accessible over TCP. This PR adds the new pcap comparator, #10, and the corresponding method of capturing network traffic during sample execution, #73.Capturing the pcap is done by
tcpdump
which has to be configured to allow normal users run it withoutsudo
. This is documented in the README and is required because DIFFER would be unable to terminatetcpdump
if it was started via sudo.