aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
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 /AUTHORS
parent4279815244cb4df2d63c6441d6c2073df04de62c (diff)
downloadwireshark-45900852ffb2be6e0b454151c5d4be5dd99f4f62.tar.gz
wireshark-45900852ffb2be6e0b454151c5d4be5dd99f4f62.tar.bz2
wireshark-45900852ffb2be6e0b454151c5d4be5dd99f4f62.zip
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 'AUTHORS')
-rw-r--r--AUTHORS5
1 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index de5cedf2f4..efa038466b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -884,6 +884,11 @@ Hamish Moffatt <hamish[AT]cloud.net.au> {
protocol type
}
+Kazushi Sugyo <k-sugyou[AT]nwsl.mesh.ad.jp> {
+ Fix to display of AH length field
+ Fix to code to scan the SIOCGIFCONF list
+}
+
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.