Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at conversations_table.c:1575

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  
 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? */
 1579      /*copy_bt = gtk_button_new_with_label ("Copy content to clipboard as CSV");*/
 1580      bbox = dlg_button_row_new(GTK_STOCK_CLOSE, GTK_STOCK_COPY, GTK_STOCK_HELP, NULL);
 1581   
 1582      gtk_box_pack_end(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 1583   
 1584      close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 1585      window_set_cancel_button(win, close_bt, window_cancel_button_cb);
Show more  




Change Warning 184.28006 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: