aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/mac_lte_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-08Improve stats of broadcast messagesMartin Mathieson1-18/+40
2013-07-06Count SDUs even when dumping only the MAC headerPascal Quantin1-6/+2
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-2/+1
2013-03-21From beroset:Bill Meier1-4/+4
2013-01-17Minor cleanup:Bill Meier1-97/+98
2013-01-17Use gtk_box_pack_start() instead of gtk_container_add()Bill Meier1-17/+18
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
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-11-27Add %DL padding to LTE MAC stats.Martin Mathieson1-3/+16
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-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-8/+8
2012-04-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2012-04-05Fix test to avoid dividing by 0.0 (was displaying as "-nan" rather thanMartin Mathieson1-1/+1
2012-03-30Fix the flag used in a test.Martin Mathieson1-1/+1
2012-03-12Add checkboxes to filter for RACH attempts and SRs.Martin Mathieson1-14/+65
2012-01-25Delete a TODO comment (now that there is an equivalent tshark tap).Martin Mathieson1-4/+0
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/+1346