diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-01-17 21:55:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 21:55:38 +0100 |
commit | ccc5a207100831df07c2dc9733837e731de86938 (patch) | |
tree | a7d136edaab3060aa32e817e4408b3bc7beefb66 /windows/nDPI.vcxproj | |
parent | 470eaa6ff388435d7233ff2680e3ea013068d1fe (diff) |
Add detection of Tailscale (#1857)
Extend the example of wireguard traffic
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 09da6e5fa..0bf68c8f8 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -287,6 +287,7 @@ <ClCompile Include="..\src\lib\protocols\steam.c" /> <ClCompile Include="..\src\lib\protocols\stun.c" /> <ClCompile Include="..\src\lib\protocols\syslog.c" /> + <ClCompile Include="..\src\lib\protocols\tailscale.c" /> <ClCompile Include="..\src\lib\protocols\tcp_udp.c" /> <ClCompile Include="..\src\lib\protocols\teamspeak.c" /> <ClCompile Include="..\src\lib\protocols\teamviewer.c" /> |