CVS log entries from 17.11.2005 (Thu) 10:07:09 - 03.12.2005 (Sat) 05:04:14 GMT
=====================================================
Summary by authors
=====================================================
=====================================================
Log entries
=====================================================
Description:
date: 2005-11-24 19:27:42 +0000;  author: guy;  state: Exp;  lines: +2 -1
Don't double-count received packets on Linux systems that support the
PACKET_STATISTICS getsockopt() argument on PF_PACKET sockets.
Modified files:
        File: libpcap/pcap-int.h; Revision: 1.76;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-24 19:28:23 +0000;  author: guy;  state: Exp;  lines: +2 -1
Don't double-count received packets on Linux systems that support the
PACKET_STATISTICS getsockopt() argument on PF_PACKET sockets.
Modified files:
        File: libpcap/pcap-int.h; Revision: 1.68.2.7;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-24 19:27:42 +0000;  author: guy;  state: Exp;  lines: +19 -3
Don't double-count received packets on Linux systems that support the
PACKET_STATISTICS getsockopt() argument on PF_PACKET sockets.
Modified files:
        File: libpcap/pcap-linux.c; Revision: 1.118;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-24 19:28:23 +0000;  author: guy;  state: Exp;  lines: +19 -3
Don't double-count received packets on Linux systems that support the
PACKET_STATISTICS getsockopt() argument on PF_PACKET sockets.
Modified files:
        File: libpcap/pcap-linux.c; Revision: 1.110.2.8;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-01 17:45:45 +0000;  author: hannes;  state: Exp;  lines: +2 -2
bugfix: bogus SS codepoints, display ctrl field correct, added 'Poll' token for 
I/S frames
Modified files:
        File: tcpdump/llc.h; Revision: 1.20;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-01 17:48:25 +0000;  author: hannes;  state: Exp;  lines: +2 -2
bugfix: bogus SS codepoints, display ctrl field correct, added 'Poll' token for 
I/S frames
Modified files:
        File: tcpdump/llc.h; Revision: 1.17.2.3;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-29 08:56:19 +0000;  author: hannes;  state: Exp;  lines: +13 -13
clean up the L3 offset calculation for C-HDLC
Modified files:
        File: tcpdump/print-chdlc.c; Revision: 1.43;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-24 07:42:53 +0000;  author: hannes;  state: Exp;  lines: +3 -2
avoid double printing of "unknown proto" message
Modified files:
        File: tcpdump/print-chdlc.c; Revision: 1.42;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-29 08:57:10 +0000;  author: hannes;  state: Exp;  lines: +13 -13
clean up the L3 offset calculation for C-HDLC
Modified files:
        File: tcpdump/print-chdlc.c; Revision: 1.32.2.11;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-24 07:43:57 +0000;  author: hannes;  state: Exp;  lines: +3 -2
avoid double printing of "unknown proto" message
Modified files:
        File: tcpdump/print-chdlc.c; Revision: 1.32.2.10;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-01 18:05:12 +0000;  author: hannes;  state: Exp;  lines: +10 -2
display I/G bit
Modified files:
        File: tcpdump/print-llc.c; Revision: 1.69;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-01 17:45:45 +0000;  author: hannes;  state: Exp;  lines: +10 -7
bugfix: bogus SS codepoints, display ctrl field correct, added 'Poll' token for 
I/S frames
Modified files:
        File: tcpdump/print-llc.c; Revision: 1.68;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-01 18:06:01 +0000;  author: hannes;  state: Exp;  lines: +10 -2
display I/G bit
Modified files:
        File: tcpdump/print-llc.c; Revision: 1.61.2.8;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-01 17:48:25 +0000;  author: hannes;  state: Exp;  lines: +10 -7
bugfix: bogus SS codepoints, display ctrl field correct, added 'Poll' token for 
I/S frames
Modified files:
        File: tcpdump/print-llc.c; Revision: 1.61.2.7;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-29 09:07:47 +0000;  author: hannes;  state: Exp;  lines: +10 -1
add basic support for keyed authentication TCP option
Modified files:
        File: tcpdump/print-tcp.c; Revision: 1.124;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-29 09:07:47 +0000;  author: hannes;  state: Exp;  lines: +2 -2
add basic support for keyed authentication TCP option
Modified files:
        File: tcpdump/tcp.h; Revision: 1.12;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-29 09:09:26 +0000;  author: hannes;  state: Exp;  lines: +2 -2
add basic support for keyed authentication TCP option
Modified files:
        File: tcpdump/tcp.h; Revision: 1.11.2.1;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-24 08:15:09 +0000;  author: guy;  state: Exp;  lines: +4 -3
Improve the description of the output of tcpdump.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.178;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-23 05:16:15 +0000;  author: guy;  state: Exp;  lines: +13 -5
Make it clearer that the hex or hex-and-ASCII dump for "-x", "-xx",
"-X", and "-XX" doesn't *replace* the dissected dump, it *augments* it.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.177;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-23 04:24:32 +0000;  author: guy;  state: Exp;  lines: +5 -5
Fix up some formatting.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.176;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-23 04:14:09 +0000;  author: guy;  state: Exp;  lines: +11 -3
Clarify the syntax of a network number.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.175;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-24 08:15:50 +0000;  author: guy;  state: Exp;  lines: +4 -3
Improve the description of the output of tcpdump.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.167.2.9;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-23 05:16:51 +0000;  author: guy;  state: Exp;  lines: +13 -5
Make it clearer that the hex or hex-and-ASCII dump for "-x", "-xx",
"-X", and "-XX" doesn't *replace* the dissected dump, it *augments* it.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.167.2.8;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-11-23 04:15:40 +0000;  author: guy;  state: Exp;  lines: +11 -3
Clarify the syntax of a network number.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.167.2.7;
        Date: ; Author: ;
=====================================================
Summary of modified files
=====================================================
File: libpcap/pcap-int.h
Revisions: 1.76, 1.68.2.7
Authors: , 
-------------------------------
File: libpcap/pcap-linux.c
Revisions: 1.118, 1.110.2.8
Authors: , 
-------------------------------
File: tcpdump/llc.h
Revisions: 1.20, 1.17.2.3
Authors: , 
-------------------------------
File: tcpdump/print-chdlc.c
Revisions: 1.43, 1.42, 1.32.2.11, 1.32.2.10
Authors: , , , 
-------------------------------
File: tcpdump/print-llc.c
Revisions: 1.69, 1.68, 1.61.2.8, 1.61.2.7
Authors: , , , 
-------------------------------
File: tcpdump/print-tcp.c
Revisions: 1.124
Authors: 
-------------------------------
File: tcpdump/tcp.h
Revisions: 1.12, 1.11.2.1
Authors: , 
-------------------------------
File: tcpdump/tcpdump.1
Revisions: 1.178, 1.177, 1.176, 1.175, 1.167.2.9, 1.167.2.8, 1.167.2.7
Authors: , , , , , , 
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.

Reply via email to