diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-10-18 17:06:14 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-10-18 17:53:28 +0200 |
commit | a0bf9b493db93bc0ebe3017790261c01ff2eab2f (patch) | |
tree | c7c3f3385989cb43ceef6e9832c660645bf5c6cf /windows | |
parent | 01f384f7ff3a989c7765b880cdd8456a682bfb7c (diff) |
Add Remote Management Control Protocol (RMCP).add/rmcp
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'windows')
-rw-r--r-- | windows/nDPI.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj index 664e6ce57..7af9fece4 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -281,6 +281,7 @@ <ClCompile Include="..\src\lib\protocols\radius.c" /> <ClCompile Include="..\src\lib\protocols\rdp.c" /> <ClCompile Include="..\src\lib\protocols\redis_net.c" /> + <ClCompile Include="..\src\lib\protocols\rmcp.c" /> <ClCompile Include="..\src\lib\protocols\rsync.c" /> <ClCompile Include="..\src\lib\protocols\rtcp.c" /> <ClCompile Include="..\src\lib\protocols\rtmp.c" /> |