aboutsummaryrefslogtreecommitdiffstats
path: root/tap-radiusstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-radiusstat.c')
-rw-r--r--tap-radiusstat.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tap-radiusstat.c b/tap-radiusstat.c
index 2d6a3fc9d6..f98b9594b3 100644
--- a/tap-radiusstat.c
+++ b/tap-radiusstat.c
@@ -54,12 +54,12 @@ typedef struct _radiusstat_t {
} radiusstat_t;
static const value_string radius_message_code[] = {
- { 0, "Overall "},
- { 1, "Access "},
- { 2, "Accounting "},
- { 3, "Access Passw "},
+ { 0, "Overall "},
+ { 1, "Access "},
+ { 2, "Accounting "},
+ { 3, "Access Passw "},
{ 4, "Ascend Acce Ev"},
- { 5, "Diconnect "},
+ { 5, "Disconnect "},
{ 6, "Change Filter "},
{ 7, "Other "},
{ 0, NULL}