Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_toolbar.c:358

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  
 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,  
 366          WIRESHARK_STOCK_COLORIZE, tooltips, "Colorize Packet List", colorize_toggle_cb, NULL);
 367   
 368  #ifdef HAVE_LIBPCAP 
Show more  




Change Warning 383.28355 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: