aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-wspstat.c
Commit message (Expand)AuthorAgeFilesLines
* Move some command-line-oriented routines from wsutil to ui.Guy Harris2019-01-011-1/+1
* Use cmdarg_err() to report errors in CLI taps.Guy Harris2018-12-301-2/+4
* Don't free something before freeing some of its contents.Guy Harris2018-12-191-1/+1
* Add a tap "finish" callback, called when a listener is removed.Guy Harris2018-07-211-1/+2
* Fix comment end after SPDX identifierStig Bjørlykke2018-05-011-1/+2
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* cli: use SPDX identifiers.Dario Lombardo2018-02-021-14/+1
* tap-wspstat: cast memory instead of allocate.Dario Lombardo2018-01-191-7/+5
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-5/+2
* Revert "tap: change glib functions to wmem."Pascal Quantin2016-06-191-3/+3
* tap: change glib functions to wmem.Dario Lombardo2016-06-171-3/+3
* Move the proto data stuff out of frame_data.[ch].Guy Harris2016-01-251-2/+4
* Get rid of an unused structure member.Guy Harris2015-03-071-1/+0
* (Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier2015-02-091-2/+2
* The registered -z parameter string shouldn't end with a comma.Guy Harris2014-11-141-1/+1
* Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris2014-11-141-1/+1
* tap_ui -> stat_tap_ui.Guy Harris2014-11-141-2/+2
* For tap UIs, register a list of parameters and some menu information.Guy Harris2014-11-141-1/+12
* Add editor modelines and/or adjust whilespace.Bill Meier2014-10-131-51/+65
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* From Ville Skyttä: Spelling FixesBill Meier2013-12-231-1/+1
* Get rid of Warinings [-Wmissing-prototypes]Anders Broman2013-11-141-0/+2
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-1/+2
* Get rid of -Wshadow warning - I guess we're including something thatGuy Harris2013-08-141-3/+3
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-1/+1
* From beroset:Bill Meier2013-03-201-1/+1
* Use explicit casts.Anders Broman2013-03-071-10/+10
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* AFAICT '#include sys/types.h' is not needed for these files.Bill Meier2012-05-051-4/+0
* Start moving files to ui/ and ui/cli/Jörg Mayer2012-02-171-0/+286