Initial commit
[hashcat.git] / include / types.h
index e5b09c7..732c3e5 100644 (file)
@@ -127,6 +127,15 @@ typedef struct
 
 } krb5pa_t;
 
+typedef struct
+{
+  uint account_info[512];
+  uint checksum[4];
+  uint edata2[2560];
+  uint edata2_len;
+
+} krb5tgs_t;
+
 typedef struct
 {
   uint salt_buf[16];
@@ -1189,6 +1198,7 @@ typedef struct
   uint    quiet;
   uint    force;
   uint    benchmark;
+  uint    benchmark_repeats;
   uint    runtime;
   uint    remove;
   uint    remove_timer;