diff options
author | Toni <matzeton@googlemail.com> | 2023-06-22 13:07:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 13:07:32 +0200 |
commit | 167888828470d26a10252d67b62117f770341a5f (patch) | |
tree | 8755afb50eb2850054503227bc6ee2f911a21c5f /windows | |
parent | 8dbd591053274fc1faddc1eff355fda9f5ad79a5 (diff) |
Add Apache Thrift protocol dissector. (#2007)
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 ab1a88bd1..9206146c2 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -303,6 +303,7 @@ <ClCompile Include="..\src\lib\protocols\telnet.c" /> <ClCompile Include="..\src\lib\protocols\teredo.c" /> <ClCompile Include="..\src\lib\protocols\tftp.c" /> + <ClCompile Include="..\src\lib\protocols\thrift.c" /> <ClCompile Include="..\src\lib\protocols\tplink_shp.c" /> <ClCompile Include="..\src\lib\protocols\tuya_lp.c" /> <ClCompile Include="..\src\lib\protocols\tvuplayer.c" /> |