diff --git a/subbrute_protocols.c b/subbrute_protocols.c index b1351e0d65f..a139bca3e4b 100644 --- a/subbrute_protocols.c +++ b/subbrute_protocols.c @@ -327,6 +327,7 @@ static const char* subbrute_protocol_file_types[] = { [MagellanFileProtocol] = "Magellan", [IntertechnoV3FileProtocol] = "Intertechno_V3", [AnsonicFileProtocol] = "Ansonic", + [HoneywellFileProtocol] = "Honeywell", [UnknownFileProtocol] = "Unknown"}; /** diff --git a/subbrute_protocols.h b/subbrute_protocols.h index 8ecc951ca30..bfc6ed2a961 100644 --- a/subbrute_protocols.h +++ b/subbrute_protocols.h @@ -19,6 +19,7 @@ typedef enum { MagellanFileProtocol, IntertechnoV3FileProtocol, AnsonicFileProtocol, + HoneywellFileProtocol, UnknownFileProtocol, TotalFileProtocol, } SubBruteFileProtocol;