--- trunk/darkstattype.c 2014/03/19 08:49:18 3 +++ trunk/darkstattype.c 2014/03/19 09:13:57 5 @@ -97,6 +97,7 @@ void show_version(void) void show_version(void) { puts("darkstattype 1.0"); + puts("$Ximalas$"); puts(""); puts("Copyright © 2014, Trond Endrestøl "); @@ -585,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();