diff options
author | Luca Deri <deri@ntop.org> | 2024-11-24 23:39:57 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-11-24 23:39:57 +0100 |
commit | b38ce8b68272d4cdb93ef30f961791170033b4a1 (patch) | |
tree | 3c32a431e9d7814531630369a23caa449ffb4e96 /src/lib | |
parent | 56e52448c43ee069b283501327bd15067d877d57 (diff) |
Fingerprint update
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ndpi_os_fingerprint.c.inc | 8 |
1 files changed, 6 insertions, 2 deletions
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 }, }; |