aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--tap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tap.c b/tap.c
index 3f78c99..4dcff4f 100644
--- a/tap.c
+++ b/tap.c
@@ -463,6 +463,8 @@ resume:
if (c->no_icmp)
continue;
+ tap_packet_debug(iph, NULL, NULL, 0, NULL, 1);
+
packet_add(pkt, l4_len, l4h);
icmp_tap_handler(c, AF_INET, &iph->daddr, pkt, now);
continue;