Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at print_dlg.c:461

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

export_carrays_cmd_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/print_dlg.c)expand/collapse
Show more  
 451        args->print_dissections   = print_dissections_none;
 452        args->print_hex           = FALSE;
 453        args->print_formfeed      = FALSE;
 454    }
 455   
 456    /* init the printing range */
 457    packet_range_init(&args->range);
 458   
 459    export_carrays_win = open_print_dialog("Wireshark: Export as \"C Arrays\" File",
 460                                           output_action_export_carrays, args);
 461    g_signal_connect(export_carrays_win, "destroy", G_CALLBACK(print_destroy_cb), &export_carrays_win);
 462  }
 463   
 464  static void
 465  print_browse_file_cb(GtkWidget *file_bt, GtkWidget *file_te)
 466  {
 467      file_selection_browse(file_bt, file_te, "Wireshark: Print to File",
 468                            FILE_SELECTION_WRITE_BROWSE);
 469  }
 470   
 471   
Show more  




Change Warning 475.28474 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: