Move some command-line-oriented routines from wsutil to ui.
[metze/wireshark/wip.git] / ui / cli / tap-hosts.c
2019-01-01 Guy HarrisMove some command-line-oriented routines from wsutil...
2018-12-30 Guy HarrisUse cmdarg_err() to report errors in CLI taps.
2018-07-21 Guy HarrisAdd a tap "finish" callback, called when a listener...
2018-05-12 Peter Wucli: make "-z host,ipv4" filter actually work
2018-05-01 Stig BjørlykkeFix comment end after SPDX identifier
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario Lombardocli: use SPDX identifiers.
2017-10-29 Guy HarrisGet rid of unused #defines.
2017-06-19 Anthony CoddingtonAttempt to clean up addr_resolv flags by removing DUMMY...
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-06-14 Dario Lombardoaddr_resolv: change g_hash to wmem_map.
2015-03-07 Guy HarrisGet rid of an unused structure member.
2015-01-01 Martin MathiesonRemove unneeded includes from ui folder
2014-11-23 Guy HarrisPresumably the intent is to dump *non*-dummy entries.
2014-11-23 Guy HarrisNewlines at the ends of lines, please.
2014-11-14 Guy HarrisRename stat_cmd_args.[ch] to stat_tap_ui.[ch].
2014-11-14 Guy Harristap_ui -> stat_tap_ui.
2014-11-14 Guy HarrisFor tap UIs, register a list of parameters and some...
2014-10-13 Bill MeierAdd editor modelines and/or adjust whilespace.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-11-14 Anders BromanGet rid of Warinings [-Wmissing-prototypes]
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-10-10 Anders BromanFlag the addresses used in the trace which has been...
2013-09-11 Anders BromanGet rid of some users the addrinfo_list.
2013-08-14 Guy HarrisGet rid of -Wshadow warning - I guess we're including...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-05 Bill MeierAFAICT '#include sys/types.h' is not needed for these...
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/