Ethereal-users: [Ethereal-users] modification to Radius dissector to add additional Account-Stat

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Eichert, Diana" <deicher@xxxxxxxxxx>
Date: Wed, 13 Jun 2001 15:16:56 -0600
My Radius server accounting logs shows Account-Status-Type (3) equates to
"Alive".  I've made the changes to my local packet-radius.c, below is the
unified diff.

my tiny contribution back to ethereal

diana

# diff -u packet-radius.c.orig packet-radius.c
--- packet-radius.c.orig        Wed Jun 13 15:04:56 2001
+++ packet-radius.c     Wed Jun 13 15:05:21 2001
@@ -255,6 +255,7 @@
 static value_string radius_accounting_status_type_vals[]=
 {{1, "Start"},
 {2, "Stop"},
+{3, "Alive"},
 {7,"Accounting-On"},
 {8,"Accounting-Off"},
 {0,NULL}};