Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Patch] airpcap.c

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Tue, 16 Jan 2007 13:18:21 -0800
On Tue, Jan 16, 2007 at 12:01:17PM +0100, Gisle Vanem wrote:

> --- SVN-Latest\epan\crypt\airpdcap.c    Fri Jan 12 17:23:52 2007
> +++ epan\crypt\airpdcap.c       Tue Jan 16 11:59:58 2007
> @@ -1663,7 +1663,7 @@
>                 else
>                         output_string = g_strdup_printf("%s:%s:%s",
>                             STRING_KEY_TYPE_WPA_PWD,dk->key->str,
> -                           format_text((guchar *)dk->ssid->data, dk->ssid->len);
> +                           format_text((guchar *)dk->ssid->data, dk->ssid->len));
>         }
>         else if(dk->type == AIRPDCAP_KEY_TYPE_WPA_PMK)
>         {
> 
> -------

Thanks for your patch, I have applied the change as svn revision 20457.

> Please test your changes (compile it) before checking in !

It was probably missed because it is within an #ifdef HAVE_AIRPDCAP, 
that not everyone has.  Sorry for the trouble.


Steve