From 248f3d55884883d0d879d3363bc8e560706cae37 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:23:44 +0300 Subject: Rework Steam detection (part 1) (#2264) * Clean up Steam dissector * Add Steam Datagram Relay dissector * Update docs * Update test results * Remove csgo.c from MSVC project * Small fixes * Add Steam TLS pcap sample * Merge Steam pcap samples into single one * Fix typo * Update test results --- windows/nDPI.vcxproj | 2 +- windows/nDPI.vcxproj.filters | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj index ac7089067..d6e44bf87 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -157,7 +157,6 @@ - @@ -355,6 +354,7 @@ + diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters index d82e9cda8..1594dc65e 100644 --- a/windows/nDPI.vcxproj.filters +++ b/windows/nDPI.vcxproj.filters @@ -133,6 +133,7 @@ + @@ -159,7 +160,6 @@ - -- cgit v1.2.3