--- trunk/darkstattype.c 2014/03/19 08:51:24 4 +++ trunk/darkstattype.c 2014/03/19 09:13:57 5 @@ -586,7 +586,7 @@ void decode_protos_data(void) indent(); print_indentation(); - printf("Protocol 0x%x\n", proto); + printf("Protocol 0x%02x\n", proto); in = read64u();