CVS log entries from 11.07.2005 (Mon) 09:07:04 - 12.07.2005 (Tue) 09:07:18 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/tests/print-capXX.out; Revisions: 1.1
        File: tcpdump/tests/print-X.out; Revisions: 1.2
        File: tcpdump/INSTALL; Revisions: 1.66, 1.63.2.3
        File: htdocs/pcap.htm; Revisions: 1.2
        File: tcpdump/tests/print-capX.out; Revisions: 1.1
        File: tcpdump/tests/print-XX.out; Revisions: 1.2

Author: hannes
        File: tcpdump/print-pim.c; Revisions: 1.48, 1.45.2.3
        File: libpcap/gencode.c; Revisions: 1.252, 1.221.2.26
        File: tcpdump/print-isoclns.c; Revisions: 1.147, 1.146, 1.133.2.15, 
1.133.2.14
        File: tcpdump/CHANGES; Revisions: 1.89, 1.87.2.2
        File: tcpdump/print-ldp.c; Revisions: 1.15, 1.8.2.6
        File: tcpdump/print-icmp6.c; Revisions: 1.84, 1.79.2.5
        File: tcpdump/print-rsvp.c; Revisions: 1.37, 1.33.2.4

Author: mcr
        File: libpcap/VERSION; Revisions: 1.7.2.2
        File: libpcap/CHANGES; Revisions: 1.59.2.3, 1.59.2.2
        File: tcpdump/VERSION; Revisions: 1.9.2.2

=====================================================
Combined list of identical log entries
=====================================================
Description:
bugreport from Paolo Lucente <[EMAIL PROTECTED]>:
  -catch the case where the expression is "mpls && vlan" or a similar mutation
   and generate an error - contrary "vlan && mpls" is perfectly fine;
Modified files:
        File: libpcap/gencode.c; Revision: 1.252;
        Date: 2005/07/11 13:56:01; Author: hannes; Lines: (+6 -5)
        File: libpcap/gencode.c; Revision: 1.221.2.26;
        Date: 2005/07/11 13:58:52; Author: hannes; Lines: (+6 -5)
-------------------------------
Description:
Rename "print-X.out" and "print-XX.out" to "print-capX.otu" and
"print-capXX.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.2;
        Date: 2005/07/11 17:35:28; Author: guy; Lines: (+0 -0)
        File: tcpdump/tests/print-XX.out; Revision: 1.2;
        Date: 2005/07/11 17:35:28; Author: guy; Lines: (+0 -0)
        File: tcpdump/tests/print-capX.out; Revision: 1.1;
        Date: 2005/07/11 17:35:28; Author: guy;
        File: tcpdump/tests/print-capXX.out; Revision: 1.1;
        Date: 2005/07/11 17:35:29; Author: guy;
-------------------------------
Description:
update change log: add support for LACP, MARKER as per 802.3ad
Modified files:
        File: tcpdump/CHANGES; Revision: 1.89;
        Date: 2005/07/11 13:28:40; Author: hannes; Lines: (+2 -1)
        File: tcpdump/CHANGES; Revision: 1.87.2.2;
        Date: 2005/07/11 13:29:58; Author: hannes; Lines: (+2 -1)
-------------------------------
Description:
   adjusted version
Modified files:
        File: tcpdump/VERSION; Revision: 1.9.2.2;
        Date: 2005/07/11 20:10:32; Author: mcr; Lines: (+1 -1)
        File: libpcap/CHANGES; Revision: 1.59.2.3;
        Date: 2005/07/11 20:09:47; Author: mcr; Lines: (+2 -2)
        File: libpcap/VERSION; Revision: 1.7.2.2;
        Date: 2005/07/11 20:09:47; Author: mcr; Lines: (+1 -1)
-------------------------------
Description:
add boundary check for CLNP segment header
Modified files:
        File: tcpdump/print-isoclns.c; Revision: 1.146;
        Date: 2005/07/11 12:58:12; Author: hannes; Lines: (+2 -1)
        File: tcpdump/print-isoclns.c; Revision: 1.133.2.14;
        Date: 2005/07/11 13:20:35; Author: hannes; Lines: (+2 -1)
-------------------------------
Description:
code cosmetics:
  at places where the entity to print / or increment
  shares the semantics of an IPv4 or IPv6 address
  use sizeof(in_addr) and sizeof(in6_addr),
  rather than a hardcoded 4 or 16
Modified files:
        File: tcpdump/print-icmp6.c; Revision: 1.84;
        Date: 2005/07/11 20:15:31; Author: hannes; Lines: (+12 -10)
        File: tcpdump/print-icmp6.c; Revision: 1.79.2.5;
        Date: 2005/07/11 20:24:32; Author: hannes; Lines: (+12 -10)
        File: tcpdump/print-isoclns.c; Revision: 1.147;
        Date: 2005/07/11 20:15:32; Author: hannes; Lines: (+23 -23)
        File: tcpdump/print-isoclns.c; Revision: 1.133.2.15;
        Date: 2005/07/11 20:24:33; Author: hannes; Lines: (+23 -23)
        File: tcpdump/print-ldp.c; Revision: 1.15;
        Date: 2005/07/11 20:15:32; Author: hannes; Lines: (+3 -3)
        File: tcpdump/print-ldp.c; Revision: 1.8.2.6;
        Date: 2005/07/11 20:24:34; Author: hannes; Lines: (+3 -3)
        File: tcpdump/print-pim.c; Revision: 1.48;
        Date: 2005/07/11 20:15:33; Author: hannes; Lines: (+10 -10)
        File: tcpdump/print-pim.c; Revision: 1.45.2.3;
        Date: 2005/07/11 20:24:34; Author: hannes; Lines: (+10 -10)
        File: tcpdump/print-rsvp.c; Revision: 1.37;
        Date: 2005/07/11 20:15:33; Author: hannes; Lines: (+17 -17)
        File: tcpdump/print-rsvp.c; Revision: 1.33.2.4;
        Date: 2005/07/11 20:24:35; Author: hannes; Lines: (+17 -17)
-------------------------------
Description:
Include the new "slow protocol" printer.
Modified files:
        File: tcpdump/INSTALL; Revision: 1.66;
        Date: 2005/07/11 17:36:27; Author: guy; Lines: (+2 -1)
        File: tcpdump/INSTALL; Revision: 1.63.2.3;
        Date: 2005/07/11 17:28:28; Author: guy; Lines: (+2 -1)
=====================================================
Log entries
=====================================================
Description:
Reformat to put the sample code by itself inside a <pre> block,
indented, to make it stand out better.

Edit the language, and fix some inaccuracies (such as the claim that -1
is a meaningful to_ms argument to pcap_open_live()).

Get rid of CRs at the ends of lines.
Modified files:
        File: htdocs/pcap.htm; Revision: 1.2;
        Date: 2005/07/12 08:58:41; Author: guy; Lines:  (+604 -552)
-------------------------------
Description:
   removed partial record
Modified files:
        File: libpcap/CHANGES; Revision: 1.59.2.2;
        Date: 2005/07/11 18:43:33; Author: mcr; Lines:  (+1 -5)
=====================================================
Summary of modified files
=====================================================
File: htdocs/pcap.htm
Revisions: 1.2
Authors: guy (+604 -552)
-------------------------------
File: libpcap/CHANGES
Revisions: 1.59.2.3, 1.59.2.2
Authors: mcr (+2 -2), mcr (+1 -5)
-------------------------------
File: libpcap/VERSION
Revisions: 1.7.2.2
Authors: mcr (+1 -1)
-------------------------------
File: libpcap/gencode.c
Revisions: 1.252, 1.221.2.26
Authors: hannes (+6 -5), hannes (+6 -5)
-------------------------------
File: tcpdump/CHANGES
Revisions: 1.89, 1.87.2.2
Authors: hannes (+2 -1), hannes (+2 -1)
-------------------------------
File: tcpdump/INSTALL
Revisions: 1.66, 1.63.2.3
Authors: guy (+2 -1), guy (+2 -1)
-------------------------------
File: tcpdump/VERSION
Revisions: 1.9.2.2
Authors: mcr (+1 -1)
-------------------------------
File: tcpdump/print-icmp6.c
Revisions: 1.84, 1.79.2.5
Authors: hannes (+12 -10), hannes (+12 -10)
-------------------------------
File: tcpdump/print-isoclns.c
Revisions: 1.147, 1.146, 1.133.2.15, 1.133.2.14
Authors: hannes (+23 -23), hannes (+2 -1), hannes (+23 -23), hannes (+2 -1)
-------------------------------
File: tcpdump/print-ldp.c
Revisions: 1.15, 1.8.2.6
Authors: hannes (+3 -3), hannes (+3 -3)
-------------------------------
File: tcpdump/print-pim.c
Revisions: 1.48, 1.45.2.3
Authors: hannes (+10 -10), hannes (+10 -10)
-------------------------------
File: tcpdump/print-rsvp.c
Revisions: 1.37, 1.33.2.4
Authors: hannes (+17 -17), hannes (+17 -17)
-------------------------------
File: tcpdump/tests/print-X.out
Revisions: 1.2
Authors: guy (+0 -0)
-------------------------------
File: tcpdump/tests/print-XX.out
Revisions: 1.2
Authors: guy (+0 -0)
-------------------------------
File: tcpdump/tests/print-capX.out
Revisions: 1.1
Authors: guy
-------------------------------
File: tcpdump/tests/print-capXX.out
Revisions: 1.1
Authors: guy
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.

Reply via email to