diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-03-06 21:59:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 19:59:09 +0100 |
commit | e2949048e0c5b2390a0a0f22e44ed29448f32dfe (patch) | |
tree | f48fac9b113c312f77ebf461b5dd9e1718947910 /windows/nDPI.vcxproj | |
parent | 21da53d3a03cad32dffa8447d9c4ae5bae62a3a2 (diff) |
Add Path of Exile protocol dissector (#2337)
* Add Path of Exile protocol dissector
* Update protocols.rst
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 d7da547d0..851cb3e37 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -369,6 +369,7 @@ <ClCompile Include="..\src\lib\protocols\dlep.c" /> <ClCompile Include="..\src\lib\protocols\bfd.c" /> <ClCompile Include="..\src\lib\protocols\netease_games.c" /> + <ClCompile Include="..\src\lib\protocols\path_of_exile.c" /> <ClCompile Include="..\src\lib\third_party\src\gcrypt_light.c" /> <ClCompile Include="..\src\lib\third_party\src\libcache.c" /> <ClCompile Include="..\src\lib\third_party\src\libinjection_html5.c" /> |