]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Added support to print radius attribute CUI 385/head
authorHerwin Weststrate <[email protected]>
Fri, 2 May 2014 08:36:45 +0000 (10:36 +0200)
committerHerwin Weststrate <[email protected]>
Fri, 2 May 2014 08:36:45 +0000 (10:36 +0200)
Or Chargeable User Identity, specified in RFC 4372

print-radius.c

index 46bb7e15144581d41a92901669990be7f719b302..7855fa269c1e7fd88f4efb475d10acc4ecbef3bd 100644 (file)
@@ -425,7 +425,7 @@ struct attrtype { const char *name;      /* Attribute name                 */
      { "Accounting Tunnel packets lost",  NULL, 0, 0, print_attr_num }, /*86*/
      { "NAS Port ID",                     NULL, 0, 0, print_attr_string },
      { "Framed Pool",                     NULL, 0, 0, print_attr_string },
-     { "Unassigned",                      NULL, 0, 0, NULL },
+     { "Chargeable User Identity",        NULL, 0, 0, print_attr_string },
      { "Tunnel Client Authentication ID", NULL, 0, 0, print_attr_string },
      { "Tunnel Server Authentication ID", NULL, 0, 0, print_attr_string },
      { "Unassigned",                      NULL, 0, 0, NULL }, /*92*/