Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_toolbar.c:349

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  
 338          GTK_STOCK_REFRESH, tooltips, "Reload this capture file", file_reload_cmd_cb, NULL);
 339   
 340      toolbar_item(print_button, main_tb,  
 341          GTK_STOCK_PRINT, tooltips, "Print packet(s)...", file_print_cmd_cb, NULL);
 342   
 343      toolbar_append_separator(main_tb);
 344   
 345      toolbar_item(find_button, main_tb,  
 346          GTK_STOCK_FIND, tooltips, "Find a packet...", find_frame_cb, NULL);
 347   
 348      toolbar_item(history_back_button, main_tb,  
 349          GTK_STOCK_GO_BACK, tooltips, "Go back in packet history", history_back_cb, NULL);
 350   
 351      toolbar_item(history_forward_button, main_tb,  
 352          GTK_STOCK_GO_FORWARD, tooltips, "Go forward in packet history", history_forward_cb, NULL);
 353   
 354      toolbar_item(go_to_button, main_tb,  
 355          GTK_STOCK_JUMP_TO, tooltips, "Go to the packet with number...", goto_frame_cb, NULL);
 356   
 357      toolbar_item(go_to_top_button, main_tb,  
 358          GTK_STOCK_GOTO_TOP, tooltips, "Go to the first packet", goto_top_frame_cb, NULL);
 359   
Show more  




Change Warning 386.28358 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: