aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-03epan: remove redundant casts.Dario Lombardo1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+44
2018-12-29Fix typo: aplications to applicationsJim Young1-1/+1
2018-12-29Small cleanups.Guy Harris1-3/+4
2018-10-21tap-follow: fix memory leakVasil Velichkov1-2/+9
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-3/+2
2018-08-26Remove weird use of volatile qualifierJoão Valverde1-21/+20
2018-07-25Don't remove a tap listener we didn't find in the first place.Guy Harris1-2/+4
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+6
2018-05-16Eliminate some unneeded header checks.Guy Harris1-3/+1
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-60/+10
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-3/+1
2017-09-26Move some DIAG_OFFs to make code less uglyJoão Valverde1-2/+2
2017-09-26plugins: Use g_slist_prepend() instead.João Valverde1-1/+1
2017-09-05Fix unitialized variable warnings that popped up with -OgJoão Valverde1-1/+1
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2017-03-02Use glib-compatAndersBroman1-5/+1
2017-02-16g_slist_free_full requires glib 2.28AndersBroman1-0/+5
2017-02-12Fix compilation without plugins.Jakub Zawadzki1-6/+9
2017-02-08tap: destroy list on cleanup.Dario Lombardo1-0/+8
2017-02-04tap: add cleanup routine.Dario Lombardo1-0/+21
2016-09-28When regestering taps, only loop trough the list of taps once when addingAndersBroman1-7/+11
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-1/+2
2016-07-05tap: check return value (CID 1355643).Dario Lombardo1-1/+3
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-23/+25
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-25/+23
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-3/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+4
2016-01-12Fix warnings for epan/tap.c [-Wcast-qual]João Valverde1-40/+51
2016-01-08Fix warning for epan/tap.c [-Wpedantic]João Valverde1-0/+3
2015-08-19Recompile dfilter for all tap listeners when fields changedStig Bjørlykke1-0/+30
2015-06-27Avoid some Visual Studio Code Anaylzer warningsMartin Mathieson1-1/+1
2015-05-16Have per-queued-packet flags, including "is a packet in error".Guy Harris1-2/+31
2015-05-16tap: Add ability to reject/ignore "error" packets in tapEvan Huus1-8/+12
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-4/+8
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-1/+14
2014-04-14Increase tap limit to 5000Michal Labedzki1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Fix function prototypes.Evan Huus1-1/+1
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan1-0/+14
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-2/+71
2013-03-20 From beroset:Bill Meier1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....Jeff Morriss1-3/+14
2011-03-31(Trivial) Fix some typos; do some whitespace cleanup & rewording of comments.Bill Meier1-26/+26
2010-08-03(Trivial) Fix a typo.Bill Meier1-1/+1