Skip to content

Commit

Permalink
Merge pull request #4 from s0u7f1r3/honeywell
Browse files Browse the repository at this point in the history
add honeywell protocol
  • Loading branch information
derskythe authored Dec 18, 2022
2 parents f47f826 + d1f29e8 commit b6db4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions subbrute_protocols.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ static const char* subbrute_protocol_file_types[] = {
[MagellanFileProtocol] = "Magellan",
[IntertechnoV3FileProtocol] = "Intertechno_V3",
[AnsonicFileProtocol] = "Ansonic",
[HoneywellFileProtocol] = "Honeywell",
[UnknownFileProtocol] = "Unknown"};

/**
Expand Down
1 change: 1 addition & 0 deletions subbrute_protocols.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ typedef enum {
MagellanFileProtocol,
IntertechnoV3FileProtocol,
AnsonicFileProtocol,
HoneywellFileProtocol,
UnknownFileProtocol,
TotalFileProtocol,
} SubBruteFileProtocol;
Expand Down

0 comments on commit b6db4f5

Please sign in to comment.