Ethereal-dev: [Ethereal-dev] Re: Patch to packet-fcswils.c

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

From: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Date: Sat, 14 May 2005 17:08:43 -0400
checked in

On 5/12/05, Dinesh G Dutt <ddutt@xxxxxxxxx> wrote:
> This is a fix to decode Zone_Alias objects correctly.
> 
> Dinesh
> --
> Index: packet-fcswils.c
> ===================================================================
> --- packet-fcswils.c    (revision 14358)
> +++ packet-fcswils.c    (working copy)
> @@ -479,7 +479,7 @@
>                  len += 4 + tvb_get_guint8 (tvb, offset+3+len);
>              }
>          }
> -        else if (objtype == FC_SWILS_ZONEOBJ_ZONE) {
> +        else {
>              len += 4 + tvb_get_guint8 (tvb, offset+3+len);
>          }
>      }
> 
> -- 
> All of us yearn for a better society. Only when we recognize how we make
> sense of the world around us will we truly be able to reach towards it.
>                                                           - Dorothy Rowe
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>