CVS log entries from 26.06.2001 (Tue) 09:05:46 - 28.06.2001 (Thu) 09:05:53 GMT
=====================================================
Summary by authors
=====================================================
Author: fenner
        File: tcpdump/configure; Revisions: 1.62
        File: tcpdump/print-ospf.c; Revisions: 1.31
        File: tcpdump/configure.in; Revisions: 1.139

Author: guy
        File: libpcap/nametoaddr.c; Revisions: 1.59
        File: tcpdump/print-wb.c; Revisions: 1.26
        File: tcpdump/nameser.h; Revisions: 1.9
        File: tcpdump/machdep.c; Revisions: 1.7
        File: libpcap/pcap-dlpi.c; Revisions: 1.68
        File: tcpdump/print-rx.c; Revisions: 1.22

Author: itojun
        File: tcpdump/print-smb.c; Revisions: 1.16
        File: tcpdump/telnet.h; Revisions: 1.1
        File: tcpdump/print-sctp.c; Revisions: 1.4
        File: tcpdump/print-icmp6.c; Revisions: 1.56
        File: tcpdump/print-telnet.c; Revisions: 1.17
        File: tcpdump/FILES; Revisions: 1.31
        File: tcpdump/addrtoname.c; Revisions: 1.81, 1.80

=====================================================
Combined list of identical log entries
=====================================================
Description:
copy <arpa/telnet.h> from netbsd, into "telnet.h"
Modified files:
        File: tcpdump/FILES; Revision: 1.31;
        Date: 2001/06/26 15:19:41; Author: itojun; Lines: (+1 -0)
        File: tcpdump/print-telnet.c; Revision: 1.17;
        Date: 2001/06/26 15:19:41; Author: itojun; Lines: (+4 -8)
        File: tcpdump/telnet.h; Revision: 1.1;
        Date: 2001/06/26 15:19:42; Author: itojun;
=====================================================
Log entries
=====================================================
Description:
Put a "return (0);" into "__pcap_nametodnaddr()" to squelch complaints
the Digital^H^H^H^H^H^H^HTru64 UNIX C compiler.
Modified files:
        File: libpcap/nametoaddr.c; Revision: 1.59;
        Date: 2001/06/27 05:11:48; Author: guy; Lines:  (+2 -1)
-------------------------------
Description:
The "dl_module_id_1" and "dl_module_id_2" members of a
"dl_hp_ppa_info_t" are arrays of "u_char" (or "u_int8_t"), presumably to
get around the problems of signed characters; this causes complaints
from HP's C compiler if we pass them as an argument to "strcmp()", so
cast them to "const char *".
Modified files:
        File: libpcap/pcap-dlpi.c; Revision: 1.68;
        Date: 2001/06/27 05:22:44; Author: guy; Lines:  (+3 -3)
-------------------------------
Description:
backout 1.77
Modified files:
        File: tcpdump/addrtoname.c; Revision: 1.81;
        Date: 2001/06/26 21:00:20; Author: itojun; Lines:  (+3 -7)
-------------------------------
Description:
no real need to use bcmp and bcopy, use memcmp and memcpy.
XXX possible align constraint change - should be okay (char pointers)
Modified files:
        File: tcpdump/addrtoname.c; Revision: 1.80;
        Date: 2001/06/26 13:58:24; Author: itojun; Lines:  (+4 -4)
-------------------------------
Description:
Regenerate.
Modified files:
        File: tcpdump/configure; Revision: 1.62;
        Date: 2001/06/28 00:24:31; Author: fenner; Lines:  (+93 -94)
-------------------------------
Description:
Remove the request to ignore the warning, since the thing that
 generates the warning is gone.

Forgotten by:   itojun
Modified files:
        File: tcpdump/configure.in; Revision: 1.139;
        Date: 2001/06/28 00:24:04; Author: fenner; Lines:  (+2 -6)
-------------------------------
Description:
Declare "snprintf()" if we are pulling in our own "snprintf()", so that
we don't get compiler warnings about it being undeclared.
Modified files:
        File: tcpdump/machdep.c; Revision: 1.7;
        Date: 2001/06/27 05:42:04; Author: guy; Lines:  (+11 -2)
-------------------------------
Description:
Yet *another* #define of ours that an OS also defines; in this case it's
T_NULL, defined by some STREAMS/TPI/XTI/TLI/whatever header file in
HP-UX - if it's defined, undefine it before we define it, to squelch
compiler warnings.
Modified files:
        File: tcpdump/nameser.h; Revision: 1.9;
        Date: 2001/06/27 05:40:16; Author: guy; Lines:  (+5 -2)
-------------------------------
Description:
need string.h
Modified files:
        File: tcpdump/print-icmp6.c; Revision: 1.56;
        Date: 2001/06/27 02:48:43; Author: itojun; Lines:  (+2 -1)
-------------------------------
Description:
Don't print "nbrs" if no neighbor list will follow.
Remove extra space before "OSPF".
Modified files:
        File: tcpdump/print-ospf.c; Revision: 1.31;
        Date: 2001/06/28 04:34:51; Author: fenner; Lines:  (+4 -3)
-------------------------------
Description:
No, we didn't need to include "nameser.h" here, so remove the #include.
Modified files:
        File: tcpdump/print-rx.c; Revision: 1.22;
        Date: 2001/06/27 05:38:11; Author: guy; Lines:  (+1 -5)
-------------------------------
Description:
size_t may not fit into int
Modified files:
        File: tcpdump/print-sctp.c; Revision: 1.4;
        Date: 2001/06/27 02:48:45; Author: itojun; Lines:  (+3 -3)
-------------------------------
Description:
indent (sorry, i left them behind
Modified files:
        File: tcpdump/print-smb.c; Revision: 1.16;
        Date: 2001/06/28 03:15:38; Author: itojun; Lines:  (+49 -33)
-------------------------------
Description:
*Another* #define that's also defined by some OS; in this case, it's
PF_USER, defined by {Digital,Tru64} UNIX, so, if it's defined, undefine
it before we define it, to squelch compiler warnings.
Modified files:
        File: tcpdump/print-wb.c; Revision: 1.26;
        Date: 2001/06/27 05:37:19; Author: guy; Lines:  (+5 -1)
=====================================================
Summary of modified files
=====================================================
File: libpcap/nametoaddr.c
Revisions: 1.59
Authors: guy (+2 -1)
-------------------------------
File: libpcap/pcap-dlpi.c
Revisions: 1.68
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/FILES
Revisions: 1.31
Authors: itojun (+1 -0)
-------------------------------
File: tcpdump/addrtoname.c
Revisions: 1.81, 1.80
Authors: itojun (+3 -7), itojun (+4 -4)
-------------------------------
File: tcpdump/configure
Revisions: 1.62
Authors: fenner (+93 -94)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.139
Authors: fenner (+2 -6)
-------------------------------
File: tcpdump/machdep.c
Revisions: 1.7
Authors: guy (+11 -2)
-------------------------------
File: tcpdump/nameser.h
Revisions: 1.9
Authors: guy (+5 -2)
-------------------------------
File: tcpdump/print-icmp6.c
Revisions: 1.56
Authors: itojun (+2 -1)
-------------------------------
File: tcpdump/print-ospf.c
Revisions: 1.31
Authors: fenner (+4 -3)
-------------------------------
File: tcpdump/print-rx.c
Revisions: 1.22
Authors: guy (+1 -5)
-------------------------------
File: tcpdump/print-sctp.c
Revisions: 1.4
Authors: itojun (+3 -3)
-------------------------------
File: tcpdump/print-smb.c
Revisions: 1.16
Authors: itojun (+49 -33)
-------------------------------
File: tcpdump/print-telnet.c
Revisions: 1.17
Authors: itojun (+4 -8)
-------------------------------
File: tcpdump/print-wb.c
Revisions: 1.26
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/telnet.h
Revisions: 1.1
Authors: itojun
-- 
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

Reply via email to