aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-iostat.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-13tap-iostat (cli): fix this statement may fall through [-Werror=implicit-fallt...Alexis La Goutte1-1/+1
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-34/+52
2016-08-29tap-iostat.c: ensure that interval is set to its maximum value when using 0Pascal Quantin1-5/+5
2016-06-21Check for negative nanoseconds in io,stat tap.Michael Mann1-1/+1
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-02-12tap-iostat: fix logical ‘or’ of equal expressions [-Werror=logical-op] fo...Alexis La Goutte1-1/+1
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2015-09-26Fix checkapi warningsGraham Bloice1-11/+11
2015-06-10tshark: fix computation of iostat table width when specifying an intervalPascal Quantin1-1/+1
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-8/+35
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-4/+0
2014-11-14The registered -z parameter string shouldn't end with a comma.Guy Harris1-1/+1
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/+11
2014-10-13Add editor modelines and/or adjust whilespace.Bill Meier1-183/+183
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-30Use G_GUINT64_CONSTANT(nn) instead of nnULL in a few places.Bill Meier1-5/+5
2013-12-20nnn'ULL' ==> G_GUINT64_CONSTANT(nnn)Bill Meier1-26/+29
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-2/+2
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-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-12/+58
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-5/+5
2013-08-09Replace tabs with spaces. Add modelines.Chris Maynard1-21/+34
2013-08-09Patch for bug 9014. If the relative time is negative, it is set to that of th...Cal Turney1-11/+21
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-3/+3
2013-07-11Throw in a cast to squelch warnings about a value not fitting in aGuy Harris1-4/+2
2013-07-11Get rid of an unused variable.Guy Harris1-3/+4
2013-07-10From Cal Turney:Anders Broman1-62/+113
2013-07-06From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8888Evan Huus1-1/+1
2013-05-20The printf format may require 2 arguments passed and if it does, the second a...Michael Mann1-1/+1
2013-03-07Use explicit casts.Anders Broman1-1/+1
2013-03-06Use explicit casts.Anders Broman1-3/+3
2012-10-24Allow <interval> to be successfully sscanf'd no matter the locale for theChris Maynard1-118/+129
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-02Add default branch to try to fix buildbot [-Werror=switch]Anders Broman1-0/+2
2012-09-02From Cal Turney: Incorrect io-stat table format when unsupported -t operand i...Anders Broman1-24/+29
2012-08-31From Cal Turney: Fix Performance regression in tshark -z io,stat https://bugs...Anders Broman1-116/+124
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-31From Martin Kaiser via bug 7312:Gerald Combs1-0/+2
2012-05-23From Florent Drouin:Anders Broman1-7/+79
2012-05-11Clean up indentation. (HT should not be assumed to work on 4-space tabGuy Harris1-628/+627
2012-05-11proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris1-0/+28
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0