aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-02Prime interesting fields when selecting a package, so Lua's ProtoFieldStig Bjørlykke1-9/+20
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-2/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-19/+42
2008-08-21From Neil Piercy:Anders Broman1-1/+7
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman1-3/+3
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke1-0/+47
2007-03-06Introduce a new function called have_tap_listener(int tap_id) toStephen Fisher1-0/+16
2007-02-19fetch_tapped_data() returns a const pointer, so declare the function as retur...Jeff Morriss1-1/+1
2006-12-11Do bounds checking on tap_packet_array.Guy Harris1-0/+8
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-3/+3
2005-12-07new function fetch_tapped_data()Ronnie Sahlberg1-0/+44
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-86/+0
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-2/+2
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-1/+1
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-4/+4
2005-07-21More warining fixes: char -> const charJörg Mayer1-1/+1
2005-04-01from Lars RRonnie Sahlberg1-35/+12
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-0/+84
2005-03-11from metzeRonnie Sahlberg1-0/+3
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-0/+432