aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-macltestat.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-2/+2
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-2/+2
2015-09-11lte/ui: fix 'time' var name.Dario Lombardo1-4/+4
2015-06-08tap-macltestat.c: fix some V523 warnings reported by PVS-StudioPascal Quantin1-2/+7
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+10
2014-10-13Add editor modelines and/or adjust whilespace.Bill Meier1-9/+21
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman1-0/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-1/+2
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-3/+3
2013-08-13Add missing return (reported as missing break by coverity)Martin Mathieson1-1/+2
2013-08-08Apply same changes to common stats to tshark tapMartin Mathieson1-6/+12
2013-03-06Use explicit casts.Anders Broman1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-12-16Don't cast away const qualifier.Martin Mathieson1-2/+2
2012-12-05Use g_malloc0() to initialize the counters. MAC was using uninitializedMartin Mathieson1-1/+1
2012-11-27Add %DL padding to LTE MAC stats.Martin Mathieson1-2/+16
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-0/+8
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-04-05Fix test to avoid dividing by 0.0 (was displaying as "-nan" rather thanMartin Mathieson1-1/+1
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-0/+527