From 4df60a888b374e4b41298d0d63f98fcaff05786d Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 1 Oct 2024 23:42:31 +0200 Subject: [PATCH] Enhanced DHCP fingerprint --- wireshark/ndpi.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/wireshark/ndpi.lua b/wireshark/ndpi.lua index cfd41ab0512..99285252e4e 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',