CVS log entries from 27.01.2001 (Sat) 10:06:32 - 28.01.2001 (Sun) 10:06:30 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
File: libpcap/gencode.c; Revisions: 1.147
File: tcpdump/print-llc.c; Revisions: 1.36
File: libpcap/gencode.h; Revisions: 1.50
File: tcpdump/tcpdump.1; Revisions: 1.99
File: libpcap/grammar.y; Revisions: 1.67
File: libpcap/llc.h; Revisions: 1.2
File: tcpdump/llc.h; Revisions: 1.10
File: libpcap/scanner.l; Revisions: 1.73
Author: itojun
File: tcpdump/print-ip.c; Revisions: 1.93
File: tcpdump/print-icmp.c; Revisions: 1.58
File: tcpdump/print-bgp.c; Revisions: 1.22
File: tcpdump/icmp6.h; Revisions: 1.7, 1.6
File: tcpdump/print-rip.c; Revisions: 1.48
File: tcpdump/interface.h; Revisions: 1.153
File: tcpdump/print-icmp6.c; Revisions: 1.45, 1.44
File: tcpdump/print-decnet.c; Revisions: 1.32
File: tcpdump/print-isakmp.c; Revisions: 1.27
File: tcpdump/print-dhcp6.c; Revisions: 1.13
File: tcpdump/smbutil.c; Revisions: 1.13
File: tcpdump/print-pim.c; Revisions: 1.24
File: tcpdump/nameser.h; Revisions: 1.6
File: tcpdump/print-tcp.c; Revisions: 1.83, 1.82
File: tcpdump/print-domain.c; Revisions: 1.67, 1.66
=====================================================
Combined list of identical log entries
=====================================================
Description:
use safeputchar() instead of cook up on its own.
Modified files:
File: tcpdump/print-decnet.c; Revision: 1.32;
Date: 2001/01/28 08:06:06; Author: itojun; Lines: (+2 -5)
File: tcpdump/print-isakmp.c; Revision: 1.27;
Date: 2001/01/28 08:06:07; Author: itojun; Lines: (+3 -7)
File: tcpdump/print-tcp.c; Revision: 1.82;
Date: 2001/01/28 08:06:07; Author: itojun; Lines: (+2 -5)
File: tcpdump/smbutil.c; Revision: 1.13;
Date: 2001/01/28 08:06:08; Author: itojun; Lines: (+2 -2)
-------------------------------
Description:
Add a "netbeui" keyword, which selects NetBEUI packets (LLC packets with
0xf0 as the DSAP and SSAP).
Let "ipx" work on non-Ethernet 802.2 frames - we assume they're always
frames with the IPX DSAP.
Modified files:
File: libpcap/gencode.c; Revision: 1.147;
Date: 2001/01/28 09:44:48; Author: guy; Lines: (+53 -1)
File: libpcap/gencode.h; Revision: 1.50;
Date: 2001/01/28 09:44:49; Author: guy; Lines: (+3 -1)
File: libpcap/grammar.y; Revision: 1.67;
Date: 2001/01/28 09:44:50; Author: guy; Lines: (+3 -1)
File: libpcap/llc.h; Revision: 1.2;
Date: 2001/01/28 09:44:50; Author: guy; Lines: (+7 -4)
File: libpcap/scanner.l; Revision: 1.73;
Date: 2001/01/28 09:44:50; Author: guy; Lines: (+3 -1)
-------------------------------
Description:
style
Modified files:
File: tcpdump/print-bgp.c; Revision: 1.22;
Date: 2001/01/28 09:52:47; Author: itojun; Lines: (+6 -5)
File: tcpdump/print-icmp.c; Revision: 1.58;
Date: 2001/01/28 09:53:18; Author: itojun; Lines: (+6 -6)
File: tcpdump/print-pim.c; Revision: 1.24;
Date: 2001/01/28 08:27:28; Author: itojun; Lines: (+259 -264)
-------------------------------
Description:
Document the "netbeui" filter expression keyword.
Add a #define LLCSAP_NETBEUI for the NetBEUI LLC SAP, and use that
rather than "0xf0" in the LLC dissector.
Modified files:
File: tcpdump/llc.h; Revision: 1.10;
Date: 2001/01/28 09:46:42; Author: guy; Lines: (+7 -4)
File: tcpdump/print-llc.c; Revision: 1.36;
Date: 2001/01/28 09:46:43; Author: guy; Lines: (+2 -2)
File: tcpdump/tcpdump.1; Revision: 1.99;
Date: 2001/01/28 09:46:43; Author: guy; Lines: (+17 -17)
-------------------------------
Description:
sync with 2292bis-02: ND_OPT_ADVINTERVAL
Modified files:
File: tcpdump/icmp6.h; Revision: 1.6;
Date: 2001/01/28 09:02:14; Author: itojun; Lines: (+2 -2)
File: tcpdump/print-icmp6.c; Revision: 1.44;
Date: 2001/01/28 09:02:14; Author: itojun; Lines: (+2 -2)
-------------------------------
Description:
move T_xx and C_xx fallback definitions into nameser.h.
Modified files:
File: tcpdump/nameser.h; Revision: 1.6;
Date: 2001/01/28 07:47:56; Author: itojun; Lines: (+20 -1)
File: tcpdump/print-domain.c; Revision: 1.66;
Date: 2001/01/28 07:47:56; Author: itojun; Lines: (+1 -87)
-------------------------------
Description:
meet 2292bis-02 for RA option decls
Modified files:
File: tcpdump/icmp6.h; Revision: 1.7;
Date: 2001/01/28 09:09:36; Author: itojun; Lines: (+15 -6)
File: tcpdump/print-icmp6.c; Revision: 1.45;
Date: 2001/01/28 09:09:36; Author: itojun; Lines: (+5 -5)
=====================================================
Log entries
=====================================================
Description:
do not put variable name in prototype, #define will bite you
Modified files:
File: tcpdump/interface.h; Revision: 1.153;
Date: 2001/01/28 08:12:25; Author: itojun; Lines: (+4 -4)
-------------------------------
Description:
tidy up prototypes
Modified files:
File: tcpdump/print-dhcp6.c; Revision: 1.13;
Date: 2001/01/28 09:49:49; Author: itojun; Lines: (+4 -4)
-------------------------------
Description:
remove extra space after type name
Modified files:
File: tcpdump/print-domain.c; Revision: 1.67;
Date: 2001/01/28 07:56:21; Author: itojun; Lines: (+12 -12)
-------------------------------
Description:
atabify
Modified files:
File: tcpdump/print-ip.c; Revision: 1.93;
Date: 2001/01/28 08:18:27; Author: itojun; Lines: (+10 -10)
-------------------------------
Description:
tabify
Modified files:
File: tcpdump/print-rip.c; Revision: 1.48;
Date: 2001/01/28 08:14:55; Author: itojun; Lines: (+3 -3)
-------------------------------
Description:
remove extra space
Modified files:
File: tcpdump/print-tcp.c; Revision: 1.83;
Date: 2001/01/28 08:09:23; Author: itojun; Lines: (+1 -2)
=====================================================
Summary of modified files
=====================================================
File: libpcap/gencode.c
Revisions: 1.147
Authors: guy (+53 -1)
-------------------------------
File: libpcap/gencode.h
Revisions: 1.50
Authors: guy (+3 -1)
-------------------------------
File: libpcap/grammar.y
Revisions: 1.67
Authors: guy (+3 -1)
-------------------------------
File: libpcap/llc.h
Revisions: 1.2
Authors: guy (+7 -4)
-------------------------------
File: libpcap/scanner.l
Revisions: 1.73
Authors: guy (+3 -1)
-------------------------------
File: tcpdump/icmp6.h
Revisions: 1.7, 1.6
Authors: itojun (+15 -6), itojun (+2 -2)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.153
Authors: itojun (+4 -4)
-------------------------------
File: tcpdump/llc.h
Revisions: 1.10
Authors: guy (+7 -4)
-------------------------------
File: tcpdump/nameser.h
Revisions: 1.6
Authors: itojun (+20 -1)
-------------------------------
File: tcpdump/print-bgp.c
Revisions: 1.22
Authors: itojun (+6 -5)
-------------------------------
File: tcpdump/print-decnet.c
Revisions: 1.32
Authors: itojun (+2 -5)
-------------------------------
File: tcpdump/print-dhcp6.c
Revisions: 1.13
Authors: itojun (+4 -4)
-------------------------------
File: tcpdump/print-domain.c
Revisions: 1.67, 1.66
Authors: itojun (+12 -12), itojun (+1 -87)
-------------------------------
File: tcpdump/print-icmp.c
Revisions: 1.58
Authors: itojun (+6 -6)
-------------------------------
File: tcpdump/print-icmp6.c
Revisions: 1.45, 1.44
Authors: itojun (+5 -5), itojun (+2 -2)
-------------------------------
File: tcpdump/print-ip.c
Revisions: 1.93
Authors: itojun (+10 -10)
-------------------------------
File: tcpdump/print-isakmp.c
Revisions: 1.27
Authors: itojun (+3 -7)
-------------------------------
File: tcpdump/print-llc.c
Revisions: 1.36
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/print-pim.c
Revisions: 1.24
Authors: itojun (+259 -264)
-------------------------------
File: tcpdump/print-rip.c
Revisions: 1.48
Authors: itojun (+3 -3)
-------------------------------
File: tcpdump/print-tcp.c
Revisions: 1.83, 1.82
Authors: itojun (+1 -2), itojun (+2 -5)
-------------------------------
File: tcpdump/smbutil.c
Revisions: 1.13
Authors: itojun (+2 -2)
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.99
Authors: guy (+17 -17)
--
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
[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 27.01.2001 - 28.01.2001 GMT
Automatic cvs log generator /tcpdump/bin/makelog Sun, 28 Jan 2001 02:20:17 -0800
