diff options
author | Toni <matzeton@googlemail.com> | 2023-12-13 19:55:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 19:55:18 +0100 |
commit | ef62391dba4814ab840539406f276685ba8535f1 (patch) | |
tree | 63747aef9ada5faafdec2807a63f5d23034228e5 /windows | |
parent | bda037c57f604d26e6566b35f512aabe9d97a32b (diff) |
Add Monero protocol classification. (#2196)
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 292f3f9fb..4363d45d8 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -260,6 +260,7 @@ <ClCompile Include="..\src\lib\protocols\maplestory.c" /> <ClCompile Include="..\src\lib\protocols\megaco.c" /> <ClCompile Include="..\src\lib\protocols\mgcp.c" /> + <ClCompile Include="..\src\lib\protocols\monero.c" /> <ClCompile Include="..\src\lib\protocols\mpegts.c" /> <ClCompile Include="..\src\lib\protocols\mqtt.c" /> <ClCompile Include="..\src\lib\protocols\mssql_tds.c" /> |