From f8271f58d0f47f7a7ffa787512c227982eb4d6f2 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Tue, 23 Jun 2015 14:18:02 +0200 Subject: ripe-atlas-fw: imported version 4700 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- eperd/traceroute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eperd/traceroute.c') diff --git a/eperd/traceroute.c b/eperd/traceroute.c index fbeb025..26194c0 100644 --- a/eperd/traceroute.c +++ b/eperd/traceroute.c @@ -1860,7 +1860,7 @@ printf("curpacksize: %d\n", state->curpacksize); ind= ntohs(eicmp->icmp_id); if ((ind >> TRT_ICMP4_INSTANCE_ID_SHIFT) != instance_id) { - printf("wrong instance id\n"); + // printf("wrong instance id\n"); return; } ind &= ~TRT_ICMP4_INSTANCE_ID_MASK; @@ -2143,7 +2143,7 @@ printf("%s, %d: sin6_family = %d\n", __FILE__, __LINE__, state->sin6.sin6_family ind= ntohs(icmp->icmp_id); if ((ind >> TRT_ICMP4_INSTANCE_ID_SHIFT) != instance_id) { - printf("wrong instance id\n"); + // printf("wrong instance id\n"); return; } ind &= ~TRT_ICMP4_INSTANCE_ID_MASK; -- cgit v1.2.3