aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/ethereal.pod.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 4edeb1e167..f4c0ed6b49 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1384,6 +1384,7 @@ B<http://www.ethereal.com>.
Charlie Duke <cduke[AT]fvc.com>
Alfred Arnold <Alfred.Arnold[AT]elsa.de>
Dermot Bradley <dermot.bradley[AT]openwave.com>
+ Adam Sulmicki <adam[AT]cfar.umd.edu>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.