Skip to content

Deckard: use SOCKET_WRAPPER_PCAP_FILE facilities

Petr Špaček requested to merge pcap into master

Custom implementation of packet logging was replaced by SOCKET_WRAPPER_PCAP_FILE facilities. The main advantage is that it logs all the traffic including malformed packets, ICMP messages and so on.

As side-effect, this commit removes depedency on Python package dpkt.

Merge request reports