]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Added RADIUS attributes from RFC7155
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)
Originating Line Info (94)

print-radius.c

index cf41f08c750549227c2fcb253828e27fedd17c7b..582795a12de4c194d0d6d882cbaa144e09ce2fe3 100644 (file)
@@ -53,6 +53,9 @@
  * RFC 5176:
  *      "Dynamic Authorization Extensions to RADIUS"
  *
+ * RFC 7155:
+ *      "Diameter Network Access Server Application"
+ *
  * Alfredo Andres Omella ([email protected]) v0.1 2000/09/15
  *
  * TODO: Among other things to print ok MacIntosh and Vendor values
@@ -476,7 +479,8 @@ static struct attrtype {
      { "Tunnel-Client-Auth-ID",           NULL, 0, 0, print_attr_string },
      { "Tunnel-Server-Auth-ID",           NULL, 0, 0, print_attr_string },
      { "NAS-Filter-Rule",                 NULL, 0, 0, print_attr_string },
-     { "Unassigned",                      NULL, 0, 0, NULL }  /*93*/
+     { "Unassigned",                      NULL, 0, 0, NULL },  /*93*/
+     { "Originating-Line-Info",           NULL, 0, 0, NULL }
   };