Ethereal-dev: Re: [Ethereal-dev] patch to Ethereal 0.8.17 to fix WAP WTLS omission

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: Tue, 17 Apr 2001 16:29:54 -0700 (PDT)
> Attached is a patch to the "packet-wtls.c" file, which corrects an
> omission in the WAP WTLS decode.

Checked in.

> *** 1.1	2001/04/17 20:43:19
> --- packet-wtls.c	2001/04/17 23:06:23
> ***************
> *** 2,8 ****
>    *
>    * Routines to dissect WTLS component of WAP traffic.
>    * 
> !  * $Id: packet-wtls.c,v 1.1 2001/04/17 20:43:19 pjw Exp $
>    *
>    * Ethereal - Network traffic analyzer
>    * By Gerald Combs <gerald@xxxxxxxx>
> --- 2,8 ----
>    *
>    * Routines to dissect WTLS component of WAP traffic.
>    * 
> !  * $Id: packet-wtls.c,v 1.3 2001/04/17 22:38:38 pjw Exp pjw $
>    *
>    * Ethereal - Network traffic analyzer
>    * By Gerald Combs <gerald@xxxxxxxx>

Well, it's not exactly a patch against 0.8.17, as 0.8.17's
"packet-wtls.c" has a revision number of 1.4, but it appears that the
two versions you diffed were a 1.4 (that being the version in 0.8.17),
and a patched 1.4, but with odd "$Id" lines.  (Did you check those into
an RCS tree of your own, say, without the "-k" flag?)