| 123456789101112131415161718192021222324252627282930 |
- commit ef60d7b8096707e6255211c15cdcf0e04e3b5980
- Author: MX <10697207+xMasterX@users.noreply.github.com>
- Date: Fri Sep 6 12:36:57 2024 +0300
- add one more protocol
- diff --git a/subbrute_protocols.c b/subbrute_protocols.c
- index 574d5ca86..528cc4121 100644
- --- a/subbrute_protocols.c
- +++ b/subbrute_protocols.c
- @@ -544,6 +544,7 @@ static const char* subbrute_protocol_file_types[] = {
- [LegrandFileProtocol] = "Legrand",
- [HollarmileProtocol] = "Hollarm",
- [GangQiFileProtocol] = "GangQi",
- + [Marantec24FileProtocol] = "Marantec24",
- [UnknownFileProtocol] = "Unknown"};
-
- /**
- diff --git a/subbrute_protocols.h b/subbrute_protocols.h
- index 9dade49ef..9343d1236 100644
- --- a/subbrute_protocols.h
- +++ b/subbrute_protocols.h
- @@ -60,6 +60,7 @@ typedef enum {
- LegrandFileProtocol,
- HollarmileProtocol,
- GangQiFileProtocol,
- + Marantec24FileProtocol,
- UnknownFileProtocol,
- TotalFileProtocol,
- } SubBruteFileProtocol;
|