aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/stats_tree_stat.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+2
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-06-15gtk: Fix null dereference in statsBalint Reczey1-1/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-0/+1
2015-06-05Clean up stats_tree_presentation.Gerald Combs1-10/+1
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-40/+53
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-4/+1
2014-11-14Add a name field to tap_param, for use in error messages.Guy Harris1-1/+1
2014-11-14Add an optional flag and a type for UUID parameters for stat taps.Guy Harris1-1/+1
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-06-19Save the size and position of the expert info dialogChris Maynard1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2014-01-16Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2014-01-14In a source file that defines external functions, the header file thatGuy Harris1-1/+3
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-08From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-4/+2
2013-12-02Explicitly convert an int to an enum.Guy Harris1-1/+1
2013-12-02Use ws_fopen() so we properly handle UTF-8 file names on Windows.Guy Harris1-1/+2
2013-12-01Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann1-2/+12
2013-11-30Fix indentation.Guy Harris1-12/+12
2013-11-30Strings are usually unwritable; squelch "constness is being assignedGuy Harris1-2/+2
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-76/+279
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+2
2013-03-21From beroset:Bill Meier1-9/+9
2012-12-06Fix [-Wshadow] warnings.Bill Meier1-6/+6
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-3/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+402