mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 02:23:27 +08:00
Added RADIUS attribute from RFC 4818
Delegated-IPv6-Prefix (123)
This commit is contained in:
parent
d9241d621c
commit
3cd5403c8f
@ -53,6 +53,9 @@
|
||||
* RFC 4675:
|
||||
* "RADIUS Attributes for Virtual LAN and Priority Support"
|
||||
*
|
||||
* RFC 4818:
|
||||
* "RADIUS Delegated-IPv6-Prefix Attribute"
|
||||
*
|
||||
* RFC 4849:
|
||||
* "RADIUS Filter Rule Attribute"
|
||||
*
|
||||
@ -565,7 +568,8 @@ static struct attrtype {
|
||||
{ "Digest-Domain", NULL, 0, 0, print_attr_string },
|
||||
{ "Digest-Stale", NULL, 0, 0, print_attr_string },
|
||||
{ "Digest-HA1", NULL, 0, 0, print_attr_string },
|
||||
{ "SIP-AOR", NULL, 0, 0, print_attr_string }
|
||||
{ "SIP-AOR", NULL, 0, 0, print_attr_string },
|
||||
{ "Delegated-IPv6-Prefix", NULL, 0, 0, print_attr_netmask6 }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user