Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at print_dlg.c:741

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

open_print_dialog

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/print_dlg.c)expand/collapse
Show more  
 731   
 732    expand_all_rb = gtk_radio_button_new_with_mnemonic_from_widget(GTK_RADIO_BUTTON(collapse_all_rb), "All e_xpanded");
 733    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(expand_all_rb), args->print_dissections == print_dissections_expanded);
 734    gtk_tooltips_set_tip (tooltips, expand_all_rb, "Output of the packet details tree \"expanded\"", NULL);
 735    gtk_container_add(GTK_CONTAINER(details_vb), expand_all_rb);
 736    gtk_widget_show(expand_all_rb);
 737   
 738    /* "Print hex" check button. */
 739    hex_cb = gtk_check_button_new_with_mnemonic("Packet bytes");
 740    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(hex_cb), args->print_hex);
 741    g_signal_connect(hex_cb, "clicked", G_CALLBACK(print_cmd_toggle_detail), main_win);
 742    gtk_tooltips_set_tip (tooltips, hex_cb, "Add a hexdump of the packet data", NULL);
 743    gtk_container_add(GTK_CONTAINER(format_vb), hex_cb);
 744    gtk_widget_show(hex_cb);
 745   
 746    /* seperator */
 747    sep = gtk_hseparator_new();
 748    gtk_container_add(GTK_CONTAINER(format_vb), sep);
 749    gtk_widget_show(sep);
 750   
 751    /* "Each packet on a new page" check button. */
Show more  




Change Warning 480.28481 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: