CVS log entries from 11.12.2000 (Mon) 10:07:21 - 12.12.2000 (Tue) 10:06:42 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: libpcap/gencode.c; Revisions: 1.138, 1.137, 1.136.2.2, 1.136.2.1
        File: libpcap/pcap.3; Revisions: 1.14, 1.13.2.1

Author: itojun
        File: tcpdump/print-ah.c; Revisions: 1.14
        File: tcpdump/print-isakmp.c; Revisions: 1.26
        File: tcpdump/config.h.in; Revisions: 1.25
        File: tcpdump/print-ipcomp.c; Revisions: 1.13
        File: tcpdump/print-esp.c; Revisions: 1.17

Author: mcr
        File: htdocs/related.html; Revisions: 1.7

=====================================================
Combined list of identical log entries
=====================================================
Description:
Make "pcap_compile_nopcap()" a wrapper around "pcap_open_dead()" and
"pcap_compile()", rather than a routine that duplicates a lot of code in
"pcap_compile()", so that we don't run the risk of having
"pcap_compile_nopcap()" fail to take actions that "pcap_compile()"
takes.
Modified files:
        File: libpcap/gencode.c; Revision: 1.137;
        Date: 2000/12/12 03:26:16; Author: guy; Lines: (+8 -36)
        File: libpcap/gencode.c; Revision: 1.136.2.1;
        Date: 2000/12/12 03:28:19; Author: guy; Lines: (+8 -36)
-------------------------------
Description:
Note that:

        "pcap_compile()" and "pcap_compile_nopcap()" return -1 on
        failure;

        if "pcap_compile()" or "pcap_setfilter()" fails, you can get the
        error string with "pcap_geterr()";

        if "pcap_compile_nopcap()" fails, you can't get the error
        string, but, as it's just a wrapper around "pcap_open_dead()",
        "pcap_compile()", and "pcap_close()", you can use those routines
        yourself if you want the error string;

        you have to use, or copy, the string you get back from
        "pcap_geterr()" before closing the "pcap_t" you hand to
        "pcap_geterr()", as the string you got back from "pcap_geterr()"
        doesn't remain valid after the "pcap_t" whence you got it is
        closed.
Modified files:
        File: libpcap/pcap.3; Revision: 1.14;
        Date: 2000/12/12 09:31:45; Author: guy; Lines: (+25 -3)
        File: libpcap/pcap.3; Revision: 1.13.2.1;
        Date: 2000/12/12 09:32:50; Author: guy; Lines: (+25 -3)
-------------------------------
Description:
print SPI in hex.
Modified files:
        File: tcpdump/print-ah.c; Revision: 1.14;
        Date: 2000/12/12 09:58:40; Author: itojun; Lines: (+2 -2)
        File: tcpdump/print-esp.c; Revision: 1.17;
        Date: 2000/12/12 09:58:41; Author: itojun; Lines: (+2 -2)
        File: tcpdump/print-ipcomp.c; Revision: 1.13;
        Date: 2000/12/12 09:58:41; Author: itojun; Lines: (+2 -2)
-------------------------------
Description:
If the user specifies an Ethernet address in an expression such as
"ether host XX:XX:XX:XX:XX:XX", but the device on which you're capturing
isn't a device with Ethernet-style link-layer addresses, report
"ethernet addresses supported only on ethernet, FDDI or token ring", not
"ethernet address used in non-ether expression", as the error.
Modified files:
        File: libpcap/gencode.c; Revision: 1.138;
        Date: 2000/12/12 08:08:38; Author: guy; Lines: (+2 -1)
        File: libpcap/gencode.c; Revision: 1.136.2.2;
        Date: 2000/12/12 08:10:37; Author: guy; Lines: (+2 -1)
=====================================================
Log entries
=====================================================
Description:
foo
Modified files:
        File: htdocs/related.html; Revision: 1.7;
        Date: 2000/12/12 06:04:47; Author: mcr; Lines:  (+2 -2)
-------------------------------
Description:
regen, have HAVE_BPF_DUMP
Modified files:
        File: tcpdump/config.h.in; Revision: 1.25;
        Date: 2000/12/12 09:19:27; Author: itojun; Lines:  (+3 -0)
-------------------------------
Description:
do not try to pass pointer to data-on-stack.  broken during align-friendly fix.
Modified files:
        File: tcpdump/print-isakmp.c; Revision: 1.26;
        Date: 2000/12/12 09:20:26; Author: itojun; Lines:  (+14 -11)
=====================================================
Summary of modified files
=====================================================
File: htdocs/related.html
Revisions: 1.7
Authors: mcr (+2 -2)
-------------------------------
File: libpcap/gencode.c
Revisions: 1.138, 1.137, 1.136.2.2, 1.136.2.1
Authors: guy (+2 -1), guy (+8 -36), guy (+2 -1), guy (+8 -36)
-------------------------------
File: libpcap/pcap.3
Revisions: 1.14, 1.13.2.1
Authors: guy (+25 -3), guy (+25 -3)
-------------------------------
File: tcpdump/config.h.in
Revisions: 1.25
Authors: itojun (+3 -0)
-------------------------------
File: tcpdump/print-ah.c
Revisions: 1.14
Authors: itojun (+2 -2)
-------------------------------
File: tcpdump/print-esp.c
Revisions: 1.17
Authors: itojun (+2 -2)
-------------------------------
File: tcpdump/print-ipcomp.c
Revisions: 1.13
Authors: itojun (+2 -2)
-------------------------------
File: tcpdump/print-isakmp.c
Revisions: 1.26
Authors: itojun (+14 -11)
-- 
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:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to