tcpdump mailing list archives

Automatic report from sources (tcpdump libpcap htdocs) between 01.07.2003 - 02.07.2003 GMT


From: "Automatic cvs log generator /tcpdump/bin/makelog" <mcr () sandelman ottawa on ca>
Date: Wed, 2 Jul 2003 05:07:27 -0400 (EDT)

CVS log entries from 01.07.2003 (Tue) 09:05:48 - 02.07.2003 (Wed) 09:05:56 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/ethertype.h; Revisions: 1.20
        File: tcpdump/tcpdump.1; Revisions: 1.145
        File: tcpdump/configure.in; Revisions: 1.164
        File: tcpdump/print-bootp.c; Revisions: 1.74
        File: tcpdump/bootp.h; Revisions: 1.15
        File: tcpdump/print-ether.c; Revisions: 1.82

=====================================================
Combined list of identical log entries
=====================================================
Description:
Move the definitions of "bootp_flag_values[]" and "bootp_op_values[]"
out of "bootp.h" into "print-bootp.c", so we don't get unused copies of
them in files other than "print-bootp.c" that include "bootp.h", and so
we don't get warnings from GCC 3.3 about those unused copies.
Modified files:
        File: tcpdump/bootp.h; Revision: 1.15;
        Date: 2003/07/01 19:16:06; Author: guy; Lines: (+2 -13)
        File: tcpdump/print-bootp.c; Revision: 1.74;
        Date: 2003/07/01 19:16:06; Author: guy; Lines: (+12 -1)
-------------------------------
Description:
Define "ethertype_values[]" in "print-ether.c", make it not static, and
have "ethertype.h" just declare it, so that

        1) we only have one such table, shared by all dissectors that
           use it

and

        2) GCC 3.3 doesn't complain that it's defined but not used in
           those dissectors that incldue "ethertype.h" but don't use
           "ethertype_values[]".
Modified files:
        File: tcpdump/ethertype.h; Revision: 1.20;
        Date: 2003/07/01 19:10:26; Author: guy; Lines: (+2 -33)
        File: tcpdump/print-ether.c; Revision: 1.82;
        Date: 2003/07/01 19:10:26; Author: guy; Lines: (+34 -1)
=====================================================
Log entries
=====================================================
Description:
Check for shared-library versions of -lcrypto, not just archive
versions, in case a system includes a shared library but not an archive.
Modified files:
        File: tcpdump/configure.in; Revision: 1.164;
        Date: 2003/07/01 20:44:16; Author: guy; Lines:  (+16 -3)
-------------------------------
Description:
Note the existence, in at least some Linux kernels, of capability bits
that could, in theory, let non-root users capture packets, if there were
userland support for giving particular accounts capability bits and
having them set on their login processes when they log in.

Note that Mac OS X is like the other BSDs, in that all you need in order
to capture is read access on the BPF devices.  Note also that on BSDs
with a devfs (which includes Mac OS X), giving a user that access isn't
as easy as running "chown" or "chmod" once.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.145;
        Date: 2003/07/01 21:19:51; Author: guy; Lines:  (+15 -2)
=====================================================
Summary of modified files
=====================================================
File: tcpdump/bootp.h
Revisions: 1.15
Authors: guy (+2 -13)
-------------------------------
File: tcpdump/configure.in
Revisions: 1.164
Authors: guy (+16 -3)
-------------------------------
File: tcpdump/ethertype.h
Revisions: 1.20
Authors: guy (+2 -33)
-------------------------------
File: tcpdump/print-bootp.c
Revisions: 1.74
Authors: guy (+12 -1)
-------------------------------
File: tcpdump/print-ether.c
Revisions: 1.82
Authors: guy (+34 -1)
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.145
Authors: guy (+15 -2)
-- 
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:tcpdump-workers-request () tcpdump org?body=unsubscribe


Current thread: