CVS log entries from 10.10.2005 (Mon) 09:05:03 - 10.11.2005 (Thu) 10:04:05 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/print-tcp.c; Revisions: 1.123, 1.120.2.3
        File: tcpdump/print-isoclns.c; Revisions: 1.153, 1.133.2.20
        File: tcpdump/print-bgp.c; Revisions: 1.98, 1.91.2.7
        File: tcpdump/configure; Revisions: 1.146, 1.134.2.12
        File: tcpdump/aclocal.m4; Revisions: 1.113, 1.106.2.7
        File: tcpdump/ieee802_11.h; Revisions: 1.10, 1.9.4.1
        File: tcpdump/print-atm.c; Revisions: 1.42, 1.38.2.4
        File: tcpdump/CREDITS; Revisions: 1.111, 1.103.2.8
        File: libpcap/scanner.l; Revisions: 1.105, 1.104, 1.99.2.6, 1.99.2.5
        File: tcpdump/print-dccp.c; Revisions: 1.4, 1.1.2.3
        File: tcpdump/print-802_11.c; Revisions: 1.37, 1.31.2.6

Author: hannes
        File: tcpdump/tcpdump.1; Revisions: 1.174
        File: tcpdump/print-chdlc.c; Revisions: 1.41, 1.32.2.9
        File: tcpdump/print-bgp.c; Revisions: 1.99, 1.91.2.8
        File: tcpdump/print-ppp.c; Revisions: 1.113, 1.108.2.5
        File: tcpdump/tcpdump.c; Revisions: 1.263, 1.262
        File: tcpdump/print-fr.c; Revisions: 1.47, 1.32.2.13
        File: tcpdump/netdissect.h; Revisions: 1.20
        File: tcpdump/CREDITS; Revisions: 1.113, 1.112
        File: tcpdump/interface.h; Revisions: 1.263
        File: tcpdump/print-dccp.c; Revisions: 1.3

Author: uid2056
        File: tcpdump/tests/print-capXX.out; Revisions: 1.2, 1.1.2.2
        File: tcpdump/tests/print-X.out; Revisions: 1.4, 1.3.2.2
        File: tcpdump/tests/print-capX.out; Revisions: 1.2, 1.1.2.2
        File: tcpdump/tests/print-XX.out; Revisions: 1.4, 1.3.2.2

=====================================================
Combined list of identical log entries
=====================================================
Description:
The ANSI C Committee sayeth "Thou shalt not add to a pointer to void,
for a void hath no size".
Modified files:
        File: tcpdump/print-dccp.c; Revision: 1.4;
        Date: 2005/11/08 02:48:14; Author: guy; Lines: (+2 -2)
        File: tcpdump/print-dccp.c; Revision: 1.1.2.3;
        Date: 2005/11/08 02:49:03; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
add cisco prop. eigrp related, extd. communities
Modified files:
        File: tcpdump/print-bgp.c; Revision: 1.99;
        Date: 2005/10/19 09:24:08; Author: hannes; Lines: (+15 -1)
        File: tcpdump/print-bgp.c; Revision: 1.91.2.8;
        Date: 2005/10/19 09:28:13; Author: hannes; Lines: (+15 -1)
-------------------------------
Description:
from Will Drewry <will AT alum.bu.edu>

auto-rotate files after some times given with the G flag;
Modified files:
        File: tcpdump/CREDITS; Revision: 1.112;
        Date: 2005/10/20 07:44:57; Author: hannes; Lines: (+1 -0)
        File: tcpdump/interface.h; Revision: 1.263;
        Date: 2005/10/20 07:43:51; Author: hannes; Lines: (+4 -1)
        File: tcpdump/netdissect.h; Revision: 1.20;
        Date: 2005/10/20 07:43:51; Author: hannes; Lines: (+4 -1)
        File: tcpdump/tcpdump.1; Revision: 1.174;
        Date: 2005/10/20 07:43:51; Author: hannes; Lines: (+25 -2)
        File: tcpdump/tcpdump.c; Revision: 1.262;
        Date: 2005/10/20 07:43:52; Author: hannes; Lines: (+115 -22)
-------------------------------
Description:
>From Markus Schoepflin: don't use "struct in6_addr" if INET6 isn't
defined, because, in that case, "struct in6_addr" probably isn't
defined, either.

Check for too-large bit lengths in TLVs.
Modified files:
        File: tcpdump/CREDITS; Revision: 1.111;
        Date: 2005/10/16 08:17:51; Author: guy; Lines: (+1 -0)
        File: tcpdump/CREDITS; Revision: 1.103.2.8;
        Date: 2005/10/16 08:18:18; Author: guy; Lines: (+1 -0)
        File: tcpdump/print-isoclns.c; Revision: 1.153;
        Date: 2005/10/16 08:17:52; Author: guy; Lines: (+21 -1)
        File: tcpdump/print-isoclns.c; Revision: 1.133.2.20;
        Date: 2005/10/16 08:18:18; Author: guy; Lines: (+21 -1)
-------------------------------
Description:
Uniformly use IEEE802_11_TSTAMP_LEN as the 802.11 timestamp length and
IEEE802_11_AP_LEN as the length of the previous AP in reassociation
frame.

Before copying variable-length fields from a management frame IE, make
sure the length isn't too large.
Modified files:
        File: tcpdump/ieee802_11.h; Revision: 1.10;
        Date: 2005/10/17 07:58:56; Author: guy; Lines: (+3 -3)
        File: tcpdump/ieee802_11.h; Revision: 1.9.4.1;
        Date: 2005/10/17 07:59:17; Author: guy; Lines: (+3 -3)
        File: tcpdump/print-802_11.c; Revision: 1.37;
        Date: 2005/10/17 07:58:57; Author: guy; Lines: (+10 -2)
        File: tcpdump/print-802_11.c; Revision: 1.31.2.6;
        Date: 2005/10/17 07:59:18; Author: guy; Lines: (+10 -2)
-------------------------------
Description:
>From Rick Jones: crank up some limits so the HP-UX lex can handle this
file.
Modified files:
        File: libpcap/scanner.l; Revision: 1.104;
        Date: 2005/11/08 02:32:55; Author: guy; Lines: (+6 -7)
        File: libpcap/scanner.l; Revision: 1.99.2.5;
        Date: 2005/11/08 02:33:37; Author: guy; Lines: (+6 -7)
-------------------------------
Description:
Propagate

        revision 1.3.2.1
        date: 2005/10/02 22:29:54;  author: mcr;  state: Exp;  lines: +0 -0
                pullup of working test results

for print-X.out and

        revision 1.3.2.1
        date: 2005/10/02 22:29:55;  author: mcr;  state: Exp;  lines: +0 -0
                pullup of working test results

for print-XX.out to print-capX.out and print-capXX.out, and re-remove
print-X.out and print-XX.out, so that they don't collide with
"print-x.out" and "print-xx.out" on systems with case-insensitive file
systems (not only are modern Windows file systems case-insensitive but
case-preserving, so, by default, is HFS+ on OS X, so you can even have
case-insensitivity on UN*X systems).
Modified files:
        File: tcpdump/tests/print-X.out; Revision: 1.3.2.2;
        Date: 2005/10/13 09:17:39; Author: uid2056; Lines: (+0 -0)
        File: tcpdump/tests/print-XX.out; Revision: 1.3.2.2;
        Date: 2005/10/13 09:17:39; Author: uid2056; Lines: (+0 -0)
        File: tcpdump/tests/print-capX.out; Revision: 1.1.2.2;
        Date: 2005/10/13 09:17:40; Author: uid2056; Lines: (+10 -10)
        File: tcpdump/tests/print-capXX.out; Revision: 1.1.2.2;
        Date: 2005/10/13 09:17:40; Author: uid2056; Lines: (+10 -10)
-------------------------------
Description:
resolve CHDLC proto to name, remove tok2str() lookalive
Modified files:
        File: tcpdump/print-chdlc.c; Revision: 1.41;
        Date: 2005/11/04 18:30:21; Author: hannes; Lines: (+13 -13)
        File: tcpdump/print-chdlc.c; Revision: 1.32.2.9;
        Date: 2005/11/04 18:31:08; Author: hannes; Lines: (+13 -13)
-------------------------------
Description:
>From Noritoshi Demizu: memcmp() returns a value = 0 if the two memory
regions are =, < 0 if the first memory region is < the second, or > 0 if
the first memory region is > the second, so to check whether two memory
regions are equal, check whether memcmp()'s return value is == 0.
Modified files:
        File: tcpdump/print-tcp.c; Revision: 1.123;
        Date: 2005/10/16 06:05:03; Author: guy; Lines: (+2 -2)
        File: tcpdump/print-tcp.c; Revision: 1.120.2.3;
        Date: 2005/10/16 06:05:46; Author: guy; Lines: (+2 -2)
-------------------------------
Description:
calculate correct length of LCP echo/echo-reply Magic-Num trailing data
Modified files:
        File: tcpdump/print-ppp.c; Revision: 1.113;
        Date: 2005/11/03 07:30:25; Author: hannes; Lines: (+4 -3)
        File: tcpdump/print-ppp.c; Revision: 1.108.2.5;
        Date: 2005/11/03 07:31:01; Author: hannes; Lines: (+4 -3)
-------------------------------
Description:
Previous change was applied by hand, and deleted one line.  Put that
line back.
Modified files:
        File: libpcap/scanner.l; Revision: 1.105;
        Date: 2005/11/09 23:49:30; Author: guy; Lines: (+2 -1)
        File: libpcap/scanner.l; Revision: 1.99.2.6;
        Date: 2005/11/09 23:49:48; Author: guy; Lines: (+2 -1)
-------------------------------
Description:
If you're going to stuff the result of EXTRACT_32BITS() into a variable,
making the variable 32 bits or longer might be a good idea.
Modified files:
        File: tcpdump/print-atm.c; Revision: 1.42;
        Date: 2005/11/10 00:43:24; Author: guy; Lines: (+4 -3)
        File: tcpdump/print-atm.c; Revision: 1.38.2.4;
        Date: 2005/11/10 00:43:52; Author: guy; Lines: (+4 -3)
-------------------------------
Description:
Before subtracting a value from a prefix length, make sure the prefix
length is >= the value.  (In theory, if that check isn't done, the
prefix length will overflow, and, as it's unsigned, that'd make it very
large, and rejected by the other sanity check - but it's cleaner to
check explicitly.)

In decode_rt_routing_info(), fix the checks for the prefix length -
according to draft-marques-ppvpn-rt-constrain-01, the default route
target has a 0-length prefix, and all others have a length between 32
and 96.
Modified files:
        File: tcpdump/print-bgp.c; Revision: 1.98;
        Date: 2005/10/16 18:14:55; Author: guy; Lines: (+24 -2)
        File: tcpdump/print-bgp.c; Revision: 1.91.2.7;
        Date: 2005/10/16 18:17:12; Author: guy; Lines: (+24 -2)
-------------------------------
Description:
add support for PPP over Frame-Relay
Modified files:
        File: tcpdump/print-fr.c; Revision: 1.47;
        Date: 2005/11/04 07:16:58; Author: hannes; Lines: (+5 -1)
        File: tcpdump/print-fr.c; Revision: 1.32.2.13;
        Date: 2005/11/04 07:17:40; Author: hannes; Lines: (+5 -1)
-------------------------------
Description:
Add -Wpointer-arith to the list of warnings we enable with GCC.
Modified files:
        File: tcpdump/aclocal.m4; Revision: 1.113;
        Date: 2005/11/08 02:59:40; Author: guy; Lines: (+2 -2)
        File: tcpdump/aclocal.m4; Revision: 1.106.2.7;
        Date: 2005/11/08 03:00:52; Author: guy; Lines: (+2 -2)
        File: tcpdump/configure; Revision: 1.146;
        Date: 2005/11/08 02:59:40; Author: guy; Lines: (+2299 -887)
        File: tcpdump/configure; Revision: 1.134.2.12;
        Date: 2005/11/08 03:00:53; Author: guy; Lines: (+2297 -885)
-------------------------------
Description:
Propagate

        revision 1.3
        date: 2005/10/02 22:24:33;  author: mcr;  state: Exp;  lines: +10 -10
        branches:  1.3.2;
           updated test case output

for print-X.out and print-XX.out to print-capX.out and print-capXX.out,
and re-remove print-X.out and print-XX.out, so that they don't collide
with "print-x.out" and "print-xx.out" on systems with case-insensitive
file systems (not only are modern Windows file systems case-insensitive
but case-preserving, so, by default, is HFS+ on OS X, so you can even
have case-insensitivity on UN*X systems).
Modified files:
        File: tcpdump/tests/print-X.out; Revision: 1.4;
        Date: 2005/10/13 09:11:43; Author: uid2056; Lines: (+0 -0)
        File: tcpdump/tests/print-XX.out; Revision: 1.4;
        Date: 2005/10/13 09:11:43; Author: uid2056; Lines: (+0 -0)
        File: tcpdump/tests/print-capX.out; Revision: 1.2;
        Date: 2005/10/13 09:11:44; Author: uid2056; Lines: (+10 -10)
        File: tcpdump/tests/print-capXX.out; Revision: 1.2;
        Date: 2005/10/13 09:11:44; Author: uid2056; Lines: (+10 -10)
=====================================================
Log entries
=====================================================
Description:
add Andrea Bittau to blamelist for co-authorship on print-dccp.c v1.3
Modified files:
        File: tcpdump/CREDITS; Revision: 1.113;
        Date: 2005/11/04 00:57:28; Author: hannes; Lines:  (+1 -0)
-------------------------------
Description:
from Ian Mc Donald <imcdnzl AT gmail.com>:
  displaying ACKs for close packets
Modified files:
        File: tcpdump/print-dccp.c; Revision: 1.3;
        Date: 2005/11/04 00:45:39; Author: hannes; Lines:  (+23 -22)
-------------------------------
Description:
from Will Drewry <will AT alum.bu.edu>

fix memleak by freeing the rotated files accordingly
Modified files:
        File: tcpdump/tcpdump.c; Revision: 1.263;
        Date: 2005/10/25 09:29:44; Author: hannes; Lines:  (+3 -1)
=====================================================
Summary of modified files
=====================================================
File: libpcap/scanner.l
Revisions: 1.105, 1.104, 1.99.2.6, 1.99.2.5
Authors: guy (+2 -1), guy (+6 -7), guy (+2 -1), guy (+6 -7)
-------------------------------
File: tcpdump/CREDITS
Revisions: 1.113, 1.112, 1.111, 1.103.2.8
Authors: hannes (+1 -0), hannes (+1 -0), guy (+1 -0), guy (+1 -0)
-------------------------------
File: tcpdump/aclocal.m4
Revisions: 1.113, 1.106.2.7
Authors: guy (+2 -2), guy (+2 -2)
-------------------------------
File: tcpdump/configure
Revisions: 1.146, 1.134.2.12
Authors: guy (+2299 -887), guy (+2297 -885)
-------------------------------
File: tcpdump/ieee802_11.h
Revisions: 1.10, 1.9.4.1
Authors: guy (+3 -3), guy (+3 -3)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.263
Authors: hannes (+4 -1)
-------------------------------
File: tcpdump/netdissect.h
Revisions: 1.20
Authors: hannes (+4 -1)
-------------------------------
File: tcpdump/print-802_11.c
Revisions: 1.37, 1.31.2.6
Authors: guy (+10 -2), guy (+10 -2)
-------------------------------
File: tcpdump/print-atm.c
Revisions: 1.42, 1.38.2.4
Authors: guy (+4 -3), guy (+4 -3)
-------------------------------
File: tcpdump/print-bgp.c
Revisions: 1.99, 1.98, 1.91.2.8, 1.91.2.7
Authors: hannes (+15 -1), guy (+24 -2), hannes (+15 -1), guy (+24 -2)
-------------------------------
File: tcpdump/print-chdlc.c
Revisions: 1.41, 1.32.2.9
Authors: hannes (+13 -13), hannes (+13 -13)
-------------------------------
File: tcpdump/print-dccp.c
Revisions: 1.4, 1.3, 1.1.2.3
Authors: guy (+2 -2), hannes (+23 -22), guy (+2 -2)
-------------------------------
File: tcpdump/print-fr.c
Revisions: 1.47, 1.32.2.13
Authors: hannes (+5 -1), hannes (+5 -1)
-------------------------------
File: tcpdump/print-isoclns.c
Revisions: 1.153, 1.133.2.20
Authors: guy (+21 -1), guy (+21 -1)
-------------------------------
File: tcpdump/print-ppp.c
Revisions: 1.113, 1.108.2.5
Authors: hannes (+4 -3), hannes (+4 -3)
-------------------------------
File: tcpdump/print-tcp.c
Revisions: 1.123, 1.120.2.3
Authors: guy (+2 -2), guy (+2 -2)
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.174
Authors: hannes (+25 -2)
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.263, 1.262
Authors: hannes (+3 -1), hannes (+115 -22)
-------------------------------
File: tcpdump/tests/print-X.out
Revisions: 1.4, 1.3.2.2
Authors: uid2056 (+0 -0), uid2056 (+0 -0)
-------------------------------
File: tcpdump/tests/print-XX.out
Revisions: 1.4, 1.3.2.2
Authors: uid2056 (+0 -0), uid2056 (+0 -0)
-------------------------------
File: tcpdump/tests/print-capX.out
Revisions: 1.2, 1.1.2.2
Authors: uid2056 (+10 -10), uid2056 (+10 -10)
-------------------------------
File: tcpdump/tests/print-capXX.out
Revisions: 1.2, 1.1.2.2
Authors: uid2056 (+10 -10), uid2056 (+10 -10)
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.

Reply via email to