CVS log entries from 17.11.2005 (Thu) 10:07:09 - 07.12.2005 (Wed) 17:45:57 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-05 21:36:24 +0000;  author: guy;  state: Exp;  lines: +3 -1
>From Gisle Vanem: don't use GCC features such as the ability to declare
variables in the middle of the block., and #if out dccp_hdr_data()
(which is unused, and defined in such a fashion that it doesn't work on
MSVC++, with the structure name and the function name the same).
Modified files:
        File: tcpdump/dccp.h; Revision: 1.3;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-05 21:48:10 +0000;  author: guy;  state: Exp;  lines: +3 -1
>From Gisle Vanem: don't use GCC features such as the ability to declare
variables in the middle of the block., and #if out dccp_hdr_data()
(which is unused, and defined in such a fashion that it doesn't work on
MSVC++, with the structure name and the function name the same).
Modified files:
        File: tcpdump/dccp.h; Revision: 1.1.2.3;
        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-05 21:36:24 +0000;  author: guy;  state: Exp;  lines: +9 -5
>From Gisle Vanem: don't use GCC features such as the ability to declare
variables in the middle of the block., and #if out dccp_hdr_data()
(which is unused, and defined in such a fashion that it doesn't work on
MSVC++, with the structure name and the function name the same).
Modified files:
        File: tcpdump/print-dccp.c; Revision: 1.5;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-05 21:48:10 +0000;  author: guy;  state: Exp;  lines: +9 -5
>From Gisle Vanem: don't use GCC features such as the ability to declare
variables in the middle of the block., and #if out dccp_hdr_data()
(which is unused, and defined in such a fashion that it doesn't work on
MSVC++, with the structure name and the function name the same).
Modified files:
        File: tcpdump/print-dccp.c; Revision: 1.1.2.5;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-05 21:46:37 +0000;  author: guy;  state: Exp;  lines: +23 -22
Propagate from main branch:

date: 2005-11-04 00:45:39 +0000;  author: hannes;  state: Exp;  lines: +23 -22
from Ian Mc Donald <imcdnzl AT gmail.com>:
  displaying ACKs for close packets
Modified files:
        File: tcpdump/print-dccp.c; Revision: 1.1.2.4;
        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-12-05 11:35:58 +0000;  author: hannes;  state: Exp;  lines: +71 -5
add support for further dissection of the IPCP Compression Option
Modified files:
        File: tcpdump/print-ppp.c; Revision: 1.114;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-05 11:40:36 +0000;  author: hannes;  state: Exp;  lines: +71 -5
add support for further dissection of the IPCP Compression Option
Modified files:
        File: tcpdump/print-ppp.c; Revision: 1.108.2.6;
        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-12-05 20:10:58 +0000;  author: guy;  state: Exp;  lines: +10 -8
Assorted edits.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.179;
        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-12-05 20:11:19 +0000;  author: guy;  state: Exp;  lines: +2 -2
Assorted edits.
Modified files:
        File: tcpdump/tcpdump.1; Revision: 1.167.2.10;
        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: ;
-------------------------------
Description:
date: 2005-12-05 20:24:48 +0000;  author: guy;  state: Exp;  lines: +73 -68
We don't need gettimeofday() to just get seconds since January 1, 1970,
midnight GMT; just use time().

We also don't need to flush the standard error right before exiting.

Clean up white space.
Modified files:
        File: tcpdump/tcpdump.c; Revision: 1.264;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-05 20:24:48 +0000;  author: guy;  state: Exp;  lines: +1 -41
We don't need gettimeofday() to just get seconds since January 1, 1970,
midnight GMT; just use time().

We also don't need to flush the standard error right before exiting.

Clean up white space.
Modified files:
        File: tcpdump/util.c; Revision: 1.102;
        Date: ; Author: ;
-------------------------------
Description:
date: 2005-12-05 08:57:30 +0000;  author: hannes;  state: Exp;  lines: +41 -1
from Gisle Vanem <[EMAIL PROTECTED]>: privatize filetime_to_unix_epoch() 
gettimeofday() for win32 platforms
Modified files:
        File: tcpdump/util.c; Revision: 1.101;
        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/dccp.h
Revisions: 1.3, 1.1.2.3
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-dccp.c
Revisions: 1.5, 1.1.2.5, 1.1.2.4
Authors: , , 
-------------------------------
File: tcpdump/print-llc.c
Revisions: 1.69, 1.68, 1.61.2.8, 1.61.2.7
Authors: , , , 
-------------------------------
File: tcpdump/print-ppp.c
Revisions: 1.114, 1.108.2.6
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.179, 1.178, 1.177, 1.176, 1.175, 1.167.2.10, 1.167.2.9, 1.167.2.8, 
1.167.2.7
Authors: , , , , , , , , 
-------------------------------
File: tcpdump/tcpdump.c
Revisions: 1.264
Authors: 
-------------------------------
File: tcpdump/util.c
Revisions: 1.102, 1.101
Authors: , 
-- 
Automatic cron job from /tcpdump/bin/makelog
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
  • [tcpdump-workers] Automat... Automatic cvs log generator /tcpdump/bin/makelog
    • [tcpdump-workers] Au... Automatic cvs log generator /tcpdump/bin/makelog

Reply via email to