فهرست منبع

add one more protocol

MX 1 سال پیش
والد
کامیت
ef60d7b809
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      subbrute_protocols.c
  2. 1 0
      subbrute_protocols.h

+ 1 - 0
subbrute_protocols.c

@@ -544,6 +544,7 @@ static const char* subbrute_protocol_file_types[] = {
     [LegrandFileProtocol] = "Legrand",
     [HollarmileProtocol] = "Hollarm",
     [GangQiFileProtocol] = "GangQi",
+    [Marantec24FileProtocol] = "Marantec24",
     [UnknownFileProtocol] = "Unknown"};
 
 /**

+ 1 - 0
subbrute_protocols.h

@@ -60,6 +60,7 @@ typedef enum {
     LegrandFileProtocol,
     HollarmileProtocol,
     GangQiFileProtocol,
+    Marantec24FileProtocol,
     UnknownFileProtocol,
     TotalFileProtocol,
 } SubBruteFileProtocol;