CVS log entries from 05.07.2001 (Thu) 09:05:31 - 06.07.2001 (Fri) 09:05:50 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
File: tcpdump/print-ppp.c; Revisions: 1.62
File: tcpdump/print-802_11.c; Revisions: 1.5
File: tcpdump/tcpdump.1; Revisions: 1.107
File: tcpdump/print-cip.c; Revisions: 1.14
File: tcpdump/print-sll.c; Revisions: 1.6
File: tcpdump/print-raw.c; Revisions: 1.34
File: tcpdump/print-chdlc.c; Revisions: 1.12
File: tcpdump/interface.h; Revisions: 1.166
File: tcpdump/print-sl.c; Revisions: 1.57
File: tcpdump/print-atalk.c; Revisions: 1.67
File: tcpdump/print-arcnet.c; Revisions: 1.4
File: tcpdump/print-null.c; Revisions: 1.41
File: tcpdump/print-atm.c; Revisions: 1.21
File: tcpdump/print-lane.c; Revisions: 1.12
File: tcpdump/print-pppoe.c; Revisions: 1.15
=====================================================
Combined list of identical log entries
=====================================================
Description:
Put the infodelay wrapping into the remaining "XXX_if_print()" routines.
Split the Cisco HDLC printer into "chdlc_if_print()", which does the
stuff expected of a low-level print routine (printing the time stamp,
printing the final newline, doing the infodelay stuff) and
"chdlc_print()", which doesn't do that stuff. This lets us clean up
"ppp_hdlc_if_print()" a bit - it can just print the time stamp at the
beginning, and do the infodelay stuff at the end, without having to
treat Cisco HDLC specially by skipping the time stamp printing. (This
also ensures that the time stamp is always printed, which wasn't the
case before.)
Print the missing final newline in "pppoe_if_print()".
Modified files:
File: tcpdump/interface.h; Revision: 1.166;
Date: 2001/07/05 18:54:13; Author: guy; Lines: (+2 -1)
File: tcpdump/print-802_11.c; Revision: 1.5;
Date: 2001/07/05 18:54:13; Author: guy; Lines: (+5 -1)
File: tcpdump/print-arcnet.c; Revision: 1.4;
Date: 2001/07/05 18:54:14; Author: guy; Lines: (+5 -1)
File: tcpdump/print-atalk.c; Revision: 1.67;
Date: 2001/07/05 18:54:14; Author: guy; Lines: (+5 -1)
File: tcpdump/print-atm.c; Revision: 1.21;
Date: 2001/07/05 18:54:14; Author: guy; Lines: (+5 -1)
File: tcpdump/print-chdlc.c; Revision: 1.12;
Date: 2001/07/05 18:54:14; Author: guy; Lines: (+22 -11)
File: tcpdump/print-cip.c; Revision: 1.14;
Date: 2001/07/05 18:54:15; Author: guy; Lines: (+5 -1)
File: tcpdump/print-lane.c; Revision: 1.12;
Date: 2001/07/05 18:54:15; Author: guy; Lines: (+5 -1)
File: tcpdump/print-null.c; Revision: 1.41;
Date: 2001/07/05 18:54:15; Author: guy; Lines: (+5 -1)
File: tcpdump/print-ppp.c; Revision: 1.62;
Date: 2001/07/05 18:54:16; Author: guy; Lines: (+17 -8)
File: tcpdump/print-pppoe.c; Revision: 1.15;
Date: 2001/07/05 18:54:17; Author: guy; Lines: (+6 -1)
File: tcpdump/print-raw.c; Revision: 1.34;
Date: 2001/07/05 18:54:17; Author: guy; Lines: (+5 -1)
File: tcpdump/print-sl.c; Revision: 1.57;
Date: 2001/07/05 18:54:17; Author: guy; Lines: (+9 -1)
File: tcpdump/print-sll.c; Revision: 1.6;
Date: 2001/07/05 18:54:18; Author: guy; Lines: (+5 -1)
=====================================================
Log entries
=====================================================
Description:
Expand the introductory discussion to:
note at the beginning that tcpdump can write to a save file
rather than printing a dissection of the packet, and can read
from a saved file rather than from a network interrface;
indicate what causes tcpdump to stop capturing (i.e., that,
unless you've run it with "-c", you have to ^C or "kill" it);
discuss the meanings of the packet counts it prints;
indicate that ^T can be used on some OSes to get those packet
counts while a capture is in progress;
note that the special privileges required on various OSes are
required only when capturing packets, not when reading a saved
capture file;
note that on at least some versions of Solaris you apparently
have to be root in order to do a promiscuous capture.
Consistently use italics to mark tcpdump's name.
Modified files:
File: tcpdump/tcpdump.1; Revision: 1.107;
Date: 2001/07/05 22:58:29; Author: guy; Lines: (+87 -16)
=====================================================
Summary of modified files
=====================================================
File: tcpdump/interface.h
Revisions: 1.166
Authors: guy (+2 -1)
-------------------------------
File: tcpdump/print-802_11.c
Revisions: 1.5
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-arcnet.c
Revisions: 1.4
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-atalk.c
Revisions: 1.67
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-atm.c
Revisions: 1.21
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-chdlc.c
Revisions: 1.12
Authors: guy (+22 -11)
-------------------------------
File: tcpdump/print-cip.c
Revisions: 1.14
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-lane.c
Revisions: 1.12
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-null.c
Revisions: 1.41
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-ppp.c
Revisions: 1.62
Authors: guy (+17 -8)
-------------------------------
File: tcpdump/print-pppoe.c
Revisions: 1.15
Authors: guy (+6 -1)
-------------------------------
File: tcpdump/print-raw.c
Revisions: 1.34
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/print-sl.c
Revisions: 1.57
Authors: guy (+9 -1)
-------------------------------
File: tcpdump/print-sll.c
Revisions: 1.6
Authors: guy (+5 -1)
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.107
Authors: guy (+87 -16)
--
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 05.07.2001 - 06.07.2001 GMT
Automatic cvs log generator /tcpdump/bin/makelog Fri, 06 Jul 2001 02:01:44 -0700
