CVS log entries from 17.12.2000 (Sun) 10:06:43 - 18.12.2000 (Mon) 10:06:37 GMT
=====================================================
Summary by authors
=====================================================
Author: fenner
        File: libpcap/config.sub; Revisions: 1.3
        File: tcpdump/config.sub; Revisions: 1.3
        File: libpcap/CHANGES; Revisions: 1.54
        File: libpcap/config.guess; Revisions: 1.3
        File: tcpdump/CHANGES; Revisions: 1.75
        File: tcpdump/config.guess; Revisions: 1.3

Author: guy
        File: tcpdump/icmp6.h; Revisions: 1.4
        File: tcpdump/smb.h; Revisions: 1.3
        File: tcpdump/l2tp.h; Revisions: 1.4
        File: tcpdump/CHANGES; Revisions: 1.76
        File: tcpdump/dhcp6opt.h; Revisions: 1.3
        File: tcpdump/nameser.h; Revisions: 1.4
        File: tcpdump/print-fddi.c; Revisions: 1.48
        File: tcpdump/print-ether.c; Revisions: 1.60
        File: tcpdump/ospf6.h; Revisions: 1.3
        File: tcpdump/ip6.h; Revisions: 1.3
        File: tcpdump/print-llc.c; Revisions: 1.32, 1.31
        File: tcpdump/interface.h; Revisions: 1.147
        File: tcpdump/print-cip.c; Revisions: 1.10
        File: tcpdump/igrp.h; Revisions: 1.4
        File: tcpdump/timed.h; Revisions: 1.3
        File: tcpdump/print-gre.c; Revisions: 1.9
        File: tcpdump/print-lane.c; Revisions: 1.10
        File: tcpdump/dhcp6.h; Revisions: 1.4
        File: tcpdump/print-token.c; Revisions: 1.9
        File: libpcap/nametoaddr.c; Revisions: 1.57, 1.56
        File: tcpdump/ospf.h; Revisions: 1.3
        File: tcpdump/CREDITS; Revisions: 1.14
        File: libpcap/pcap-linux.c; Revisions: 1.43
        File: tcpdump/llc.h; Revisions: 1.8
        File: tcpdump/print-radius.c; Revisions: 1.5

=====================================================
Combined list of identical log entries
=====================================================
Description:
Give a bunch of files RCS and SCCS IDs.
Modified files:
        File: tcpdump/dhcp6.h; Revision: 1.4;
        Date: 2000/12/17 23:07:48; Author: guy; Lines: (+1 -0)
        File: tcpdump/dhcp6opt.h; Revision: 1.3;
        Date: 2000/12/17 23:07:49; Author: guy; Lines: (+1 -0)
        File: tcpdump/icmp6.h; Revision: 1.4;
        Date: 2000/12/17 23:13:32; Author: guy; Lines: (+1 -0)
        File: tcpdump/igrp.h; Revision: 1.4;
        Date: 2000/12/17 23:07:49; Author: guy; Lines: (+1 -0)
        File: tcpdump/ip6.h; Revision: 1.3;
        Date: 2000/12/17 23:07:48; Author: guy; Lines: (+1 -0)
        File: tcpdump/l2tp.h; Revision: 1.4;
        Date: 2000/12/17 23:07:49; Author: guy; Lines: (+1 -0)
        File: tcpdump/nameser.h; Revision: 1.4;
        Date: 2000/12/17 23:07:49; Author: guy; Lines: (+1 -0)
        File: tcpdump/ospf.h; Revision: 1.3;
        Date: 2000/12/17 23:07:50; Author: guy; Lines: (+1 -0)
        File: tcpdump/ospf6.h; Revision: 1.3;
        Date: 2000/12/17 23:07:50; Author: guy; Lines: (+1 -0)
        File: tcpdump/smb.h; Revision: 1.3;
        Date: 2000/12/17 23:07:50; Author: guy; Lines: (+1 -0)
        File: tcpdump/timed.h; Revision: 1.3;
        Date: 2000/12/17 23:07:51; Author: guy; Lines: (+1 -0)
-------------------------------
Description:
Pass only I frames and UI frames to the NetBEUI printer; thanks and a
tip of the Hatlo hat to Pascal Hennequin <[EMAIL PROTECTED]>
for catching this one.

Also, the control field in an S or I frame is little-endian; treat it as
such, fixing various #defines in "llc.h" to match.
Modified files:
        File: tcpdump/llc.h; Revision: 1.8;
        Date: 2000/12/18 07:55:36; Author: guy; Lines: (+8 -8)
        File: tcpdump/print-llc.c; Revision: 1.32;
        Date: 2000/12/18 07:55:36; Author: guy; Lines: (+36 -20)
-------------------------------
Description:
Update config.guess and config.sub to revision 2000-12-15
 from ftp://ftp.gnu.org/gnu/config/
Modified files:
        File: tcpdump/CHANGES; Revision: 1.75;
        Date: 2000/12/17 15:16:51; Author: fenner; Lines: (+5 -1)
        File: tcpdump/config.guess; Revision: 1.3;
        Date: 2000/12/17 15:16:52; Author: fenner; Lines: (+250 -52)
        File: tcpdump/config.sub; Revision: 1.3;
        Date: 2000/12/17 15:16:52; Author: fenner; Lines: (+128 -46)
        File: libpcap/CHANGES; Revision: 1.54;
        Date: 2000/12/17 15:16:50; Author: fenner; Lines: (+6 -1)
        File: libpcap/config.guess; Revision: 1.3;
        Date: 2000/12/17 15:16:50; Author: fenner; Lines: (+250 -52)
        File: libpcap/config.sub; Revision: 1.3;
        Date: 2000/12/17 15:16:51; Author: fenner; Lines: (+128 -46)
-------------------------------
Description:
Making "extracted_ethertype" static to "print-ether.c" broke other
dissectors that expected calls to "llc_print()" to set it.  (Thanks and
a tip of the hat to Olaf Kirch <[EMAIL PROTECTED]> for noticing this.)

Make "ether_encap_print()" and "llc_print()" take a pointer to an
extracted-Ethertype variable as an argument, have "llc_print()" pass it
to "ether_encap_print()", and have "ether_encap_print()" set what it
points to rather than setting a static "extracted_ethertype" variable.

Get rid of said static "extracted_ethertype" variable in favor of one
local to "ether_if_print()", just as other link-layer dissectors have
local "extracted_ethertype" variables.
Modified files:
        File: tcpdump/interface.h; Revision: 1.147;
        Date: 2000/12/18 05:41:58; Author: guy; Lines: (+3 -3)
        File: tcpdump/print-cip.c; Revision: 1.10;
        Date: 2000/12/18 05:41:58; Author: guy; Lines: (+5 -3)
        File: tcpdump/print-ether.c; Revision: 1.60;
        Date: 2000/12/18 05:41:59; Author: guy; Lines: (+17 -13)
        File: tcpdump/print-fddi.c; Revision: 1.48;
        Date: 2000/12/18 05:41:59; Author: guy; Lines: (+3 -3)
        File: tcpdump/print-gre.c; Revision: 1.9;
        Date: 2000/12/18 05:41:59; Author: guy; Lines: (+4 -3)
        File: tcpdump/print-lane.c; Revision: 1.10;
        Date: 2000/12/18 05:42:00; Author: guy; Lines: (+5 -3)
        File: tcpdump/print-llc.c; Revision: 1.31;
        Date: 2000/12/18 05:42:00; Author: guy; Lines: (+4 -3)
        File: tcpdump/print-token.c; Revision: 1.9;
        Date: 2000/12/18 05:42:00; Author: guy; Lines: (+3 -3)
-------------------------------
Description:
Update Alfredo Andres's e-mail address, as per his request.
Modified files:
        File: tcpdump/CREDITS; Revision: 1.14;
        Date: 2000/12/18 08:16:58; Author: guy; Lines: (+1 -1)
        File: tcpdump/print-radius.c; Revision: 1.5;
        Date: 2000/12/18 08:16:58; Author: guy; Lines: (+2 -2)
=====================================================
Log entries
=====================================================
Description:
Put in a comment noting that we should, perhaps, declare
"ether_hostton()" in "lbl/os-XXX.h" files rather than in "nametoaddr.c".
Modified files:
        File: libpcap/nametoaddr.c; Revision: 1.57;
        Date: 2000/12/18 03:45:34; Author: guy; Lines:  (+10 -1)
-------------------------------
Description:
As per many suggestions, the most recent in mail to
"[EMAIL PROTECTED]" by Jonathan Wilkins
<[EMAIL PROTECTED]>, we don't declare "ether_hostton()" on
FreeBSD - it's declared in <net/ethernet.h> in 3.0 and later, and is
declared with the first argument as "const char *" in 4.0 and later so
that if we declare it with the first argument as "char *" we get errors.
(If we declare it with "const char *", you get errors on FreeBSD 3.x and
other systems that *don't* declare it with "const char *".)

XXX - should it go, instead, into "lbl/os-XXX.h" files, for those OS
versions that don't declare it, and not be declared at all here?
Modified files:
        File: libpcap/nametoaddr.c; Revision: 1.56;
        Date: 2000/12/18 03:42:39; Author: guy; Lines:  (+2 -2)
-------------------------------
Description:
Improve the error message printed if you try to use the "any" device on
a system where only SOCK_PACKET works.
Modified files:
        File: libpcap/pcap-linux.c; Revision: 1.43;
        Date: 2000/12/18 00:20:51; Author: guy; Lines:  (+2 -2)
-------------------------------
Description:
Add in one missing CHANGES entry.
Modified files:
        File: tcpdump/CHANGES; Revision: 1.76;
        Date: 2000/12/17 19:37:57; Author: guy; Lines:  (+5 -1)
=====================================================
Summary of modified files
=====================================================
File: libpcap/CHANGES
Revisions: 1.54
Authors: fenner (+6 -1)
-------------------------------
File: libpcap/config.guess
Revisions: 1.3
Authors: fenner (+250 -52)
-------------------------------
File: libpcap/config.sub
Revisions: 1.3
Authors: fenner (+128 -46)
-------------------------------
File: libpcap/nametoaddr.c
Revisions: 1.57, 1.56
Authors: guy (+10 -1), guy (+2 -2)
-------------------------------
File: libpcap/pcap-linux.c
Revisions: 1.43
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/CHANGES
Revisions: 1.76, 1.75
Authors: guy (+5 -1), fenner (+5 -1)
-------------------------------
File: tcpdump/CREDITS
Revisions: 1.14
Authors: guy (+1 -1)
-------------------------------
File: tcpdump/config.guess
Revisions: 1.3
Authors: fenner (+250 -52)
-------------------------------
File: tcpdump/config.sub
Revisions: 1.3
Authors: fenner (+128 -46)
-------------------------------
File: tcpdump/dhcp6.h
Revisions: 1.4
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/dhcp6opt.h
Revisions: 1.3
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/icmp6.h
Revisions: 1.4
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/igrp.h
Revisions: 1.4
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.147
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/ip6.h
Revisions: 1.3
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/l2tp.h
Revisions: 1.4
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/llc.h
Revisions: 1.8
Authors: guy (+8 -8)
-------------------------------
File: tcpdump/nameser.h
Revisions: 1.4
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/ospf.h
Revisions: 1.3
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/ospf6.h
Revisions: 1.3
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/print-cip.c
Revisions: 1.10
Authors: guy (+5 -3)
-------------------------------
File: tcpdump/print-ether.c
Revisions: 1.60
Authors: guy (+17 -13)
-------------------------------
File: tcpdump/print-fddi.c
Revisions: 1.48
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/print-gre.c
Revisions: 1.9
Authors: guy (+4 -3)
-------------------------------
File: tcpdump/print-lane.c
Revisions: 1.10
Authors: guy (+5 -3)
-------------------------------
File: tcpdump/print-llc.c
Revisions: 1.32, 1.31
Authors: guy (+36 -20), guy (+4 -3)
-------------------------------
File: tcpdump/print-radius.c
Revisions: 1.5
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/print-token.c
Revisions: 1.9
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/smb.h
Revisions: 1.3
Authors: guy (+1 -0)
-------------------------------
File: tcpdump/timed.h
Revisions: 1.3
Authors: guy (+1 -0)
-- 
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