Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at capture_info_dlg.c:282

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  
 272                         1, 2, 0, 1, 0, 0, 5, 0);
 273   
 274    /* allow user to either click a stop button, or the close button on 
 275          the window to stop a capture in progress. */
 276    bbox = dlg_button_row_new(WIRESHARK_STOCK_CAPTURE_STOP, GTK_STOCK_HELP, NULL);
 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);
Show more  




Change Warning 143.27939 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: