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
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to