Move some command-line-oriented routines from wsutil to ui.
[metze/wireshark/wip.git] / ui / cli / tap-icmpv6stat.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-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-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-01-25 Guy HarrisMove the proto data stuff out of frame_data.[ch].
2015-08-03 Gerald CombsMake sure per-packet tap callbacks return gbooleans.
2015-03-07 Guy HarrisGet rid of an unused structure member.
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-12-14 Jakub ZawadzkiFix some trivial warnings.
2013-11-14 Anders BromanGet rid of Warinings [-Wmissing-prototypes]
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-08-14 Guy HarrisGet rid of -Wshadow warning - I guess we're including...
2013-05-28 Evan HuusIn ICMP taps, don't use g_slist_insert_sorted (which...
2013-03-20 Bill Meier From beroset:
2013-03-06 Anders BromanUse explicit casts.
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-05-03 Chris MaynardFrom Klaus Heckelmann via https://bugs.wireshark.org...
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/