Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_toolbar.c:355

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  
 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   
 360      toolbar_item(go_to_bottom_button, main_tb,  
 361          GTK_STOCK_GOTO_BOTTOM, tooltips, "Go to the last packet", goto_bottom_frame_cb, NULL);
 362   
 363      toolbar_append_separator(main_tb);
 364   
 365      toolbar_toggle_button(colorize_button, window, main_tb,  
Show more  




Change Warning 384.28356 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: