Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at capture_info_dlg.c:287

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

capture_info_ui_create

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/capture_info_dlg.c)expand/collapse
Show more  
 277    gtk_box_pack_start(GTK_BOX(main_vb), bbox, FALSE, FALSE, 3);
 278    gtk_widget_show(bbox);
 279   
 280    stop_bt = g_object_get_data(G_OBJECT(bbox), WIRESHARK_STOCK_CAPTURE_STOP);
 281    window_set_cancel_button(info->cap_w, stop_bt, NULL);
 282    g_signal_connect(stop_bt, "clicked", G_CALLBACK(capture_info_stop_clicked_cb), capture_opts);
 283    g_signal_connect(info->cap_w, "delete_event", G_CALLBACK(capture_info_delete_cb), capture_opts);
 284   
 285    ci_help = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 286    gtk_tooltips_set_tip (tooltips, ci_help, ("Get help about this dialog"), NULL);
 287    g_signal_connect(ci_help, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_CAPTURE_INFO_DIALOG);
 288   
 289    gtk_widget_show(info->cap_w);
 290    window_present(info->cap_w);
 291   
 292    info->start_time = time(NULL);
 293   
 294    cinfo->ui = info;
 295   
 296    /* update the dialog once a second, even if no packets rushing in */
 297    info->timer_id = g_timeout_add(1000, capture_info_ui_update_cb,cinfo);
Show more  




Change Warning 141.27937 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: