1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-26 16:19:03 +00:00

Add a couple new EAP method types

This commit is contained in:
dmiller
2017-06-08 12:27:47 +00:00
parent 40f74c3936
commit 4bfee91bd5

View File

@@ -146,7 +146,9 @@ eap_str = {
[51] = "EAP-GPSK",
[52] = "EAP-pwd",
[53] = "EAP-EKE Version 1",
-- 54-253 Unassigned
[54] = "EAP Method Type for PT-EAP",
[55] = "TEAP",
-- 56-253 Unassigned
[254] = "Reserved for the Expanded Type",
[255] = "Experimental",
}