Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_toolbar.c:361

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  
 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 
 369      toolbar_toggle_button(autoscroll_button, window, main_tb,  
 370          WIRESHARK_STOCK_AUTOSCROLL, tooltips, "Auto Scroll Packet List in Live Capture", auto_scroll_live_toggle_cb, NULL);
 371  #endif
Show more  




Change Warning 382.28354 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: