Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at hostlist_table.c:1177

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  
 1167   
 1168      hbox = gtk_hbox_new(FALSE, 3);
 1169      gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
 1170   
 1171      resolv_cb = gtk_check_button_new_with_mnemonic("Name resolution");
 1172      gtk_container_add(GTK_CONTAINER(hbox), resolv_cb);
 1173      gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resolv_cb), TRUE);
 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 
Show more  




Change Warning 332.28274 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: