Add the ability to dump all traffic going through route() over a control connection.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 22 May 2011 12:17:30 +0000 (14:17 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 22 May 2011 12:17:30 +0000 (14:17 +0200)
One can get the packet stream in pcap format, which can be decoded using
tcpdump, for example:

tincctl -n <netname> pcap | tcpdump -r -


No differences found