diff options
author | Toni <matzeton@googlemail.com> | 2023-04-11 14:31:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 14:31:57 +0200 |
commit | bebcce528149cbd8255fc26ab1d3661bf7589fcc (patch) | |
tree | 5dcd2fcab5869d520524a9e2a81340dd3d985194 /windows/nDPI.vcxproj | |
parent | 9ba16a4837718152691b1099e80c9bc6f7194c25 (diff) |
Added Source Engine dissector. (#1937)
Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'windows/nDPI.vcxproj')
-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 a611380d2..2e0960073 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -282,6 +282,7 @@ <ClCompile Include="..\src\lib\protocols\skype.c" /> <ClCompile Include="..\src\lib\protocols\smb.c" /> <ClCompile Include="..\src\lib\protocols\socks45.c" /> + <ClCompile Include="..\src\lib\protocols\source_engine.c" /> <ClCompile Include="..\src\lib\protocols\spotify.c" /> <ClCompile Include="..\src\lib\protocols\ssdp.c" /> <ClCompile Include="..\src\lib\protocols\ssh.c" /> |