summaryrefslogtreecommitdiff
path: root/ui/gtk/summary_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-15For a capture file, keep an array of all encapsulation types seen.Guy Harris1-3/+11
2012-06-04We need main.h for main_update_for_unsaved_changes(), regardless ofGuy Harris1-2/+1
2012-06-04Have a main_update_for_unsaved_changes() routine that, if changes areGuy Harris1-3/+2
2012-05-28Don't use pcap LINKTYPE_ values in the iface_options structure, useGuy Harris1-7/+1
2012-05-24Enable word wrapping for capture-file comments.Jeff Morriss1-0/+1
2012-05-24Get rid of the button row for the capture-file comments. Instead, turn theJeff Morriss1-72/+50
2012-05-24Use cf_update_capture_comment() to save the capture comment (instead ofJeff Morriss1-4/+3
2012-05-24Free the new comment after calling gtk_text_buffer_set_text().Jeff Morriss1-3/+4
2012-05-24Also allow the user to edit the capture-file comment if there is one (notJeff Morriss1-26/+27
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-1/+3
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-2/+2
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-3/+0
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-2/+2
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-1/+1
2012-04-10Add missing consts.Jakub Zawadzki1-1/+1
2012-03-10Replace inconsistent tabs with spaces.Guy Harris1-58/+58
2012-03-08summary_dlg.c:419: error: 'dl_description' undeclared (first use in this func...Anders Broman1-2/+0
2012-03-08Put a frame around capture comments, don't depend on LIBPCAP to print dl_desc...Anders Broman1-8/+10
2012-03-08Use an OK button rather than save for consistency, wouldapply be more apropri...Anders Broman1-8/+8
2012-03-07Set File->Save sensitivity after file or packet comments are changed.Jeff Morriss1-2/+4
2012-02-26Mark the gile as unsaved if comments are editedAnders Broman1-0/+2
2012-02-26Make it possible to edit capture commentsAnders Broman1-4/+77
2012-02-26For LANalyzer files, make the "File type name" be the file comment.Guy Harris1-0/+5
2012-02-26Suppress invalid or non-meaningful statistics - for example, withoutGuy Harris1-28/+55
2012-02-24From Irene Ruengeler: Always show snaplen.Michael Tüxen1-5/+1
2012-02-23Add SHB info to SummaryAnders Broman1-0/+16
2012-02-23Have the used interfaces show up if number of interfaces > 0.Anders Broman1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+506