aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-09 08:16:25 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-09 08:16:25 +0000
commit45900852ffb2be6e0b454151c5d4be5dd99f4f62 (patch)
treeb84954a874ad8f5f26cf299e970f6a3cd08cf1f9 /doc
parent4279815244cb4df2d63c6441d6c2073df04de62c (diff)
Fixes from Kazushi Sugyo:
1) print the payload length in AH headers correctly (the field's value is length of the payload, minus 2, divided by 2, so we have to add 2 before multiplying by 2); 2) correctly handle, in an SIOCGIFCONF list, entries whose address has an "sa_len" field less than the size of a "struct sockaddr" (the length of the address in an entry is the maximum of the real length and the size of a "struct sockaddr"). svn path=/trunk/; revision=4186
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 fdddf6fe78..31feee635d 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1214,6 +1214,7 @@ B<http://www.ethereal.com>.
<a.stockmeier[AT]avm.de>
Pekka Nikander <pekka.nikander[AT]nomadiclab.com>
Hamish Moffatt <hamish[AT]cloud.net.au>
+ Kazushi Sugyo <k-sugyou[AT]nwsl.mesh.ad.jp>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.