summaryrefslogtreecommitdiff
path: root/ui/gtk/rlc_lte_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-26Gtk: remove atoi calls and use ws_strtoi functions.Dario Lombardo1-3/+5
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+2
2016-07-24Replace strlen with NULL checks to pacify checkAPIs.plMichael Mann1-2/+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
2015-09-30Use a 'recent' setting to persist the checkbox controlling the source of PDUs...Martin Mathieson1-3/+7
2015-09-11lte/ui: fix 'time' var name.Dario Lombardo1-8/+8
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-1/+2
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
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-01-16Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2014-01-10Note in a comment that with Gtk 3.4.4 reselecting UE+channel doesn't work as ...Martin Mathieson1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-05-31Neither gtk_mac_lte_stat_init() nor gtk_rlc_lte_stat_init() are referredGuy Harris1-1/+1
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_LTE for the Telephony/LTE menu, andGuy Harris1-7/+1
2013-05-24A long-overdue rename of register_dfilter_stat() toGuy Harris1-1/+1
2013-04-15Allow MAC and RLC stats dialogs to be launched other than by menu/filterMartin Mathieson1-1/+1
2013-03-21From beroset:Bill Meier1-4/+4
2013-01-16Fix Gtk3 window resize behavior to match Gtk2.Bill Meier1-67/+67
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-3/+3
2012-12-16Don't cast away constness of passed-in tap structs.Martin Mathieson1-2/+2
2012-12-06Fix [-Wshadow] warnings.Bill Meier1-3/+3
2012-10-15Allow the RLC sequence graph to be called from the statistics window.Martin Mathieson1-15/+57
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-2/+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-06Take yet more care not to be dividing by zero when calculating the bitMartin Mathieson1-1/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-3/+12
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-04-28Test a return value to avoid an initialised warning from clang.Martin Mathieson1-6/+5
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-7/+7
2012-04-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-03-29Fix a test to avoid setting an invalid display filter.Martin Mathieson1-3/+4
2012-03-12Add a checkbox to filter for RACH attempts.Martin Mathieson1-2/+26
2012-02-29Add a checkbox to allow MAC SRs to be included in generated filterMartin Mathieson1-0/+25
2012-02-03Add a link back to previous frame for UM sequence number analysis.Martin Mathieson1-17/+12
2012-01-25Use sizeof(buff) as length argument when calling g_snprintf().Martin Mathieson1-4/+5
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/+1578