summaryrefslogtreecommitdiff
path: root/ui/gtk/summary_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2016-07-21No need to check for string option values being null.Guy Harris1-8/+8
2016-07-14Redo the block options APIs.Guy Harris1-24/+21
2016-06-06Add a routine to get an array of all instances of a string option.Guy Harris1-10/+17
2016-06-06Directly use wtap_opttypes calls to fetch SHB options.Guy Harris1-41/+63
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-2/+2
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-4/+0
2014-07-20Get rid of #if 0'ed out includes of capture-pcap-util.h.Guy Harris1-3/+0
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-0/+2
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-2/+3
2014-06-19Don't crash when closing the Summary window if the file has been closed.Jeff Morriss1-1/+1
2014-03-19fix of bug 9836. Avg. packet size in Statistics -> Summary is rounded to near...Jan Kaisrlik1-9/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte1-8/+0
2013-11-12Don't do our own line wrapping of the display filter, let GTK do it for us.Jeff Morriss1-21/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-08-07Do not use overlapping memory in g_snprintf.Stig Bjørlykke1-12/+13
2013-04-02Handle the case of there being no comment view.Guy Harris1-9/+11
2013-04-02Show the comment area only if we could write out the comments were theGuy Harris1-20/+22
2013-03-21From beroset:Bill Meier1-6/+6
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> gtk_containe...Bill Meier1-0/+4
2013-01-16Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-63/+75
2013-01-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin1-1/+1
2012-12-29Add a vertical scrollbar to the summary dialog window.Bill Meier1-2/+8
2012-12-26Move summary related stuff to summary_dlgAnders Broman1-0/+85
2012-11-29Add missing newline at end of filePascal Quantin1-1/+1
2012-11-27Add more information about the capture.Anders Broman1-1/+132
2012-11-27Start including info from Statistics/Summary.Anders Broman1-0/+114
2012-10-01update the capture comment icon in the statusbarMartin Kaiser1-0/+3
2012-09-30Add displayed and marked percent columns and percent calculations for dropped...Chris Maynard1-64/+118
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-1/+1
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-14/+14
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