CVS log entries from 25.04.2005 (Mon) 09:06:40 - 26.04.2005 (Tue) 09:07:01 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: libpcap/gencode.c; Revisions: 1.234, 1.221.2.8
        File: tcpdump/util.c; Revisions: 1.97, 1.96, 1.95.2.2, 1.95.2.1
        File: tcpdump/print-isoclns.c; Revisions: 1.138, 1.137, 1.133.2.5, 
1.133.2.4
        File: tcpdump/print-llc.c; Revisions: 1.65, 1.64, 1.63, 1.62, 1.61.2.4, 
1.61.2.3, 1.61.2.2, 1.61.2.1
        File: tcpdump/print-icmp6.c; Revisions: 1.82, 1.79.2.3
        File: tcpdump/print-fr.c; Revisions: 1.35, 1.34, 1.33, 1.32.2.3, 
1.32.2.2, 1.32.2.1
        File: tcpdump/print-stp.c; Revisions: 1.14, 1.13.2.1
        File: tcpdump/interface.h; Revisions: 1.248, 1.244.2.4
        File: tcpdump/llc.h; Revisions: 1.18, 1.17.2.1
        File: tcpdump/print-ether.c; Revisions: 1.96, 1.95.2.1
        File: tcpdump/print-juniper.c; Revisions: 1.11, 1.8.2.3
        File: tcpdump/print-sll.c; Revisions: 1.17, 1.16.2.1
        File: tcpdump/print-rsvp.c; Revisions: 1.35, 1.33.2.2

Author: hannes
        File: tcpdump/print-isoclns.c; Revisions: 1.136, 1.135, 1.106.2.8, 
1.106.2.7, 1.133.2.3, 1.133.2.2
        File: tcpdump/print-rsvp.c; Revisions: 1.34, 1.33.2.1

Author: risso
        File: libpcap/savefile.c; Revisions: 1.129, 1.126.2.2

=====================================================
Combined list of identical log entries
=====================================================
Description:
Don't print the LLC header stuff if it's an 802.3 IPX frame - there
isn't an LLC header on those frames.
Modified files:
        File: tcpdump/print-llc.c; Revision: 1.64;
        Date: 2005/04/26 03:51:38; Author: guy; Lines: (+9 -9)
        File: tcpdump/print-llc.c; Revision: 1.61.2.3;
        Date: 2005/04/26 03:52:00; Author: guy; Lines: (+9 -9)
-------------------------------
Description:
Don't dump core if a null "struct tok" array pointer is passed to
"tok2strbuf()".
Modified files:
        File: tcpdump/util.c; Revision: 1.96;
        Date: 2005/04/25 16:14:43; Author: guy; Lines: (+7 -5)
        File: tcpdump/util.c; Revision: 1.95.2.1;
        Date: 2005/04/25 16:15:07; Author: guy; Lines: (+7 -5)
-------------------------------
Description:
Fixed the definition of SET_BINMODE(): the correct flag under VC6 is
_O_BINARY (which is accepted by Cygwin, as well).

Moved SET_BINMODE while reading from stdin *before* reading the savefile
header.
Modified files:
        File: libpcap/savefile.c; Revision: 1.129;
        Date: 2005/04/26 00:54:23; Author: risso; Lines: (+12 -11)
        File: libpcap/savefile.c; Revision: 1.126.2.2;
        Date: 2005/04/26 00:20:33; Author: risso; Lines: (+12 -11)
-------------------------------
Description:
Get rid of some extra blanks.
Modified files:
        File: tcpdump/print-icmp6.c; Revision: 1.82;
        Date: 2005/04/25 17:29:51; Author: guy; Lines: (+6 -6)
        File: tcpdump/print-icmp6.c; Revision: 1.79.2.3;
        Date: 2005/04/25 17:30:16; Author: guy; Lines: (+6 -6)
-------------------------------
Description:
>From Albert Chin: IBM's C compiler, at least for AIX 4.3.3, doesn't
allow a trailing comma on the last member of an enum.
Modified files:
        File: tcpdump/print-juniper.c; Revision: 1.11;
        Date: 2005/04/25 18:53:27; Author: guy; Lines: (+2 -2)
        File: tcpdump/print-juniper.c; Revision: 1.8.2.3;
        Date: 2005/04/25 18:55:01; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
check against min. TLV length / get if logic right
Modified files:
        File: tcpdump/print-isoclns.c; Revision: 1.136;
        Date: 2005/04/25 10:41:06; Author: hannes; Lines: (+2 -2)
        File: tcpdump/print-isoclns.c; Revision: 1.106.2.8;
        Date: 2005/04/25 10:44:24; Author: hannes; Lines: (+2 -2)
        File: tcpdump/print-isoclns.c; Revision: 1.133.2.3;
        Date: 2005/04/25 10:43:24; Author: hannes; Lines: (+2 -2)
-------------------------------
Description:
Add a bunch of error checking.
Modified files:
        File: tcpdump/print-isoclns.c; Revision: 1.137;
        Date: 2005/04/25 18:50:35; Author: guy; Lines: (+97 -25)
        File: tcpdump/print-isoclns.c; Revision: 1.133.2.4;
        Date: 2005/04/25 18:51:52; Author: guy; Lines: (+97 -25)
-------------------------------
Description:
bugfix: do not attempt to decode zero-length TLVs, only attempt to decode 
IS-REACH (varlength) TLVs if the TLV length indicates that there is at least a 
single byte on the wire
Modified files:
        File: tcpdump/print-isoclns.c; Revision: 1.135;
        Date: 2005/04/25 09:09:11; Author: hannes; Lines: (+5 -2)
        File: tcpdump/print-isoclns.c; Revision: 1.106.2.7;
        Date: 2005/04/25 09:16:35; Author: hannes; Lines: (+5 -2)
        File: tcpdump/print-isoclns.c; Revision: 1.133.2.2;
        Date: 2005/04/25 09:11:04; Author: hannes; Lines: (+5 -2)
-------------------------------
Description:
Add some missing braces.
Modified files:
        File: tcpdump/print-rsvp.c; Revision: 1.35;
        Date: 2005/04/25 19:28:30; Author: guy; Lines: (+3 -2)
        File: tcpdump/print-rsvp.c; Revision: 1.33.2.2;
        Date: 2005/04/25 19:28:56; Author: guy; Lines: (+3 -2)
-------------------------------
Description:
Have separate "struct tok" PID-to-name tables for different OUIs; don't
Modified files:
        File: tcpdump/print-ether.c; Revision: 1.96;
        Date: 2005/04/25 17:56:43; Author: guy; Lines: (+1 -17)
        File: tcpdump/print-ether.c; Revision: 1.95.2.1;
        Date: 2005/04/25 17:57:15; Author: guy; Lines: (+1 -17)
        File: tcpdump/print-llc.c; Revision: 1.62;
        Date: 2005/04/25 17:56:43; Author: guy; Lines: (+44 -7)
        File: tcpdump/print-llc.c; Revision: 1.61.2.1;
        Date: 2005/04/25 17:57:15; Author: guy; Lines: (+44 -7)
-------------------------------
Description:
bugfix: prevent infinite loop in ERO processing, print ERO subtype length
Modified files:
        File: tcpdump/print-rsvp.c; Revision: 1.34;
        Date: 2005/04/25 13:18:30; Author: hannes; Lines: (+10 -4)
        File: tcpdump/print-rsvp.c; Revision: 1.33.2.1;
        Date: 2005/04/25 13:19:34; Author: hannes; Lines: (+10 -4)
-------------------------------
Description:
Base all interpretion of IE contents on the code set.

Get rid of an extra blank.
Modified files:
        File: tcpdump/print-fr.c; Revision: 1.33;
        Date: 2005/04/25 16:29:00; Author: guy; Lines: (+84 -48)
        File: tcpdump/print-fr.c; Revision: 1.32.2.1;
        Date: 2005/04/25 16:29:18; Author: guy; Lines: (+84 -48)
-------------------------------
Description:
Don't run past the end of the data when printing unknown data.
Modified files:
        File: tcpdump/util.c; Revision: 1.97;
        Date: 2005/04/26 03:43:27; Author: guy; Lines: (+3 -1)
        File: tcpdump/util.c; Revision: 1.95.2.2;
        Date: 2005/04/26 03:44:36; Author: guy; Lines: (+3 -1)
-------------------------------
Description:
Make "snap_print()" handle fetching and printing the OUI.

Don't copy the LLC header to a "struct llc", just construct the
individual fields.

Fetch the control field early in the dissection process, and check to
make sure we have at least 4 bytes of LLC header if it's not a U frame.
Fetch both bytes of the control field for I and S frames, and display
all 4 hex digits of it.

Only dissect UI frames as BPDUs, and pass the BPDU dissector a pointer
to the beginning of the BPDU, not the beginning of the LLC header - not
all BPDUs are encapsulated in LLC headers.

Only dissect UI frames as IP packets.

Do bounds checking in "snap_print()".
Modified files:
        File: tcpdump/interface.h; Revision: 1.248;
        Date: 2005/04/26 07:26:33; Author: guy; Lines: (+2 -3)
        File: tcpdump/interface.h; Revision: 1.244.2.4;
        Date: 2005/04/26 07:27:15; Author: guy; Lines: (+2 -3)
        File: tcpdump/llc.h; Revision: 1.18;
        Date: 2005/04/26 07:26:33; Author: guy; Lines: (+2 -34)
        File: tcpdump/llc.h; Revision: 1.17.2.1;
        Date: 2005/04/26 07:27:16; Author: guy; Lines: (+2 -34)
        File: tcpdump/print-fr.c; Revision: 1.35;
        Date: 2005/04/26 07:26:34; Author: guy; Lines: (+2 -16)
        File: tcpdump/print-fr.c; Revision: 1.32.2.3;
        Date: 2005/04/26 07:27:16; Author: guy; Lines: (+2 -16)
        File: tcpdump/print-llc.c; Revision: 1.65;
        Date: 2005/04/26 07:26:34; Author: guy; Lines: (+124 -107)
        File: tcpdump/print-llc.c; Revision: 1.61.2.4;
        Date: 2005/04/26 07:27:16; Author: guy; Lines: (+124 -107)
        File: tcpdump/print-stp.c; Revision: 1.14;
        Date: 2005/04/26 07:26:34; Author: guy; Lines: (+15 -15)
        File: tcpdump/print-stp.c; Revision: 1.13.2.1;
        Date: 2005/04/26 07:27:17; Author: guy; Lines: (+15 -15)
-------------------------------
Description:
Properly terminate a "struct tok" list.

Add more "struct tok" tables for SNAP PIDs.

Don't print the source and/or destination addresses and SAPs for
undecoded packets if we printed them already with the "-e" flag.
Modified files:
        File: tcpdump/print-llc.c; Revision: 1.63;
        Date: 2005/04/26 03:38:09; Author: guy; Lines: (+45 -34)
        File: tcpdump/print-llc.c; Revision: 1.61.2.2;
        Date: 2005/04/26 03:38:45; Author: guy; Lines: (+45 -34)
-------------------------------
Description:
Don't print ", " before the length if we're printing the link-layer
header, as the ", " isn't necessary, and looks ugly, in that case.

Use TCHECK() and TCHECK2() for bounds checking, and do more bounds
checking.
Modified files:
        File: tcpdump/print-isoclns.c; Revision: 1.138;
        Date: 2005/04/26 07:14:07; Author: guy; Lines: (+10 -8)
        File: tcpdump/print-isoclns.c; Revision: 1.133.2.5;
        Date: 2005/04/26 07:14:25; Author: guy; Lines: (+10 -8)
-------------------------------
Description:
Dereference the *right* function pointer.
Modified files:
        File: tcpdump/print-fr.c; Revision: 1.34;
        Date: 2005/04/25 19:17:25; Author: guy; Lines: (+2 -2)
        File: tcpdump/print-fr.c; Revision: 1.32.2.2;
        Date: 2005/04/25 19:17:50; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
"gen_portatom()" and "gen_portatom6()" are declared as static; define
them as static as well.
Modified files:
        File: libpcap/gencode.c; Revision: 1.234;
        Date: 2005/04/25 18:58:05; Author: guy; Lines: (+3 -3)
        File: libpcap/gencode.c; Revision: 1.221.2.8;
        Date: 2005/04/25 18:59:20; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
Don't show the packet type as an Ethernet type if it's not one.
Modified files:
        File: tcpdump/print-sll.c; Revision: 1.17;
        Date: 2005/04/26 00:16:28; Author: guy; Lines: (+41 -6)
        File: tcpdump/print-sll.c; Revision: 1.16.2.1;
        Date: 2005/04/26 00:16:43; Author: guy; Lines: (+41 -6)
=====================================================
Log entries
=====================================================
=====================================================
Summary of modified files
=====================================================
File: libpcap/gencode.c
Revisions: 1.234, 1.221.2.8
Authors: guy (+3 -3), guy (+3 -3)
-------------------------------
File: libpcap/savefile.c
Revisions: 1.129, 1.126.2.2
Authors: risso (+12 -11), risso (+12 -11)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.248, 1.244.2.4
Authors: guy (+2 -3), guy (+2 -3)
-------------------------------
File: tcpdump/llc.h
Revisions: 1.18, 1.17.2.1
Authors: guy (+2 -34), guy (+2 -34)
-------------------------------
File: tcpdump/print-ether.c
Revisions: 1.96, 1.95.2.1
Authors: guy (+1 -17), guy (+1 -17)
-------------------------------
File: tcpdump/print-fr.c
Revisions: 1.35, 1.34, 1.33, 1.32.2.3, 1.32.2.2, 1.32.2.1
Authors: guy (+2 -16), guy (+2 -2), guy (+84 -48), guy (+2 -16), guy (+2 -2), 
guy (+84 -48)
-------------------------------
File: tcpdump/print-icmp6.c
Revisions: 1.82, 1.79.2.3
Authors: guy (+6 -6), guy (+6 -6)
-------------------------------
File: tcpdump/print-isoclns.c
Revisions: 1.138, 1.137, 1.136, 1.135, 1.106.2.8, 1.106.2.7, 1.133.2.5, 
1.133.2.4, 1.133.2.3, 1.133.2.2
Authors: guy (+10 -8), guy (+97 -25), hannes (+2 -2), hannes (+5 -2), hannes 
(+2 -2), hannes (+5 -2), guy (+10 -8), guy (+97 -25), hannes (+2 -2), hannes 
(+5 -2)
-------------------------------
File: tcpdump/print-juniper.c
Revisions: 1.11, 1.8.2.3
Authors: guy (+2 -2), guy (+2 -2)
-------------------------------
File: tcpdump/print-llc.c
Revisions: 1.65, 1.64, 1.63, 1.62, 1.61.2.4, 1.61.2.3, 1.61.2.2, 1.61.2.1
Authors: guy (+124 -107), guy (+9 -9), guy (+45 -34), guy (+44 -7), guy (+124 
-107), guy (+9 -9), guy (+45 -34), guy (+44 -7)
-------------------------------
File: tcpdump/print-rsvp.c
Revisions: 1.35, 1.34, 1.33.2.2, 1.33.2.1
Authors: guy (+3 -2), hannes (+10 -4), guy (+3 -2), hannes (+10 -4)
-------------------------------
File: tcpdump/print-sll.c
Revisions: 1.17, 1.16.2.1
Authors: guy (+41 -6), guy (+41 -6)
-------------------------------
File: tcpdump/print-stp.c
Revisions: 1.14, 1.13.2.1
Authors: guy (+15 -15), guy (+15 -15)
-------------------------------
File: tcpdump/util.c
Revisions: 1.97, 1.96, 1.95.2.2, 1.95.2.1
Authors: guy (+3 -1), guy (+7 -5), guy (+3 -1), guy (+7 -5)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.

Reply via email to