diff options
Diffstat (limited to 'src')
-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 }, }; |