aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-httpstat.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-01tap-httpstat: remove spaces.Dario Lombardo1-15/+13
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-5/+5
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1
2018-12-30Use cmdarg_err() to report errors in CLI taps.Guy Harris1-1/+3
2018-12-18Don't assume the filter will be non-null.Guy Harris1-1/+1
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
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
2018-01-22tap-httpstat: cast memory instead of reallocate it in glib hash table.Dario Lombardo1-14/+11
2017-10-31HTTP: Update status codesUli Heilmeier1-0/+23
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-5/+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-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-2/+4
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2014-11-14The registered -z parameter string shouldn't end with a comma.Guy Harris1-1/+1
2014-11-14There's nothing GTK+ about TShark.Guy Harris1-5/+5
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-86/+99
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman1-0/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-3/+3
2013-03-06Use explicit casts.Anders Broman1-11/+11
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-0/+329