Skip to content

Commit

Permalink
Enhanced DHCP fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Oct 1, 2024
1 parent 623b7e2 commit 4df60a8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions wireshark/ndpi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1710,13 +1710,18 @@ local function dhcp_dialog_menu()
local i
local fingeprints = {
['017903060F77FC'] = 'iOS',
['017903060F77FC5F2C2E'] = 'MacOS',
['0103060F775FFC2C2E2F'] = 'MacOS',
['017903060F77FC5F2C2E'] = 'macOS',
['0103060F775FFC2C2E2F'] = 'macOS',
['017903060F6C7277FC5F2C2E'] = 'macOS',
['0103060F775FFC2C2E'] = 'MacOS',
['0603010F0C2C51452B1242439607'] = 'HP LaserJet',
['0603010F42430D2C0C'] = 'HP LaserJet',
['01032C06070C0F16363A3B45122B7751999A'] = 'HP LaserJet',
['060FFC'] = 'Xerox Printer',
['0103063633'] = 'Windows',
['0103060F1F212B2C2E2F79F9FC'] = 'Windows',
['0103060F1F212B2C2E2F7779F9FC'] = 'Windows',
['0102060C0F1A1C79032128292A77F9FC11'] = 'Windows',
['010F03062C2E2F1F2179F92B'] = 'Windows',
['0103060C0F1C2A'] = 'Linux',
['011C02030F06770C2C2F1A792A79F921FC2A'] = 'Linux',
Expand Down

0 comments on commit 4df60a8

Please sign in to comment.