From dc90c8867cd39a42c85ee15d711b84c7206677cf Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 28 May 2012 19:05:02 +0000 Subject: Report connection id missmatch count --- ot_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_udp.c') diff --git a/ot_udp.c b/ot_udp.c index b79bc76..603a4e2 100644 --- a/ot_udp.c +++ b/ot_udp.c @@ -38,7 +38,7 @@ static void udp_generate_rijndael_round_key() { static void udp_make_connectionid( uint32_t connid[4], const ot_ip6 remoteip ) { uint32_t plain[4], crypt[4]; int age, i; - +for( i=0; i<16; ++i ) fprintf( stderr, "%02uX ", (uint8_t)remoteip[i] ); fprintf(stderr, "\n" ); if( g_now_minutes + 60 > g_hour_of_the_key ) { g_hour_of_the_key = g_now_minutes; g_key_of_the_hour[1] = g_key_of_the_hour[0]; -- cgit v1.2.3