diff options
author | Luca Deri <deri@ntop.org> | 2024-10-01 23:42:31 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-10-01 23:42:59 +0200 |
commit | 4df60a888b374e4b41298d0d63f98fcaff05786d (patch) | |
tree | 4973a5f0124073904f52f2102abac9c066a672e0 | |
parent | 623b7e236f52af5447beae39f97f2fd0feaf65e2 (diff) |
Enhanced DHCP fingerprint
-rw-r--r-- | wireshark/ndpi.lua | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/wireshark/ndpi.lua b/wireshark/ndpi.lua index cfd41ab05..99285252e 100644 --- a/wireshark/ndpi.lua +++ b/wireshark/ndpi.lua @@ -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', |