aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-icmpstat.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-3/+4
* 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
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-4/+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
* Make sure per-packet tap callbacks return gbooleans.Gerald Combs2015-08-031-7/+7
* Get rid of an unused structure member.Guy Harris2015-03-071-1/+0
* 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/+10
* Add editor modelines and/or adjust whilespace.Bill Meier2014-10-131-2/+14
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix some trivial warnings.Jakub Zawadzki2013-12-141-2/+2
* 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
* In ICMP taps, don't use g_slist_insert_sorted (which results inEvan Huus2013-05-281-2/+5
* Use explicit casts.Anders Broman2013-03-061-6/+6
* 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
* From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard2012-05-031-7/+8
* Start moving files to ui/ and ui/cli/Jörg Mayer2012-02-171-0/+319