Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at hostlist_table.c:1184

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

init_hostlist_notebook_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_table.c)expand/collapse
Show more  
 1174      gtk_tooltips_set_tip(tooltips, resolv_cb, "Show results of name resolutions rather than the \"raw\" values. "
 1175                           "Please note: The corresponding name resolution must be enabled.", NULL);
 1176   
 1177      g_signal_connect(resolv_cb, "toggled", G_CALLBACK(hostlist_resolve_toggle_dest), pages);
 1178   
 1179      filter_cb = gtk_check_button_new_with_mnemonic("Limit to display filter");
 1180      gtk_container_add(GTK_CONTAINER(hbox), filter_cb);
 1181      gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(filter_cb), FALSE);
 1182      gtk_tooltips_set_tip(tooltips, filter_cb, "Limit the list to endpoints matching the current display filter.", NULL);
 1183   
 1184      g_signal_connect(filter_cb, "toggled", G_CALLBACK(hostlist_filter_toggle_dest), pages);
 1185   
 1186      /* Button row. */
 1187  #ifdef HAVE_GEOIP 
 1188      bbox = dlg_button_row_new(GTK_STOCK_CLOSE, GTK_STOCK_COPY, WIRESHARK_STOCK_MAP, GTK_STOCK_HELP, NULL);
 1189  #else    
 1190      bbox = dlg_button_row_new(GTK_STOCK_CLOSE, GTK_STOCK_COPY, GTK_STOCK_HELP, NULL);
 1191  #endif
 1192      gtk_box_pack_end(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 1193   
 1194      close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
Show more  




Change Warning 331.28273 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: