Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_toolbar.c:305

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

toolbar_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/main_toolbar.c)expand/collapse
Show more  
 294      gtk_toolbar_set_orientation(GTK_TOOLBAR(main_tb),
 295                                  GTK_ORIENTATION_HORIZONTAL);
 296   
 297      g_object_set_data(G_OBJECT(top_level), E_TB_MAIN_KEY, main_tb);
 298   
 299   
 300  #ifdef HAVE_LIBPCAP 
 301      toolbar_item(if_button, main_tb,  
 302          WIRESHARK_STOCK_CAPTURE_INTERFACES, tooltips, "List the available capture interfaces...", capture_if_cb, NULL);
 303   
 304      toolbar_item(capture_options_button, main_tb,  
 305          WIRESHARK_STOCK_CAPTURE_OPTIONS, tooltips, "Show the capture options...", capture_prep_cb, NULL);
 306   
 307      toolbar_item(new_button, main_tb,  
 308          WIRESHARK_STOCK_CAPTURE_START, tooltips, "Start a new live capture", capture_start_cb, NULL);
 309   
 310      toolbar_item(stop_button, main_tb,  
 311          WIRESHARK_STOCK_CAPTURE_STOP, tooltips, "Stop the running live capture", capture_stop_cb, NULL);
 312   
 313      toolbar_item(clear_button, main_tb,  
 314          WIRESHARK_STOCK_CAPTURE_RESTART, tooltips, "Restart the running live capture", capture_restart_cb, NULL);
 315   
Show more  




Change Warning 396.28369 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: