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)
commit453c44e7b27d4259461795ab4ec6ef264085dd28
treecb28e1593fdb507a5aa3df809dab1caf2496a515
parent54c900e961de6065f607f5661edeb7c84be29ea5
Add the ability to dump all traffic going through route() over a control connection.

One can get the packet stream in pcap format, which can be decoded using
tcpdump, for example:

tincctl -n <netname> pcap | tcpdump -r -
src/connection.h
src/control.c
src/control_common.h
src/route.c
src/route.h
src/tincctl.c