Skip to content

Commit

Permalink
add one more protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Sep 6, 2024
1 parent 34f1652 commit ef60d7b
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 @@ -544,6 +544,7 @@ static const char* subbrute_protocol_file_types[] = {
[LegrandFileProtocol] = "Legrand",
[HollarmileProtocol] = "Hollarm",
[GangQiFileProtocol] = "GangQi",
[Marantec24FileProtocol] = "Marantec24",
[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 @@ -60,6 +60,7 @@ typedef enum {
LegrandFileProtocol,
HollarmileProtocol,
GangQiFileProtocol,
Marantec24FileProtocol,
UnknownFileProtocol,
TotalFileProtocol,
} SubBruteFileProtocol;
Expand Down

0 comments on commit ef60d7b

Please sign in to comment.