aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-iostat.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-19ftypes: Hide fvalue implementationJoão Valverde1-29/+29
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-6/+6
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-05-24tap-iostat: Make a bunch of ints unsignedJohn Thacker1-22/+22
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-13/+13
2021-06-19Replace g_assert() with ws_assert()João Valverde1-4/+5
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-09Plug a leak.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02cli: use SPDX identifiers.Dario Lombardo1-14/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
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