diff options
author | Luca Deri <deri@ntop.org> | 2024-10-21 19:25:46 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-10-21 19:25:46 +0200 |
commit | 3b1286ab03b0c9223ac208a01868d8c1f6c0ae00 (patch) | |
tree | dec772cd3266b977ed58f8e100906a78d515f8b7 /src/lib | |
parent | a55d8d95bcb935fea48a6da751bf7c94eed123cb (diff) |
Added Ubuntu 20 fingerprint
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ndpi_os_fingerprint.c.inc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/ndpi_os_fingerprint.c.inc b/src/lib/ndpi_os_fingerprint.c.inc index a6e44d967..b2945c027 100644 --- a/src/lib/ndpi_os_fingerprint.c.inc +++ b/src/lib/ndpi_os_fingerprint.c.inc @@ -8,6 +8,7 @@ static struct os_fingerprint tcp_fps[] = { { "2_64_14600_8c07a80cc645", os_hint_linux }, /* QNAP */ { "2_64_64240_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 }, @@ -15,12 +16,12 @@ static struct os_fingerprint tcp_fps[] = { { "2_64_65535_148107a0d970", os_hint_android }, { "2_64_65535_f518bfb025b0", os_hint_android }, - { "2_128_64240_6bb88f5575fd", os_hint_windows }, - { "2_128_8192_4697958db063", os_hint_windows }, /* Windows 7 */ - { "194_128_64240_0c6c715fcb8e", os_hint_windows }, - { "194_128_64240_29659b8d8574", os_hint_windows }, - { "194_128_32768_e75eea53a4fd", os_hint_windows }, - { "194_128_32768_84fee6d35dde", os_hint_windows }, + { "2_128_64240_6bb88f5575fd", os_hint_windows }, + { "2_128_8192_4697958db063", os_hint_windows }, /* Windows 7 */ + { "194_128_64240_0c6c715fcb8e", os_hint_windows }, + { "194_128_64240_29659b8d8574", os_hint_windows }, + { "194_128_32768_e75eea53a4fd", os_hint_windows }, + { "194_128_32768_84fee6d35dde", os_hint_windows }, { "194_64_65535_15db81ff8b0d", os_hint_ios_ipad_os }, { "2_64_65535_41a9d5af7dd3", os_hint_ios_ipad_os }, |