tcpdump mailing list archives

Automatic report from sources (tcpdump libpcap htdocs) between 17.12.2002 - 18.12.2002 GMT


From: "Automatic cvs log generator /tcpdump/bin/makelog" <mcr () sandelman ottawa on ca>
Date: Wed, 18 Dec 2002 05:06:27 -0500 (EST)

CVS log entries from 17.12.2002 (Tue) 10:05:30 - 18.12.2002 (Wed) 10:05:21 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/tcpdump.1; Revisions: 1.132
        File: tcpdump/print-sll.c; Revisions: 1.11, 1.10
        File: tcpdump/print-pflog.c; Revisions: 1.6, 1.5
        File: tcpdump/interface.h; Revisions: 1.202, 1.201
        File: tcpdump/print-null.c; Revisions: 1.46, 1.45
        File: tcpdump/print-atm.c; Revisions: 1.32, 1.31
        File: tcpdump/print-lane.c; Revisions: 1.19, 1.18
        File: tcpdump/print-pppoe.c; Revisions: 1.20, 1.19
        File: tcpdump/print-ether.c; Revisions: 1.75, 1.74
        File: tcpdump/print-802_11.c; Revisions: 1.18, 1.17
        File: tcpdump/print-ppp.c; Revisions: 1.79, 1.78
        File: tcpdump/print-cip.c; Revisions: 1.20
        File: tcpdump/print-raw.c; Revisions: 1.38
        File: tcpdump/print-chdlc.c; Revisions: 1.26, 1.25
        File: tcpdump/tcpdump.c; Revisions: 1.190
        File: tcpdump/print-fr.c; Revisions: 1.10, 1.9
        File: tcpdump/print-bootp.c; Revisions: 1.69
        File: tcpdump/print-sl.c; Revisions: 1.61, 1.60
        File: tcpdump/print-arcnet.c; Revisions: 1.12, 1.11
        File: tcpdump/print-fddi.c; Revisions: 1.60, 1.59
        File: tcpdump/print-token.c; Revisions: 1.21, 1.20
        File: tcpdump/print-ipfc.c; Revisions: 1.3, 1.2

=====================================================
Combined list of identical log entries
=====================================================
Description:
We no longer use "packetp" for anything, so eliminate it.  (If any
dissector really needs source and destination MAC addresses, we should
make global pointers to them - which would be null for packets lacking
MAC addresses, so dissectors that need them will need to do something
sensible if those pointers are null.)

Don't fake up an Ethernet header if there aren't any MAC addresses to
use when faking it up.

"bp_chaddr" in "print-bootp.c" is an array, so "bp->bp_chaddr" cannot be
null, and there's no need to test for it not being null.
Modified files:
        File: tcpdump/interface.h; Revision: 1.201;
        Date: 2002/12/18 08:53:18; Author: guy; Lines: (+2 -3)
        File: tcpdump/print-802_11.c; Revision: 1.17;
        Date: 2002/12/18 08:53:19; Author: guy; Lines: (+76 -24)
        File: tcpdump/print-arcnet.c; Revision: 1.11;
        Date: 2002/12/18 08:53:19; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-atm.c; Revision: 1.31;
        Date: 2002/12/18 08:53:19; Author: guy; Lines: (+2 -20)
        File: tcpdump/print-bootp.c; Revision: 1.69;
        Date: 2002/12/18 08:53:20; Author: guy; Lines: (+2 -13)
        File: tcpdump/print-chdlc.c; Revision: 1.25;
        Date: 2002/12/18 08:53:20; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-cip.c; Revision: 1.20;
        Date: 2002/12/18 08:53:20; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-ether.c; Revision: 1.74;
        Date: 2002/12/18 08:53:21; Author: guy; Lines: (+4 -6)
        File: tcpdump/print-fddi.c; Revision: 1.59;
        Date: 2002/12/18 08:53:21; Author: guy; Lines: (+6 -11)
        File: tcpdump/print-fr.c; Revision: 1.9;
        Date: 2002/12/18 08:53:21; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-ipfc.c; Revision: 1.2;
        Date: 2002/12/18 08:53:21; Author: guy; Lines: (+5 -11)
        File: tcpdump/print-lane.c; Revision: 1.18;
        Date: 2002/12/18 08:53:22; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-null.c; Revision: 1.45;
        Date: 2002/12/18 08:53:22; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-pflog.c; Revision: 1.5;
        Date: 2002/12/18 08:53:22; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-ppp.c; Revision: 1.78;
        Date: 2002/12/18 08:53:23; Author: guy; Lines: (+11 -14)
        File: tcpdump/print-pppoe.c; Revision: 1.19;
        Date: 2002/12/18 08:53:23; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-raw.c; Revision: 1.38;
        Date: 2002/12/18 08:53:23; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-sl.c; Revision: 1.60;
        Date: 2002/12/18 08:53:24; Author: guy; Lines: (+9 -9)
        File: tcpdump/print-sll.c; Revision: 1.10;
        Date: 2002/12/18 08:53:24; Author: guy; Lines: (+6 -54)
        File: tcpdump/print-token.c; Revision: 1.20;
        Date: 2002/12/18 08:53:24; Author: guy; Lines: (+6 -11)
-------------------------------
Description:
Add a new routine "default_print_packet()", which takes a pointer to the
beginning of the raw packet data, the captured length of the raw packet
data, and the length of the link-layer header, and:

        if "-e" was specified, prints all the raw packet data;

        if "-e" was not specified, prints all the raw packet data past
        the link-layer header, if there is any.

Use that routine in all the "xxx_if_print()" routines if "-x" was
specified.

Make "arcnet_encap_print()" static - it's not used outside
"print-arcnet.c".

Add missing info printing code to "atm_if_print()".

Print the packet data in "lane_if_print()", not in "lane_print()", as
"lane_print()" can be called from other "xxx_if_print()" routines, and
those routines will also print the packet data if "-x" was specified -
no need to print it twice.
Modified files:
        File: tcpdump/interface.h; Revision: 1.202;
        Date: 2002/12/18 09:41:13; Author: guy; Lines: (+2 -1)
        File: tcpdump/print-802_11.c; Revision: 1.18;
        Date: 2002/12/18 09:41:14; Author: guy; Lines: (+14 -2)
        File: tcpdump/print-arcnet.c; Revision: 1.12;
        Date: 2002/12/18 09:41:14; Author: guy; Lines: (+16 -4)
        File: tcpdump/print-atm.c; Revision: 1.32;
        Date: 2002/12/18 09:41:14; Author: guy; Lines: (+4 -1)
        File: tcpdump/print-chdlc.c; Revision: 1.26;
        Date: 2002/12/18 09:41:15; Author: guy; Lines: (+2 -2)
        File: tcpdump/print-ether.c; Revision: 1.75;
        Date: 2002/12/18 09:41:15; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-fddi.c; Revision: 1.60;
        Date: 2002/12/18 09:41:15; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-fr.c; Revision: 1.10;
        Date: 2002/12/18 09:41:16; Author: guy; Lines: (+11 -2)
        File: tcpdump/print-ipfc.c; Revision: 1.3;
        Date: 2002/12/18 09:41:16; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-lane.c; Revision: 1.19;
        Date: 2002/12/18 09:41:16; Author: guy; Lines: (+11 -3)
        File: tcpdump/print-null.c; Revision: 1.46;
        Date: 2002/12/18 09:41:16; Author: guy; Lines: (+2 -2)
        File: tcpdump/print-pflog.c; Revision: 1.6;
        Date: 2002/12/18 09:41:17; Author: guy; Lines: (+11 -2)
        File: tcpdump/print-ppp.c; Revision: 1.79;
        Date: 2002/12/18 09:41:17; Author: guy; Lines: (+19 -3)
        File: tcpdump/print-pppoe.c; Revision: 1.20;
        Date: 2002/12/18 09:41:17; Author: guy; Lines: (+4 -5)
        File: tcpdump/print-sl.c; Revision: 1.61;
        Date: 2002/12/18 09:41:17; Author: guy; Lines: (+3 -3)
        File: tcpdump/print-sll.c; Revision: 1.11;
        Date: 2002/12/18 09:41:18; Author: guy; Lines: (+14 -2)
        File: tcpdump/print-token.c; Revision: 1.21;
        Date: 2002/12/18 09:41:18; Author: guy; Lines: (+4 -5)
        File: tcpdump/tcpdump.1; Revision: 1.132;
        Date: 2002/12/18 09:41:18; Author: guy; Lines: (+5 -2)
        File: tcpdump/tcpdump.c; Revision: 1.190;
        Date: 2002/12/18 09:41:19; Author: guy; Lines: (+27 -2)
=====================================================
Log entries
=====================================================
=====================================================
Summary of modified files
=====================================================
File: tcpdump/interface.h
Revisions: 1.202, 1.201
Authors: guy (+2 -1), guy (+2 -3)
-------------------------------
File: tcpdump/print-802_11.c
Revisions: 1.18, 1.17
Authors: guy (+14 -2), guy (+76 -24)
-------------------------------
File: tcpdump/print-arcnet.c
Revisions: 1.12, 1.11
Authors: guy (+16 -4), guy (+4 -5)
-------------------------------
File: tcpdump/print-atm.c
Revisions: 1.32, 1.31
Authors: guy (+4 -1), guy (+2 -20)
-------------------------------
File: tcpdump/print-bootp.c
Revisions: 1.69
Authors: guy (+2 -13)
-------------------------------
File: tcpdump/print-chdlc.c
Revisions: 1.26, 1.25
Authors: guy (+2 -2), guy (+4 -5)
-------------------------------
File: tcpdump/print-cip.c
Revisions: 1.20
Authors: guy (+4 -5)
-------------------------------
File: tcpdump/print-ether.c
Revisions: 1.75, 1.74
Authors: guy (+4 -5), guy (+4 -6)
-------------------------------
File: tcpdump/print-fddi.c
Revisions: 1.60, 1.59
Authors: guy (+4 -5), guy (+6 -11)
-------------------------------
File: tcpdump/print-fr.c
Revisions: 1.10, 1.9
Authors: guy (+11 -2), guy (+4 -5)
-------------------------------
File: tcpdump/print-ipfc.c
Revisions: 1.3, 1.2
Authors: guy (+4 -5), guy (+5 -11)
-------------------------------
File: tcpdump/print-lane.c
Revisions: 1.19, 1.18
Authors: guy (+11 -3), guy (+4 -5)
-------------------------------
File: tcpdump/print-null.c
Revisions: 1.46, 1.45
Authors: guy (+2 -2), guy (+4 -5)
-------------------------------
File: tcpdump/print-pflog.c
Revisions: 1.6, 1.5
Authors: guy (+11 -2), guy (+4 -5)
-------------------------------
File: tcpdump/print-ppp.c
Revisions: 1.79, 1.78
Authors: guy (+19 -3), guy (+11 -14)
-------------------------------
File: tcpdump/print-pppoe.c
Revisions: 1.20, 1.19
Authors: guy (+4 -5), guy (+4 -5)
-------------------------------
File: tcpdump/print-raw.c
Revisions: 1.38
Authors: guy (+4 -5)
-------------------------------
File: tcpdump/print-sl.c
Revisions: 1.61, 1.60
Authors: guy (+3 -3), guy (+9 -9)
-------------------------------
File: tcpdump/print-sll.c
Revisions: 1.11, 1.10
Authors: guy (+14 -2), guy (+6 -54)
-------------------------------
File: tcpdump/print-token.c
Revisions: 1.21, 1.20
Authors: guy (+4 -5), guy (+6 -11)
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.132
Authors: guy (+5 -2)
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.190
Authors: guy (+27 -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: