Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at capture_dlg.c:2107

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  
 2097   
 2098    display_vb = gtk_vbox_new(FALSE, 0);
 2099    gtk_container_set_border_width(GTK_CONTAINER(display_vb), 5);
 2100    gtk_container_add(GTK_CONTAINER(display_fr), display_vb);
 2101   
 2102    /* "Update display in real time" row */
 2103    sync_cb = gtk_check_button_new_with_mnemonic(
 2104        "_Update list of packets in real time");
 2105    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(sync_cb),
 2106                  global_capture_opts.real_time_mode);
 2107    g_signal_connect(sync_cb, "toggled", G_CALLBACK(capture_prep_adjust_sensitivity), cap_open_w);
 2108    gtk_tooltips_set_tip(tooltips, sync_cb,
 2109      "Using this option will show the captured packets immediately on the main screen. "
 2110      "Please note: this will slow down capturing, so increased packet drops might appear.", NULL);
 2111    gtk_container_add(GTK_CONTAINER(display_vb), sync_cb);
 2112   
 2113    /* "Auto-scroll live update" row */
 2114    auto_scroll_cb = gtk_check_button_new_with_mnemonic(
 2115                  "_Automatic scrolling in live capture");
 2116    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(auto_scroll_cb), auto_scroll_live);
 2117    gtk_tooltips_set_tip(tooltips, auto_scroll_cb,
Show more  




Change Warning 100.27881 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: