CVS log entries from 02.10.2001 (Tue) 09:05:33 - 03.10.2001 (Wed) 09:05:35 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
File: tcpdump/CREDITS; Revisions: 1.36
File: tcpdump/tcpdump.1; Revisions: 1.110
File: tcpdump/interface.h; Revisions: 1.173
File: tcpdump/tcpdump.c; Revisions: 1.169, 1.168
File: tcpdump/pcap-dump-trunc.c; Revisions: 1.6, 1.5
File: tcpdump/Makefile.in; Revisions: 1.257
=====================================================
Combined list of identical log entries
=====================================================
Description:
Move the code to handle the "-C" flag into "tcpdump.c" from
"pcap-dump-trunc.c".
Don't make the variables "dump_and_trunc()" manipulates external or even
static; fill in a structure with their values and pass a pointer to that
structure to "dump_and_trunc()". "dump_and_trunc()" will update the
"pcap_dumper_t" pointer in that structure if it rotates capture files,
so that the next call to "dump_and_trunc()" will supply the updated
pointer (the previous code was just opening a new capture, but not
updating the variable passed to "dump_and_trunc()").
Instead of duplicating an old version of the "pcap_dump()" code (a
version that didn't write out time stamps as 32-bit seconds and
microsecond values on platforms where the fields in a "struct timeval"
are 64-bit) in "dump_and_trunc()", just call "pcap_dump()" from
"dump_and_trunc()".
Modified files:
File: tcpdump/Makefile.in; Revision: 1.257;
Date: 2001/10/03 07:35:42; Author: guy; Lines: (+2 -2)
File: tcpdump/interface.h; Revision: 1.173;
Date: 2001/10/03 07:35:42; Author: guy; Lines: (+2 -9)
File: tcpdump/pcap-dump-trunc.c; Revision: 1.6;
Date: 2001/10/03 07:35:43; Author: guy; Lines: (+0 -0)
File: tcpdump/tcpdump.c; Revision: 1.168;
Date: 2001/10/03 07:35:44; Author: guy; Lines: (+75 -8)
=====================================================
Log entries
=====================================================
Description:
Give Seth Webster credit for the "-C" flag stuff.
Modified files:
File: tcpdump/CREDITS; Revision: 1.36;
Date: 2001/10/03 07:30:02; Author: guy; Lines: (+1 -0)
-------------------------------
Description:
>From Motonori Shindo: "config.h" is needed if you include "interface.h".
Modified files:
File: tcpdump/pcap-dump-trunc.c; Revision: 1.5;
Date: 2001/10/02 16:59:47; Author: guy; Lines: (+4 -0)
-------------------------------
Description:
Document the "-C" flag.
Modified files:
File: tcpdump/tcpdump.1; Revision: 1.110;
Date: 2001/10/03 07:41:31; Author: guy; Lines: (+17 -1)
-------------------------------
Description:
Use "dump_and_trunc()" only if the "-C" flag was specified, otherwise
just directly call "pcap_dump()". This means "dump_and_trunc()" no
longer needs to check whether the "-C" flag was specified.
Modified files:
File: tcpdump/tcpdump.c; Revision: 1.169;
Date: 2001/10/03 08:05:47; Author: guy; Lines: (+12 -7)
=====================================================
Summary of modified files
=====================================================
File: tcpdump/CREDITS
Revisions: 1.36
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/Makefile.in
Revisions: 1.257
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.173
Authors: guy (+2 -9)
-------------------------------
File: tcpdump/pcap-dump-trunc.c
Revisions: 1.6, 1.5
Authors: guy (+0 -0), guy (+4 -0)
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.110
Authors: guy (+17 -1)
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.169, 1.168
Authors: guy (+12 -7), guy (+75 -8)
--
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