CVS log entries from 23.12.2000 (Sat) 10:06:42 - 24.12.2000 (Sun) 10:06:39 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
File: tcpdump/print-udp.c; Revisions: 1.90
File: tcpdump/print-token.c; Revisions: 1.11
File: tcpdump/print-sll.c; Revisions: 1.3
File: libpcap/Makefile.in; Revisions: 1.87
File: tcpdump/print-tcp.c; Revisions: 1.81
File: tcpdump/print-fddi.c; Revisions: 1.50
=====================================================
Combined list of identical log entries
=====================================================
Description:
When adding the last byte of an odd number of bytes to a TCP or UDP
checksum, fetch it by casting the pointer to "const u_int8_t *" rather
than "const char *" - casting it to "const char *" causes it to be
sign-extended, perhaps causing 16 1 bits to be added in at the top and,
at least on big-endian platforms (where "htons()" does nothing, meaning
it won't trim off the extra 16 bits) with signed "char"s (e.g., SPARC),
causing the checksum to be computed incorrectly and causing it to
incorrectly be reported as bad.
Modified files:
File: tcpdump/print-tcp.c; Revision: 1.81;
Date: 2000/12/23 20:55:22; Author: guy; Lines: (+3 -3)
File: tcpdump/print-udp.c; Revision: 1.90;
Date: 2000/12/23 20:55:22; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
Fix some comments to reflect current reality.
Modified files:
File: tcpdump/print-fddi.c; Revision: 1.50;
Date: 2000/12/23 20:48:13; Author: guy; Lines: (+5 -5)
File: tcpdump/print-token.c; Revision: 1.11;
Date: 2000/12/23 20:48:13; Author: guy; Lines: (+5 -5)
=====================================================
Log entries
=====================================================
Description:
Remove "stamp-h" and "stamp-h.in" on a "make distclean", as is done for
tcpdump.
Modified files:
File: libpcap/Makefile.in; Revision: 1.87;
Date: 2000/12/23 20:06:15; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
Have the Linux cooked dissector set "packetp" to point to the fake
Ethernet header it constructs.
Modified files:
File: tcpdump/print-sll.c; Revision: 1.3;
Date: 2000/12/23 20:49:34; Author: guy; Lines: (+12 -9)
=====================================================
Summary of modified files
=====================================================
File: libpcap/Makefile.in
Revisions: 1.87
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/print-fddi.c
Revisions: 1.50
Authors: guy (+5 -5)
-------------------------------
File: tcpdump/print-sll.c
Revisions: 1.3
Authors: guy (+12 -9)
-------------------------------
File: tcpdump/print-tcp.c
Revisions: 1.81
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/print-token.c
Revisions: 1.11
Authors: guy (+5 -5)
-------------------------------
File: tcpdump/print-udp.c
Revisions: 1.90
Authors: guy (+3 -3)
--
Automatic cron job from /tcpdump/bin/makelog
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe
[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 23.12.2000 - 24.12.2000 GMT
Automatic cvs log generator /tcpdump/bin/makelog Sun, 24 Dec 2000 02:18:25 -0800
