Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at prefs_capture.c:148

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

capture_prefs_show

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/prefs_capture.c)expand/collapse
Show more  
 138   
 139          /* Interface properties */
 140          ifopts_lb = gtk_label_new("Interfaces:");
 141          gtk_table_attach_defaults(GTK_TABLE(main_tb), ifopts_lb, 0, 1, row, row+1);
 142          gtk_misc_set_alignment(GTK_MISC(ifopts_lb), 1.0f, 0.5f);
 143          gtk_widget_show(ifopts_lb);
 144   
 145          ifopts_bt = gtk_button_new_from_stock(WIRESHARK_STOCK_EDIT);
 146          gtk_tooltips_set_tip(tooltips, ifopts_bt,
 147              "Open a dialog box to set various interface options.", NULL);
 148          g_signal_connect(ifopts_bt, "clicked", G_CALLBACK(ifopts_edit_cb), NULL);
 149          gtk_table_attach_defaults(GTK_TABLE(main_tb), ifopts_bt, 1, 2, row, row+1);
 150          row++;
 151   
 152          /* Promiscuous mode */
 153          promisc_cb = create_preference_check_button(main_tb, row++,
 154              "Capture packets in promiscuous mode:", NULL,
 155              prefs.capture_prom_mode);
 156          gtk_tooltips_set_tip(tooltips, promisc_cb,
 157              "Usually a network card will only capture the traffic sent to its own network address. "
 158              "If you want to capture all traffic that the network card can \"see\", mark this option. "
Show more  




Change Warning 427.28411 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: