aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-02-22 09:52:01 +0000
committerGuy Harris <guy@alum.mit.edu>2002-02-22 09:52:01 +0000
commit33620ec7f8473b0d6c517d9a738d6a9d07c47bc0 (patch)
tree5021b1ca8b8cb3d1f525d7418f69a1c4a6d6df8a /AUTHORS
parente9bc3da3707e51d56a96bf079b99f577f7c5ae6c (diff)
From Adam Sulmicki <adam[AT]cfar.umd.edu>:
Add more type values for EAP. Fix off-by-one bug when displaying Code of EAP message. Get rid of an unnecessary "volatile". Give the code and type fields value_string arrays, and use them when putting the code and type into the protocol tree. Base the decision of whether to put the type field into the tree on the request code, not on the length of the packet. Display the Type-Data field, under that name, under the EAP tree, as it's part of the EAP PDU. svn path=/trunk/; revision=4779
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS5
1 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 90522e4cf8..03f837d268 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1044,6 +1044,11 @@ Dermot Bradley <dermot.bradley[AT]openwave.com> {
Support for additional WSP language values
}
+Adam Sulmicki <adam[AT]cfar.umd.edu> {
+ Add more type values for EAP.
+ Fix off-by-one bug when displaying Code of EAP message.
+}
+
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.