Ethereal-dev: Re: [Ethereal-dev] Quick fix for MMSE dissector...

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 3 Jun 2002 12:01:53 -0700
On Mon, Jun 03, 2002 at 10:57:37AM -0300, Martin Gignac wrote:
> Just a little quick fix:

Checked in.

> --- packet-mmse.c.orig  Mon Jun  3 10:54:57 2002
> +++ packet-mmse.c       Mon Jun  3 10:56:09 2002
> @@ -681,7 +681,7 @@
>             }
>         },
>         {   &hf_mmse_cc,
> -           {   "Bcc", "mmse.bcc",
> +           {   "Cc", "mmse.cc",
>                 FT_STRING, BASE_NONE, NULL, 0x00,
>                 "Carbon copy.",
>                 HFILL

There are no tabs in that block of text, but there are tabs in
"packet-mmse.c", so the patch had to be applied by hand - "patch"
thought nothing matched.

Your mail software is probably "helpfully" replacing tabs with spaces in
mail you send out; if you send patches as attachments, it's more likely
that the patches will not be "fixed" by your mail software - please send
patches as attachments in the future.