Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at capture_dlg.c:1715

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  
 1704     * over the WAN, or an Ethernet interface, where you can request Ethernet 
 1705     * or DOCSIS, the latter being for some Cisco cable modem equipment that
 1706     * can be configured to send raw DOCSIS frames over an Ethernet inside
 1707     * Ethernet low-level framing, for traffic capture purposes.
 1708     *
 1709     * We leave it as "multiple link-layer types" for now.
 1710     */
 1711    gtk_tooltips_set_tip(tooltips, linktype_om,
 1712      "The selected interface supports multiple link-layer types; select the desired one.", NULL);
 1713    gtk_box_pack_start (GTK_BOX(linktype_hb), linktype_om, FALSE, FALSE, 0);
 1714    g_signal_connect(GTK_ENTRY(GTK_COMBO(if_cb)->entry), "changed",
 1715                   G_CALLBACK(capture_prep_interface_changed_cb), linktype_om);
 1716   
 1717    /* Promiscuous mode row */
 1718    promisc_cb = gtk_check_button_new_with_mnemonic(
 1719        "Capture packets in _promiscuous mode");
 1720    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(promisc_cb),
 1721                  global_capture_opts.promisc_mode);
 1722    gtk_tooltips_set_tip(tooltips, promisc_cb,
 1723      "Usually a network card will only capture the traffic sent to its own network address. "
 1724      "If you want to capture all traffic that the network card can \"see\", mark this option. "
 1725      "See the FAQ for some more details of capturing packets from a switched network.", NULL);
Show more  




Change Warning 98.27879 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: