Ethereal-dev: [Ethereal-dev] [patch] packet-radius 3

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

From: Adam <adam@xxxxxxxxxxxx>
Date: Mon, 25 Feb 2002 00:53:50 -0500 (EST)

a small, but annoying, typo...

-- 
Adam
http://www.eax.com	The Supreme Headquarters of the 32 bit registers
This is patch against ethereal (http://www.ethereal.com./)
Based on cvs tree as of : Mon Feb 25 00:50:47 EST 2002

This patch fixes stupid typo.

        Adam Sulmicki <adam@xxxxxxxxxxxx>
	Mon Feb 25 00:50:47 EST 2002
        http://www.eax.com/patches/

-------------------------------------------------------------------------------

Index: packet-radius.c
===================================================================
RCS file: /cvsroot/ethereal/packet-radius.c,v
retrieving revision 1.43
diff -u -r1.43 packet-radius.c
--- packet-radius.c	2002/02/22 21:31:49	1.43
+++ packet-radius.c	2002/02/25 05:49:15
@@ -223,7 +223,7 @@
  {RADIUS_ACCESS_REJECT, "Access Reject"},
  {RADIUS_ACCOUNTING_REQUEST, "Accounting Request"},
  {RADIUS_ACCOUNTING_RESPONSE, "Accounting Response"},
- {RADIUS_ACCESS_CHALLENGE, "Accounting challenge"},
+ {RADIUS_ACCESS_CHALLENGE, "Access challenge"},
  {RADIUS_STATUS_SERVER, "StatusServer"},
  {RADIUS_STATUS_CLIENT, "StatusClient"},
  {RADIUS_RESERVED, "Reserved"},