Remove superfluous null-checks before strdup/free
[metze/wireshark/wip.git] / epan / tap.c
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-09-26 João ValverdeMove some DIAG_OFFs to make code less ugly
2017-09-26 João Valverdeplugins: Use g_slist_prepend() instead.
2017-09-05 João ValverdeFix unitialized variable warnings that popped up with -Og
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-03-02 AndersBromanUse glib-compat
2017-02-16 AndersBromang_slist_free_full requires glib 2.28
2017-02-12 Jakub ZawadzkiFix compilation without plugins.
2017-02-08 Dario Lombardotap: destroy list on cleanup.
2017-02-04 Dario Lombardotap: add cleanup routine.
2016-09-28 AndersBromanWhen regestering taps, only loop trough the list of...
2016-07-26 Michael MannFix some of the checkAPIs.pl warnings for g_warning.
2016-07-05 Dario Lombardotap: check return value (CID 1355643).
2016-06-19 Pascal QuantinRevert "tap: change glib functions to wmem."
2016-06-17 Dario Lombardotap: change glib functions to wmem.
2016-04-04 João ValverdeInclude ws_diag_control.h in config.h
2016-01-25 Guy HarrisMove the proto data stuff out of frame_data.[ch].
2016-01-12 João ValverdeFix warnings for epan/tap.c [-Wcast-qual]
2016-01-08 João ValverdeFix warning for epan/tap.c [-Wpedantic]
2015-08-19 Stig BjørlykkeRecompile dfilter for all tap listeners when fields...
2015-06-27 Martin MathiesonAvoid some Visual Studio Code Anaylzer warnings
2015-05-16 Guy HarrisHave per-queued-packet flags, including "is a packet...
2015-05-16 Evan Huustap: Add ability to reject/ignore "error" packets in tap
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2014-10-10 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-04-14 Michal LabedzkiIncrease tap limit to 5000
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Evan HuusFix function prototypes.
2014-02-25 Hadriel KaplanAdds some Lua helper functions: some commonly used...
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-03-20 Bill Meier From beroset:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-05-12 Jeff MorrissFix the test.sh failures based on Guy's suggestion...
2011-03-31 Bill Meier(Trivial) Fix some typos; do some whitespace cleanup...
2010-08-03 Bill Meier(Trivial) Fix a typo.
2009-10-02 Stig BjørlykkePrime interesting fields when selecting a package,...
2009-08-21 Kovarththanan Raja... Sanitize epan includes
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2008-08-21 Anders BromanFrom Neil Piercy:
2008-05-05 Anders BromanFix some of the Errors/warnings detected by checkapi,
2008-02-17 Stig BjørlykkeAdded an option to Conversations and Endpoints to limit...
2007-03-06 Stephen FisherIntroduce a new function called have_tap_listener(int...
2007-02-19 Jeff Morrissfetch_tapped_data() returns a const pointer, so declare...
2006-12-11 Guy HarrisDo bounds checking on tap_packet_array.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2005-12-07 Ronnie Sahlbergnew function fetch_tapped_data()
2005-08-19 Guy HarrisMove the APIs for registering and processing "-z" comma...
2005-08-06 Guy HarrisSquelch more const warnings (and fix some memory leaks...
2005-08-05 Ulf Lampingreplace malloc and alike calls by their GLib pendants...
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-21 Jörg MayerMore warining fixes: char -> const char
2005-04-01 Ronnie Sahlbergfrom Lars R
2005-04-01 Guy HarrisRename "register_ethereal_tap()" to "register_tap_liste...
2005-03-11 Ronnie Sahlbergfrom metze
2004-12-30 Guy HarrisAdd a "get_addr_name()" routine that takes an "address...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.