Make status_display_machine_readable() use of hashcat_status_t

This commit is contained in:
jsteube
2016-10-18 00:13:40 +02:00
parent 89e3168280
commit c3266e363a
5 changed files with 54 additions and 135 deletions
+1
View File
@@ -21,6 +21,7 @@ int status_get_device_info_active (const hashcat_ctx_t *hashcat_ctx)
bool status_get_skipped_dev (const hashcat_ctx_t *hashcat_ctx, const int device_id);
char *status_get_session (const hashcat_ctx_t *hashcat_ctx);
char *status_get_status_string (const hashcat_ctx_t *hashcat_ctx);
int status_get_status_number (const hashcat_ctx_t *hashcat_ctx);
int status_get_input_mode (const hashcat_ctx_t *hashcat_ctx);
char *status_get_input_base (const hashcat_ctx_t *hashcat_ctx);
char *status_get_input_mod (const hashcat_ctx_t *hashcat_ctx);
+2 -1
View File
@@ -1500,7 +1500,8 @@ typedef struct
char *input_charset;
char *input_mod;
char *session;
char *status;
char *status_string;
int status_number;
char *time_estimated_absolute;
char *time_estimated_relative;
char *time_started_absolute;