Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at conversations_table.c:1354

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

init_conversation_table

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/conversations_table.c)expand/collapse
Show more  
 1344      copy_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_COPY);
 1345      gtk_tooltips_set_tip(tooltips, copy_bt,
 1346                           "Copy all statistical values of this page to the clipboard in CSV (Comma Separated Values) format.", NULL);
 1347      g_object_set_data(G_OBJECT(copy_bt), CONV_PTR_KEY, conversations);
 1348      g_signal_connect(copy_bt, "clicked", G_CALLBACK(copy_as_csv_cb), NULL);
 1349   
 1350      help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 1351      g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_STATS_CONVERSATIONS_DIALOG);
 1352   
 1353      g_signal_connect(conversations->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 1354      g_signal_connect(conversations->win, "destroy", G_CALLBACK(ct_win_destroy_cb), conversations);
 1355   
 1356      gtk_widget_show_all(conversations->win);
 1357      window_present(conversations->win);
 1358   
 1359      cf_retap_packets(&cfile, FALSE);
 1360      gdk_window_raise(conversations->win->window);
 1361   
 1362      /* Keep clist frozen to cause modifications to the clist (inserts, appends, others that are extremely slow 
 1363         in GTK2) to not be drawn, allow refreshes to occur at strategic points for performance */
 1364      gtk_clist_freeze(conversations->table);
Show more  




Change Warning 176.27993 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: