Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at capture_dlg.c:1765

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  
 1755    snap_lb = gtk_label_new("bytes");
 1756    gtk_misc_set_alignment(GTK_MISC(snap_lb), 0, 0.5f);
 1757    gtk_box_pack_start(GTK_BOX(snap_hb), snap_lb, FALSE, FALSE, 0);
 1758   
 1759    /* Filter row */
 1760    filter_hb = gtk_hbox_new(FALSE, 3);
 1761    gtk_box_pack_start(GTK_BOX(capture_vb), filter_hb, FALSE, FALSE, 0);
 1762   
 1763    filter_bt = gtk_button_new_from_stock(WIRESHARK_STOCK_CAPTURE_FILTER_ENTRY);
 1764    g_signal_connect(filter_bt, "clicked", G_CALLBACK(capture_filter_construct_cb), NULL);
 1765    g_signal_connect(filter_bt, "destroy", G_CALLBACK(filter_button_destroy_cb), NULL);
 1766    gtk_tooltips_set_tip(tooltips, filter_bt,
 1767      "Select a capture filter to reduce the amount of packets to be captured. "
 1768      "See \"Capture Filters\" in the online help for further information how to use it.",
 1769      NULL);
 1770    gtk_box_pack_start(GTK_BOX(filter_hb), filter_bt, FALSE, FALSE, 3);
 1771   
 1772    /* Create the capture filter combo */
 1773    filter_cm = gtk_combo_new();
 1774   
 1775    cfilter_list = g_object_get_data(G_OBJECT(top_level), E_CFILTER_FL_KEY);
Show more  




Change Warning 111.27892 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: