aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-expert.c
Commit message (Expand)AuthorAgeFilesLines
* tshark: Print the packets' comments in the expert infoVasil Velichkov2018-11-131-2/+10
* tshark: Fix small memory leak in tap-expertVasil Velichkov2018-11-011-2/+12
* Add a tap "finish" callback, called when a listener is removed.Guy Harris2018-07-211-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-13/+1
* tap: use g_new0() instead of g_new() and memset()Martin Kaiser2017-02-191-3/+1
* 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
* Make sure per-packet tap callbacks return gbooleans.Gerald Combs2015-08-031-5/+5
* 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
* Convert val_to_str -> val_to_str_wmem.Michael Mann2015-02-041-1/+4
* Remove unneeded includes from ui folderMartin Mathieson2015-01-011-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-20/+32
* Fix ASAN error due to invalid typePeter Wu2014-04-221-7/+5
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* 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
* Use explicit casts.Anders Broman2013-03-061-3/+3
* Don't cast away const qualifier.Martin Mathieson2012-12-161-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* 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/+279