]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Added RADIUS attribute from RFC 4072
authorHerwin Weststrate <[email protected]>
Fri, 3 Jul 2015 06:28:22 +0000 (08:28 +0200)
committerHerwin Weststrate <[email protected]>
Fri, 22 Sep 2017 09:46:26 +0000 (11:46 +0200)
EAP-Key-Name (102)

print-radius.c

index 71f3f107e0716cbd88bb2ddef1ed271d8ffcd24e..3bacab4cf918efd0ee45666c550c9ea7b45b104e 100644 (file)
@@ -47,6 +47,9 @@
  *      "IEEE 802.1X Remote Authentication Dial In User Service (RADIUS)"
  *      "Usage Guidelines"
  *
+ * RFC 4072:
+ *      "Diameter Extensible Authentication Protocol (EAP) Application"
+ *
  * RFC 4675:
  *      "RADIUS Attributes for Virtual LAN and Priority Support"
  *
@@ -538,7 +541,8 @@ static struct attrtype {
      { "Login-IPv6-Host",                 NULL, 0, 0, print_attr_address6 },
      { "Framed-IPv6-Route",               NULL, 0, 0, print_attr_string },
      { "Framed-IPv6-Pool",                NULL, 0, 0, print_attr_string },
-     { "Error-Cause",                     NULL, 0, 0, print_attr_strange }
+     { "Error-Cause",                     NULL, 0, 0, print_attr_strange },
+     { "EAP-Key-Name",                    NULL, 0, 0, NULL }
   };