ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

From: Gisle Vanem <giva@xxxxxxxxx>
Date: Tue, 16 Jan 2007 12:01:17 +0100
--- 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)
       {

-------

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

--gv