Skip to content

Commit

Permalink
Fingerprint update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Nov 25, 2024
1 parent cd29e3b commit d8ead34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/ndpi_os_fingerprint.c.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
};

0 comments on commit d8ead34

Please sign in to comment.