From b38ce8b68272d4cdb93ef30f961791170033b4a1 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 24 Nov 2024 23:39:57 +0100 Subject: Fingerprint update --- src/lib/ndpi_os_fingerprint.c.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/ndpi_os_fingerprint.c.inc b/src/lib/ndpi_os_fingerprint.c.inc index 3909faf02..b96bb9ddd 100644 --- a/src/lib/ndpi_os_fingerprint.c.inc +++ b/src/lib/ndpi_os_fingerprint.c.inc @@ -7,9 +7,10 @@ static struct os_fingerprint tcp_fps[] = { { "2_64_29200_d853e95bd80f", os_hint_linux }, /* Sonos */ { "2_64_14600_8c07a80cc645", os_hint_linux }, /* QNAP */ { "2_64_64240_2e3cee914fc1", os_hint_linux }, /* rPI */ + { "2_64_32120_2e3cee914fc1", os_hint_linux }, /* rPI */ { "2_64_29200_90541420d839", os_hint_linux }, /* Suse Linux */ { "2_64_64240_41a9d5af7dd3", os_hint_linux }, - + { "2_64_65535_d876f498b09e", os_hint_android }, { "2_64_65535_685ad951a756", os_hint_android }, { "2_64_65535_41a9d5af7dd3", os_hint_android }, @@ -33,7 +34,10 @@ static struct os_fingerprint tcp_fps[] = { { "194_64_65535_78dd6871cb6d", os_hint_macos }, { "2_64_65535_d29295416479", os_hint_macos }, { "2_64_65535_dd5737e4fedb", os_hint_macos }, - + { "2_64_65535_99a660d3e328", os_hint_macos }, + { "2_64_65535_78dd6871cb6d", os_hint_macos }, + + { NULL, os_hint_unknown }, }; -- cgit v1.2.3