Skip to content

Commit

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

0 comments on commit b38ce8b

Please sign in to comment.