From 6eae70e6c17e45534fc3754d8c4e58a7ff0255d8 Mon Sep 17 00:00:00 2001 From: lns Date: Sun, 24 Sep 2023 23:24:19 +0200 Subject: Improed Steam detection by adding Steamdiscover patterns. Signed-off-by: lns --- src/include/ndpi_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h index b4ef20f5f..c76a31d11 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -130,7 +130,7 @@ extern "C" { const char **file, const char **func, u_int32_t * line); #endif - /** Checks when the @p payload starts with the string literal @p str. + /** Checks when the @payload starts with the string literal @p str. * When the string is larger than the payload, check fails. * @return non-zero if check succeeded */ -- cgit v1.2.3