Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_toolbar.c:314

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  
 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   
 316      toolbar_append_separator(main_tb);
 317  #endif /* HAVE_LIBPCAP */
 318   
 319      toolbar_item(open_button, main_tb,  
 320          GTK_STOCK_OPEN, tooltips, "Open a capture file...", file_open_cmd_cb, NULL);
 321   
 322      /* Only create a separate button in GTK < 2.4.  With GTK 2.4+, we will
 323       * just modify the save_button to read/show save or save as as needed.
 324       * We'll also fudge in an object key ("save") for the save button with data which  specifies 
Show more  




Change Warning 393.28365 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: