aboutsummaryrefslogtreecommitdiff
path: root/windows/nDPI.vcxproj
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2024-01-15 19:03:46 +0100
committerLuca <deri@ntop.org>2024-01-15 19:03:46 +0100
commit162c38f18f81a4e069db5f957c13f68c2cdc9b89 (patch)
tree33555b3e246c83832c0e3a99fda75912ba686461 /windows/nDPI.vcxproj
parent61a18623e71626b4c9197f171ca219fae6f5792b (diff)
Added new API calls
- ndpi_load_domain_suffixes() - ndpi_get_host_domain_suffix() whose goal is to find the domain name of a hostname. Example: www.bbc.co.uk -> co.uk mail.apple.com -> com
Diffstat (limited to 'windows/nDPI.vcxproj')
-rw-r--r--windows/nDPI.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj
index 3205829f4..ac7089067 100644
--- a/windows/nDPI.vcxproj
+++ b/windows/nDPI.vcxproj
@@ -132,6 +132,7 @@
<ClCompile Include="..\src\lib\ndpi_memory.c" />
<ClCompile Include="..\src\lib\ndpi_serializer.c" />
<ClCompile Include="..\src\lib\ndpi_utils.c" />
+ <ClCompile Include="..\src\lib\ndpi_domains.c" />
<ClCompile Include="..\src\lib\ndpi_binary_bitmap.c" />
<ClCompile Include="..\src\lib\ndpi_hash.c" />
<ClCompile Include="..\src\lib\ndpi_domain_classify.c" />