Ethereal-dev: Re: [Ethereal-dev] added icmp 3/13

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 25 Feb 2001 17:06:23 -0800
On Sun, Feb 25, 2001 at 05:22:55PM +0100, linons@xxxxxx wrote:
> is it possible to send my changes (or the whole packet-ip.c) to someone who
> will look and create a patch? I used CTRL-C / CTRL-V :-) to decode icmp 3/13

By "icmp 3/13" do you mean an ICMP Destination Unreachable message (type
3) with a code of "Communication Administratively Prohibited" (13)?

If so, what additional dissection is done?  Destination Unreachable
messages have just type, code, checksum, 4 unused bytes, and the IP
header and first 8 bytes of payload of the datagram that provoked the
error; does some RFC specify that the unused bytes are used for some
purpose for that particular Destination Unreachable message?

If so, in what form are your changes?  If they're already in the form of
a patch, there's no need to send them to somebody to have them create a
patch....