diff options
author | Luca Deri <deri@ntop.org> | 2017-10-14 12:59:28 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-10-14 12:59:28 +0200 |
commit | 2ee871f5e6014769fa309f97757619a009aea9af (patch) | |
tree | c83c322af1858c32c4354eaacdf89e92e8c36e74 /wireshark | |
parent | 39d77380424985ddab5459b7693a4a3b9410a102 (diff) |
Added Android fingerprint
Diffstat (limited to 'wireshark')
-rw-r--r-- | wireshark/ndpi.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wireshark/ndpi.lua b/wireshark/ndpi.lua index a05ca0493..6ebda9d9d 100644 --- a/wireshark/ndpi.lua +++ b/wireshark/ndpi.lua @@ -1243,10 +1243,11 @@ local function dhcp_dialog_menu() ['01032C06070C0F16363A3B45122B7751999A'] = 'HP LaserJet', ['0103063633'] = 'Windows', ['0103060F1F212B2C2E2F79F9FC'] = 'Windows', + ['010F03062C2E2F1F2179F92B'] = 'Windows', ['0103060C0F1C2A'] = 'Linux', ['011C02030F06770C2C2F1A792A79F921FC2A'] = 'Linux', ['0102030F060C2C'] = 'Apple AirPort', - ['010F03062C2E2F1F2179F92B'] = 'Windows' + ['01792103060F1C333A3B77'] = 'Android', } if(dhcp_fingerprints ~= {}) then |