Skip to content
Snippets Groups Projects
Commit fc17fb92 authored by rswindell's avatar rswindell
Browse files

Dump hash lengths.

parent 184d3cf6
No related branches found
No related tags found
No related merge requests found
......@@ -606,6 +606,7 @@ void dump_hashes(void)
printf("\n");
printf("%-10s: %lu\n", "Number", hash.number);
printf("%-10s: %s\n", "Source", smb_hashsourcetype(hash.source));
printf("%-10s: %lu\n", "Length", hash.length);
printf("%-10s: %s\n", "Time", my_timestr((time_t*)&hash.time));
printf("%-10s: %x\n", "Flags", hash.flags);
if(hash.flags&SMB_HASH_CRC16)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment