tcpdump mailing list archives
Automatic report from sources (tcpdump libpcap htdocs) between 29.12.2003 - 30.12.2003 GMT
From: "Automatic cvs log generator /tcpdump/bin/makelog" <mcr () sandelman ottawa on ca>
Date: Tue, 30 Dec 2003 05:08:17 -0500 (EST)
CVS log entries from 29.12.2003 (Mon) 10:05:55 - 30.12.2003 (Tue) 10:06:31 GMT
=====================================================
Summary by authors
=====================================================
Author: hannes
File: tcpdump/util.c; Revisions: 1.90, 1.87.2.3
File: tcpdump/print-ascii.c; Revisions: 1.15, 1.14, 1.13, 1.10.2.3
File: tcpdump/print-telnet.c; Revisions: 1.24, 1.21.2.3
File: tcpdump/interface.h; Revisions: 1.222, 1.221, 1.217.2.4
File: tcpdump/tcpdump.c; Revisions: 1.222, 1.216.2.6
File: tcpdump/print-llc.c; Revisions: 1.56, 1.53.2.3
File: tcpdump/print-ether.c; Revisions: 1.87, 1.82.2.3
File: tcpdump/print-cdp.c; Revisions: 1.22, 1.19.2.3
Author: mcr
File: htdocs/index.html; Revisions: 1.45
=====================================================
Combined list of identical log entries
=====================================================
Description:
- pass on ident string to hex_print()
- pass on ident string to ascii_print()
- pave the way for eliminating print_unknown_data()
and subsequent hex_print() replacement
- clean up the default_print() related functions:
- call always into print_ascii() b/c just hexdump data
is uninteresting; hex-offsets plus ascii representation
is what most people are looking for
- remove default_print_unaligned() as it is now obsolete
Modified files:
File: tcpdump/interface.h; Revision: 1.217.2.4;
Date: 2003/12/29 22:42:21; Author: hannes; Lines: (+5 -5)
File: tcpdump/print-ascii.c; Revision: 1.10.2.3;
Date: 2003/12/29 22:42:20; Author: hannes; Lines: (+16 -14)
File: tcpdump/print-cdp.c; Revision: 1.19.2.3;
Date: 2003/12/29 22:42:22; Author: hannes; Lines: (+6 -3)
File: tcpdump/print-ether.c; Revision: 1.82.2.3;
Date: 2003/12/29 22:42:21; Author: hannes; Lines: (+11 -5)
File: tcpdump/print-telnet.c; Revision: 1.21.2.3;
Date: 2003/12/29 22:42:23; Author: hannes; Lines: (+2 -2)
File: tcpdump/tcpdump.c; Revision: 1.216.2.6;
Date: 2003/12/29 22:42:22; Author: hannes; Lines: (+4 -30)
File: tcpdump/util.c; Revision: 1.87.2.3;
Date: 2003/12/29 22:42:23; Author: hannes; Lines: (+3 -21)
-------------------------------
Description:
add tokentable llc_values[], remove SNAP printing beyond vflag
Modified files:
File: tcpdump/print-llc.c; Revision: 1.56;
Date: 2003/12/29 19:57:30; Author: hannes; Lines: (+21 -4)
File: tcpdump/print-llc.c; Revision: 1.53.2.3;
Date: 2003/12/29 22:33:18; Author: hannes; Lines: (+21 -4)
-------------------------------
Description:
pass an identation string to the ascii printer
Modified files:
File: tcpdump/interface.h; Revision: 1.221;
Date: 2003/12/29 10:30:40; Author: hannes; Lines: (+3 -3)
File: tcpdump/print-ascii.c; Revision: 1.13;
Date: 2003/12/29 10:30:40; Author: hannes; Lines: (+11 -9)
-------------------------------
Description:
pass on ident string to hex_print()
Modified files:
File: tcpdump/interface.h; Revision: 1.222;
Date: 2003/12/29 11:05:09; Author: hannes; Lines: (+3 -3)
File: tcpdump/print-ascii.c; Revision: 1.15;
Date: 2003/12/29 11:05:10; Author: hannes; Lines: (+6 -6)
File: tcpdump/print-telnet.c; Revision: 1.24;
Date: 2003/12/29 11:05:10; Author: hannes; Lines: (+2 -2)
=====================================================
Log entries
=====================================================
Description:
noted 3.8.1 released.
Modified files:
File: htdocs/index.html; Revision: 1.45;
Date: 2003/12/29 22:18:27; Author: mcr; Lines: (+10 -9)
-------------------------------
Description:
elimitate tabs as they mess up the multi-line output
Modified files:
File: tcpdump/print-ascii.c; Revision: 1.14;
Date: 2003/12/29 10:51:34; Author: hannes; Lines: (+3 -3)
-------------------------------
Description:
bugfix length output in non-verbose mode
Modified files:
File: tcpdump/print-cdp.c; Revision: 1.22;
Date: 2003/12/29 19:26:28; Author: hannes; Lines: (+6 -3)
-------------------------------
Description:
print ethertypes in hex and fix qflag handling for unknown ethertypes
Modified files:
File: tcpdump/print-ether.c; Revision: 1.87;
Date: 2003/12/29 19:05:37; Author: hannes; Lines: (+9 -3)
-------------------------------
Description:
clean up the default_print() related functions:
- call always into print_ascii() b/c just hexdump data
is uninteresting; hex-offsets plus ascii representation
is what most people are looking for
- remove default_print_unaligned() as it is now obsolete
Modified files:
File: tcpdump/tcpdump.c; Revision: 1.222;
Date: 2003/12/29 10:35:16; Author: hannes; Lines: (+4 -30)
-------------------------------
Description:
pave the way for eliminating print_unknown_data() and subsequent hex_print() replacement
Modified files:
File: tcpdump/util.c; Revision: 1.90;
Date: 2003/12/29 11:07:17; Author: hannes; Lines: (+3 -21)
=====================================================
Summary of modified files
=====================================================
File: htdocs/index.html
Revisions: 1.45
Authors: mcr (+10 -9)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.222, 1.221, 1.217.2.4
Authors: hannes (+3 -3), hannes (+3 -3), hannes (+5 -5)
-------------------------------
File: tcpdump/print-ascii.c
Revisions: 1.15, 1.14, 1.13, 1.10.2.3
Authors: hannes (+6 -6), hannes (+3 -3), hannes (+11 -9), hannes (+16 -14)
-------------------------------
File: tcpdump/print-cdp.c
Revisions: 1.22, 1.19.2.3
Authors: hannes (+6 -3), hannes (+6 -3)
-------------------------------
File: tcpdump/print-ether.c
Revisions: 1.87, 1.82.2.3
Authors: hannes (+9 -3), hannes (+11 -5)
-------------------------------
File: tcpdump/print-llc.c
Revisions: 1.56, 1.53.2.3
Authors: hannes (+21 -4), hannes (+21 -4)
-------------------------------
File: tcpdump/print-telnet.c
Revisions: 1.24, 1.21.2.3
Authors: hannes (+2 -2), hannes (+2 -2)
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.222, 1.216.2.6
Authors: hannes (+4 -30), hannes (+4 -30)
-------------------------------
File: tcpdump/util.c
Revisions: 1.90, 1.87.2.3
Authors: hannes (+3 -21), hannes (+3 -21)
--
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:
- Automatic report from sources (tcpdump libpcap htdocs) between 29.12.2003 - 30.12.2003 GMT Automatic cvs log generator /tcpdump/bin/makelog (Dec 31)
