aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-1/+10
2018-12-29Fix typo: aplications to applicationsJim Young1-1/+1
2018-10-03epan: add missing comment for function parameter on register_tap_listenerNick Calus1-0/+2
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+3
2018-03-27tap: fix remaining potential memleaks with register_tap_listenerPeter Wu1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-4/+10
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-0/+1
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-02-04tap: add cleanup routine.Dario Lombardo1-0/+4
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-4/+4
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-4/+4
2015-08-19Recompile dfilter for all tap listeners when fields changedStig Bjørlykke1-0/+3
2015-08-12Align commentsAndersBroman1-5/+5
2015-05-16tap: Add ability to reject/ignore "error" packets in tapEvan Huus1-1/+2
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/+3
2014-01-08Make it possible to use have_tap_listener() in a pluginPascal Quantin1-1/+1
2013-12-10Remove config.h includes from proto.h and tap.h.Gerald Combs1-7/+5
2013-12-10Fix epan building with undefined HAVE_PLUGINSJakub Zawadzki1-0/+4
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+14
2013-05-03Add doxygen comments.Anders Broman1-3/+175
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-13/+14
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-3/+11
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-4/+7
2011-04-05Add ICMP tap support, and add a tshark tap to measure such things as:Chris Maynard1-2/+3
2010-09-03Add doxygen coments.Anders Broman1-2/+2
2009-10-02Prime interesting fields when selecting a package, so Lua's ProtoFieldStig Bjørlykke1-0/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-8/+10
2008-05-05Require GLib 2.4 or later.Guy Harris1-4/+0
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke1-0/+1
2007-04-16Wireshark now requires support for 64-bit types so there's no need to #ifdefJeff Morriss1-0/+4
2007-03-06Introduce a new function called have_tap_listener(int tap_id) toStephen Fisher1-0/+1
2007-02-19fetch_tapped_data() returns a const pointer, so declare the function as retur...Jeff Morriss1-1/+1
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
2006-05-21name changeRonnie Sahlberg1-3/+3
2005-12-07new function fetch_tapped_data()Ronnie Sahlberg1-0/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-5/+0
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-1/+2
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-3/+3
2005-07-21More warining fixes: char -> const charJörg Mayer1-1/+1
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-0/+4
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-1/+1
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-0/+54