diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-09-18 14:06:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 14:06:09 +0200 |
commit | 6925890383659b01cad4322d7051d2710bc9b723 (patch) | |
tree | 6093b08a184144a2e9489043d11f9b635ebe33c0 /windows/nDPI.vcxproj.filters | |
parent | 70814002a98ec52deda2ff61ac03613916c3efeb (diff) |
Add support for (un-encrypted) HTTP/2 (#2087)
Plaintext HTTP/2 is quite rare on the general "internet" but it is
used in some private networks (example: 5G core network)
Diffstat (limited to 'windows/nDPI.vcxproj.filters')
-rw-r--r-- | windows/nDPI.vcxproj.filters | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters index 27af4a9de..2931112a4 100644 --- a/windows/nDPI.vcxproj.filters +++ b/windows/nDPI.vcxproj.filters @@ -32,6 +32,7 @@ <ClCompile Include="..\src\lib\protocols\h323.c" /> <ClCompile Include="..\src\lib\protocols\halflife2_and_mods.c" /> <ClCompile Include="..\src\lib\protocols\http.c" /> + <ClCompile Include="..\src\lib\protocols\http2.c" /> <ClCompile Include="..\src\lib\protocols\iax.c" /> <ClCompile Include="..\src\lib\protocols\icecast.c" /> <ClCompile Include="..\src\lib\protocols\ipp.c" /> |