The following parser functions have been rewritten to make use of input_tokenizer():

ikepsk_md5_parse_hash
ikepsk_sha1_parse_hash
This commit is contained in:
jsteube
2018-07-04 12:58:30 +02:00
parent afd5fa760c
commit 7e18ab05be
2 changed files with 141 additions and 97 deletions
-4
View File
@@ -1020,10 +1020,6 @@ typedef struct hccapx hccapx_t;
typedef enum display_len
{
DISPLAY_LEN_MIN_5300 = 48,
DISPLAY_LEN_MAX_5300 = 1024,
DISPLAY_LEN_MIN_5400 = 56,
DISPLAY_LEN_MAX_5400 = 1024,
DISPLAY_LEN_MIN_6300 = 6 + 1 + 8 + 22,
DISPLAY_LEN_MAX_6300 = 6 + 1 + 48 + 22,
DISPLAY_LEN_MIN_6400 = 9 + 2 + 1 + 16 + 1 + 43,