diff options
author | Luca Deri <deri@ntop.org> | 2024-11-25 15:27:36 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-11-25 15:27:36 +0100 |
commit | d8ead3401dfc182e565fadd976846e553f4a726e (patch) | |
tree | 5d551e4eee8a4ab9ba6a3a2304fda4b03a86584a /src/lib | |
parent | cd29e3b85635ce5a6c5d0f49df4a79952c2939ab (diff) |
Fingerprint update
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ndpi_os_fingerprint.c.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/ndpi_os_fingerprint.c.inc b/src/lib/ndpi_os_fingerprint.c.inc index b96bb9ddd..f23662934 100644 --- a/src/lib/ndpi_os_fingerprint.c.inc +++ b/src/lib/ndpi_os_fingerprint.c.inc @@ -33,11 +33,13 @@ static struct os_fingerprint tcp_fps[] = { { "194_64_65535_d29295416479", os_hint_macos }, { "194_64_65535_78dd6871cb6d", os_hint_macos }, { "2_64_65535_d29295416479", os_hint_macos }, + { "2_64_0_d29295416479", 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 }, - - + { "2_64_65535_09b18f059744", os_hint_macos }, + { NULL, os_hint_unknown }, }; |