Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at main_toolbar.c:398

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  
 387      toolbar_append_separator(main_tb);
 388       
 389  #ifdef HAVE_LIBPCAP 
 390      toolbar_item(capture_filter_button, main_tb,  
 391          WIRESHARK_STOCK_CAPTURE_FILTER, tooltips, "Edit capture filter...", cfilter_dialog_cb, NULL);
 392  #endif /* HAVE_LIBPCAP */
 393   
 394      toolbar_item(display_filter_button, main_tb,  
 395          WIRESHARK_STOCK_DISPLAY_FILTER, tooltips, "Edit/apply display filter...", dfilter_dialog_cb, NULL);
 396   
 397      toolbar_item(color_display_button, main_tb,  
 398          GTK_STOCK_SELECT_COLOR, tooltips, "Edit coloring rules...", color_display_cb, NULL);
 399   
 400      /* the preference button uses it's own Stock icon label "Prefs", as "Preferences" is too long */
 401      toolbar_item(prefs_button, main_tb,  
 402          GTK_STOCK_PREFERENCES, tooltips, "Edit preferences...", prefs_cb, NULL);
 403   
 404      toolbar_append_separator(main_tb);
 405   
 406      toolbar_item(help_button, main_tb,  
 407          GTK_STOCK_HELP, tooltips, "Show some help...", topic_cb, GINT_TO_POINTER(HELP_CONTENT));
 408   
Show more  




Change Warning 400.28374 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: