Skip to content

Commit d1f29e8

Browse files
mokermoker
moker
authored and
moker
committedDec 18, 2022
add honeywell protocol
1 parent f47f826 commit d1f29e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎subbrute_protocols.c

+1
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ static const char* subbrute_protocol_file_types[] = {
327327
[MagellanFileProtocol] = "Magellan",
328328
[IntertechnoV3FileProtocol] = "Intertechno_V3",
329329
[AnsonicFileProtocol] = "Ansonic",
330+
[HoneywellFileProtocol] = "Honeywell",
330331
[UnknownFileProtocol] = "Unknown"};
331332

332333
/**

‎subbrute_protocols.h

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ typedef enum {
1919
MagellanFileProtocol,
2020
IntertechnoV3FileProtocol,
2121
AnsonicFileProtocol,
22+
HoneywellFileProtocol,
2223
UnknownFileProtocol,
2324
TotalFileProtocol,
2425
} SubBruteFileProtocol;

0 commit comments

Comments
 (0)
Please sign in to comment.