CVS log entries from 27.03.2005 (Sun) 10:07:02 - 28.03.2005 (Mon) 10:06:50 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: libpcap/gencode.c; Revisions: 1.221
        File: tcpdump/configure.in; Revisions: 1.188, 1.187, 1.186, 1.185, 1.184
        File: tcpdump/configure; Revisions: 1.134, 1.133, 1.132, 1.131, 1.130
        File: libpcap/configure.in; Revisions: 1.120, 1.119
        File: libpcap/nametoaddr.c; Revisions: 1.77
        File: tcpdump/addrtoname.c; Revisions: 1.108
        File: libpcap/configure; Revisions: 1.60, 1.59
        File: tcpdump/config.h.in; Revisions: 1.61, 1.60

=====================================================
Combined list of identical log entries
=====================================================
Description:
Fix an error in the previous checkin.
Modified files:
        File: tcpdump/configure; Revision: 1.132;
        Date: 2005/03/27 22:47:00; Author: guy; Lines: (+2 -2)
        File: tcpdump/configure.in; Revision: 1.186;
        Date: 2005/03/27 22:46:21; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
Do the same sort of checks whether ether_ntohost() is declared that we
do in libpcap for ether_hostton().  Include <netinet/ether.h> only if it
declares ether_ntohost().  If nothing declares it, declare it ourselves,
as we do in libpcap.

Don't cast the second argument to ether_ntohost() to a const pointer, as
some systems don't modify it but don't declare that argument as a const
pointer.  (This is similar to what we do on libpvap for
ether_hostton().)

Fix indentation.
Modified files:
        File: tcpdump/addrtoname.c; Revision: 1.108;
        Date: 2005/03/27 22:38:09; Author: guy; Lines: (+31 -13)
        File: tcpdump/config.h.in; Revision: 1.60;
        Date: 2005/03/27 22:40:35; Author: guy; Lines: (+10 -0)
        File: tcpdump/configure; Revision: 1.130;
        Date: 2005/03/27 22:40:35; Author: guy; Lines: (+403 -1)
        File: tcpdump/configure.in; Revision: 1.184;
        Date: 2005/03/27 22:38:09; Author: guy; Lines: (+83 -2)
-------------------------------
Description:
Don't check for netinet/ether.h unless we're going to use it.
Modified files:
        File: tcpdump/configure; Revision: 1.133;
        Date: 2005/03/27 23:00:00; Author: guy; Lines: (+2 -3)
        File: tcpdump/configure.in; Revision: 1.187;
        Date: 2005/03/27 22:58:08; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
Check for ether_ntohost() after checking for libpcap, so that we do so
after we've checked whether we need -lsocket -lnsl to get routines such
as ether_ntohost().
Modified files:
        File: tcpdump/configure; Revision: 1.134;
        Date: 2005/03/27 23:18:37; Author: guy; Lines: (+713 -712)
        File: tcpdump/configure.in; Revision: 1.188;
        Date: 2005/03/27 23:16:08; Author: guy; Lines: (+64 -63)
-------------------------------
Description:
Fix a typo.

Don't bother checking whether ether_ntohost() is declared if it exists
but is buggy so we won't be using it.
Modified files:
        File: tcpdump/config.h.in; Revision: 1.61;
        Date: 2005/03/27 22:44:22; Author: guy; Lines: (+2 -2)
        File: tcpdump/configure; Revision: 1.131;
        Date: 2005/03/27 22:45:04; Author: guy; Lines: (+5 -4)
        File: tcpdump/configure.in; Revision: 1.185;
        Date: 2005/03/27 22:44:22; Author: guy; Lines: (+6 -5)
-------------------------------
Description:
Fix some typoes for "ether_hostton".

If we don't have ether_hostton(), don't bother checking
NETINET_ETHER_H_DECLARES_ETHER_HOSTTON and including <netinet/ether.h>
if it's defined.
Modified files:
        File: libpcap/configure; Revision: 1.60;
        Date: 2005/03/27 22:29:02; Author: guy; Lines: (+3 -3)
        File: libpcap/configure.in; Revision: 1.120;
        Date: 2005/03/27 22:26:25; Author: guy; Lines: (+4 -4)
        File: libpcap/nametoaddr.c; Revision: 1.77;
        Date: 2005/03/27 22:26:25; Author: guy; Lines: (+4 -4)
-------------------------------
Description:
When testing whether <netinet/if_ether.h> declares ether_hostton(), add
all the extra #includes and definitions nametoaddr.c has.
Modified files:
        File: libpcap/configure; Revision: 1.59;
        Date: 2005/03/27 21:51:54; Author: guy; Lines: (+5 -1)
        File: libpcap/configure.in; Revision: 1.119;
        Date: 2005/03/27 21:51:23; Author: guy; Lines: (+6 -2)
=====================================================
Log entries
=====================================================
Description:
Squelch some compiler warnings.
Modified files:
        File: libpcap/gencode.c; Revision: 1.221;
        Date: 2005/03/27 22:10:23; Author: guy; Lines:  (+3 -1)
=====================================================
Summary of modified files
=====================================================
File: libpcap/configure
Revisions: 1.60, 1.59
Authors: guy (+3 -3), guy (+5 -1)
-------------------------------
File: libpcap/configure.in
Revisions: 1.120, 1.119
Authors: guy (+4 -4), guy (+6 -2)
-------------------------------
File: libpcap/gencode.c
Revisions: 1.221
Authors: guy (+3 -1)
-------------------------------
File: libpcap/nametoaddr.c
Revisions: 1.77
Authors: guy (+4 -4)
-------------------------------
File: tcpdump/addrtoname.c
Revisions: 1.108
Authors: guy (+31 -13)
-------------------------------
File: tcpdump/config.h.in
Revisions: 1.61, 1.60
Authors: guy (+2 -2), guy (+10 -0)
-------------------------------
File: tcpdump/configure
Revisions: 1.134, 1.133, 1.132, 1.131, 1.130
Authors: guy (+713 -712), guy (+2 -3), guy (+2 -2), guy (+5 -4), guy (+403 -1)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.188, 1.187, 1.186, 1.185, 1.184
Authors: guy (+64 -63), guy (+3 -3), guy (+3 -3), guy (+6 -5), guy (+83 -2)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.

Reply via email to