Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_toolbar.c:370

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  
 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
 372   
 373      toolbar_append_separator(main_tb);
 374   
 375      toolbar_item(zoom_in_button, main_tb,  
 376          GTK_STOCK_ZOOM_IN, tooltips, "Zoom in", view_zoom_in_cb, NULL);
 377   
 378      toolbar_item(zoom_out_button, main_tb,  
 379          GTK_STOCK_ZOOM_OUT, tooltips, "Zoom out", view_zoom_out_cb, NULL);
 380   
Show more  




Change Warning 380.28352 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: