Add the ability to dump all traffic going through route() over a control connection.
[tinc] / src / route.h
index cfe39e4..5af2a09 100644 (file)
@@ -42,6 +42,7 @@ extern bool directonly;
 extern bool overwrite_mac;
 extern bool priorityinheritance;
 extern int macexpire;
+extern bool pcap;
 
 extern mac_t mymac;