X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/c724af922246b23fe55947b4033abcc853b4dd47..e398c5f1bfe9ba86b50a9376d319dc9497c56866:/print-radius.c diff --git a/print-radius.c b/print-radius.c index eb48de50..cf41f08c 100644 --- a/print-radius.c +++ b/print-radius.c @@ -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*/ };