tcpdump mailing list archives

Automatic report from sources (tcpdump libpcap htdocs) between 12.09.2003 - 13.09.2003 GMT


From: "Automatic cvs log generator /tcpdump/bin/makelog" <mcr () sandelman ottawa on ca>
Date: Sat, 13 Sep 2003 05:06:57 -0400 (EDT)

CVS log entries from 12.09.2003 (Fri) 09:06:08 - 13.09.2003 (Sat) 09:05:45 GMT
=====================================================
Summary by authors
=====================================================
Author: guy
        File: tcpdump/print-udp.c; Revisions: 1.121
        File: tcpdump/interface.h; Revisions: 1.215
        File: tcpdump/print-aodv.c; Revisions: 1.8, 1.7, 1.6, 1.5
        File: tcpdump/aodv.h; Revisions: 1.3, 1.2
        File: tcpdump/print-stp.c; Revisions: 1.11

=====================================================
Combined list of identical log entries
=====================================================
Description:
Updates from Bruce Simpson:

        Fix numerous bugs in my AODV submission, red faces all round,
        mainly due to misunderstanding of EXTRACT_STRING() macro
        arguments (because these are macros, type checking didn't
        happen).

        AODV HELLO extensions are now correctly printed.

        The code is closer to FreeBSD's style guidelines.

Don't use "u_char" and "u_long", use "u_int8_t" and "u_int32_t".
"u_long" is definitely wrong as it's 64 bits on some platforms; "u_char"
is safe, but the official tcpdump style uses "u_int8_t".

At least according to the (long-since-expired) draft-perkins-aodv6-01,
the V6 AODV messages have different message type values from the V4 ones
in draft-ietf-manet-aodv-13.  However, draft-ietf-manet-aodv-13 says
that the only differences are in the addresses; we support both.

Clean up the way we tell the AODV6 dissector that we're running atop
IPv6 a bit.

Use "udpipaddr_print()" if we're printing AODV packets as a result of
saying "anything that matches this filter is AODV", rather than doing it
ourselves under the assumption that it's running over IPv4.
Modified files:
        File: tcpdump/aodv.h; Revision: 1.2;
        Date: 2003/09/12 22:05:56; Author: guy; Lines: (+48 -43)
        File: tcpdump/interface.h; Revision: 1.215;
        Date: 2003/09/12 22:05:56; Author: guy; Lines: (+2 -2)
        File: tcpdump/print-aodv.c; Revision: 1.5;
        Date: 2003/09/12 22:05:57; Author: guy; Lines: (+181 -126)
        File: tcpdump/print-udp.c; Revision: 1.121;
        Date: 2003/09/12 22:05:57; Author: guy; Lines: (+8 -10)
-------------------------------
Description:
The now-expired draft-perkins-aodv6-01 specified a different order for
fields in most of the AODV messages when used with V6; print those
correctly.

Get rid of some "v6" tags that weren't there before my previous checkin.
Modified files:
        File: tcpdump/aodv.h; Revision: 1.3;
        Date: 2003/09/13 01:34:42; Author: guy; Lines: (+34 -6)
        File: tcpdump/print-aodv.c; Revision: 1.8;
        Date: 2003/09/13 01:34:42; Author: guy; Lines: (+120 -11)
=====================================================
Log entries
=====================================================
Description:
Use %[l]u, not %[l]d, to print unsigned quantities.
Modified files:
        File: tcpdump/print-aodv.c; Revision: 1.7;
        Date: 2003/09/12 22:16:53; Author: guy; Lines:  (+18 -18)
-------------------------------
Description:
As itojun said, u_int32_t can be long or int, depending on the platform.
Modified files:
        File: tcpdump/print-aodv.c; Revision: 1.6;
        Date: 2003/09/12 22:10:42; Author: guy; Lines:  (+23 -22)
-------------------------------
Description:
As noted in a bug report, the type for a topology change notification is
0x80, not 1.
Modified files:
        File: tcpdump/print-stp.c; Revision: 1.11;
        Date: 2003/09/12 20:53:19; Author: guy; Lines:  (+3 -3)
=====================================================
Summary of modified files
=====================================================
File: tcpdump/aodv.h
Revisions: 1.3, 1.2
Authors: guy (+34 -6), guy (+48 -43)
-------------------------------
File: tcpdump/interface.h
Revisions: 1.215
Authors: guy (+2 -2)
-------------------------------
File: tcpdump/print-aodv.c
Revisions: 1.8, 1.7, 1.6, 1.5
Authors: guy (+120 -11), guy (+18 -18), guy (+23 -22), guy (+181 -126)
-------------------------------
File: tcpdump/print-stp.c
Revisions: 1.11
Authors: guy (+3 -3)
-------------------------------
File: tcpdump/print-udp.c
Revisions: 1.121
Authors: guy (+8 -10)
-- 
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:tcpdump-workers-request () tcpdump org?body=unsubscribe


Current thread: