Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at wlan_stat_dlg.c:1283

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

wlanstat_dlg_create

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/wlan_stat_dlg.c)expand/collapse
Show more  
 1273          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resolv_cb), TRUE);
 1274          gtk_tooltips_set_tip(tooltips, resolv_cb, "Show results of name resolutions rather than the \"raw\" values. "
 1275                               "Please note: The corresponding name resolution must be enabled.", NULL);
 1276   
 1277          g_signal_connect(resolv_cb, "toggled", G_CALLBACK(wlan_resolve_toggle_dest), hs);
 1278   
 1279          filter_cb = gtk_check_button_new_with_mnemonic("Limit to display filter");
 1280          gtk_container_add(GTK_CONTAINER(hbox), filter_cb);
 1281          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(filter_cb), FALSE);
 1282          gtk_tooltips_set_tip(tooltips, filter_cb, "Limit the list to entries matching the current display filter.", NULL);
 1283          g_signal_connect(filter_cb, "toggled", G_CALLBACK(wlan_filter_toggle_dest), hs);
 1284   
 1285          existing_cb = gtk_check_button_new_with_mnemonic("Only show existing networks");
 1286          gtk_container_add(GTK_CONTAINER(hbox), existing_cb);
 1287          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(existing_cb), FALSE);
 1288          gtk_tooltips_set_tip(tooltips, existing_cb, "This option disables probe requests for "
 1289                               "unknown networks.", NULL);
 1290          g_signal_connect(existing_cb, "toggled", G_CALLBACK(wlan_existing_toggle_dest), hs);
 1291   
 1292          /* Button row. */
 1293          bbox = dlg_button_row_new (GTK_STOCK_CLOSE, GTK_STOCK_COPY, GTK_STOCK_HELP, NULL);
Show more  




Change Warning 870.29208 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: