]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Added RADIUS attributes from RFC4849
authorHerwin Weststrate <[email protected]>
Tue, 16 Jun 2015 13:30:42 +0000 (15:30 +0200)
committerDenis Ovsienko <[email protected]>
Thu, 7 Sep 2017 19:48:59 +0000 (20:48 +0100)
NAS Filter Rule (92)

print-radius.c

index eb48de5059bd1fc4f9368477aa09b0614df068f9..cf41f08c750549227c2fcb253828e27fedd17c7b 100644 (file)
@@ -47,6 +47,9 @@
  * RFC 4675:
  *      "RADIUS Attributes for Virtual LAN and Priority Support"
  *
+ * RFC 4849:
+ *      "RADIUS Filter Rule Attribute"
+ *
  * RFC 5176:
  *      "Dynamic Authorization Extensions to RADIUS"
  *
@@ -472,7 +475,7 @@ static struct attrtype {
      { "CUI",                             NULL, 0, 0, print_attr_string },
      { "Tunnel-Client-Auth-ID",           NULL, 0, 0, print_attr_string },
      { "Tunnel-Server-Auth-ID",           NULL, 0, 0, print_attr_string },
-     { "Unassigned",                      NULL, 0, 0, NULL }, /*92*/
+     { "NAS-Filter-Rule",                 NULL, 0, 0, print_attr_string },
      { "Unassigned",                      NULL, 0, 0, NULL }  /*93*/
   };