Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at conversations_table.c:1568

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

init_conversation_notebook_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/conversations_table.c)expand/collapse
Show more  
 1558   
 1559      hbox = gtk_hbox_new(FALSE, 3);
 1560      gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
 1561   
 1562      resolv_cb = gtk_check_button_new_with_mnemonic("Name resolution");
 1563      gtk_container_add(GTK_CONTAINER(hbox), resolv_cb);
 1564      gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resolv_cb), TRUE);
 1565      gtk_tooltips_set_tip(tooltips, resolv_cb, "Show results of name resolutions rather than the \"raw\" values. "
 1566                           "Please note: The corresponding name resolution must be enabled.", NULL);
 1567   
 1568      g_signal_connect(resolv_cb, "toggled", G_CALLBACK(ct_resolve_toggle_dest), pages);
 1569   
 1570      filter_cb = gtk_check_button_new_with_mnemonic("Limit to display filter");
 1571      gtk_container_add(GTK_CONTAINER(hbox), filter_cb);
 1572      gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(filter_cb), FALSE);
 1573      gtk_tooltips_set_tip(tooltips, filter_cb, "Limit the list to conversations matching the current display filter.", NULL);
 1574   
 1575      g_signal_connect(filter_cb, "toggled", G_CALLBACK(ct_filter_toggle_dest), pages);
 1576   
 1577      /* Button row. */
 1578      /* XXX - maybe we want to have a "Copy as CSV" stock button here? */
Show more  




Change Warning 185.28007 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: