Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at capture_dlg.c:1893

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

capture_prep_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/capture_dlg.c)expand/collapse
Show more  
 1883      NULL);
 1884    gtk_box_pack_start(GTK_BOX(file_hb), file_te, TRUE, TRUE, 3);
 1885   
 1886    file_bt = gtk_button_new_from_stock(WIRESHARK_STOCK_BROWSE);
 1887    gtk_tooltips_set_tip(tooltips, file_bt,
 1888      "Select a file to which captured data will be written, "
 1889      "instead of entering the file name directly. ",
 1890      NULL);
 1891    gtk_box_pack_start(GTK_BOX(file_hb), file_bt, FALSE, FALSE, 0);
 1892   
 1893    g_signal_connect(file_bt, "clicked", G_CALLBACK(capture_prep_file_cb), file_te);
 1894   
 1895    /* multiple files table */
 1896    multi_tb = gtk_table_new(5, 3, FALSE);
 1897    gtk_table_set_row_spacings(GTK_TABLE(multi_tb), 1);
 1898    gtk_table_set_col_spacings(GTK_TABLE(multi_tb), 3);
 1899    gtk_box_pack_start(GTK_BOX(file_vb), multi_tb, FALSE, FALSE, 0);
 1900    row = 0;
 1901   
 1902    /* multiple files row */
 1903    multi_files_on_cb = gtk_check_button_new_with_mnemonic("Use _multiple files");
Show more  




Change Warning 110.27891 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: