steam-ihs: fix memleak on exception
[metze/wireshark/wip.git] / epan / column-utils.c
2018-05-03 chinarulezzzfix missing parentheses in 'if' statement
2018-04-17 Andersglib: Use g_slist_free_full() in a couple of places.
2018-03-15 Gerald CombsProperly reset a variable.
2018-03-15 Gerald CombsEpan+Qt: Invalidate cached column strings.
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-03-22 Michael MannLocalize decimal point on time formatted columns.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-10 Dario LombardoClean columns on exit.
2016-10-08 Dario Lombardocolumn-utils: add space to improve readability.
2016-07-22 Gerald CombsUse ws_printf routines everywhere in column-utils.c.
2016-07-21 Gerald CombsUse Windows CRT string functions in some places.
2016-07-13 Gerald CombsSpeed up col_append_ports on Windows.
2016-06-15 Michael MannAllow control of individual columns to be (un)writable.
2016-02-05 Stig BjørlykkeQt: Add check for field extractors
2016-01-27 Michael MannRemove the deprecated column types so users don't think...
2016-01-03 Guy HarrisRename ipv6-utils.h to ipv6.h.
2015-12-22 Stig Bjørlykkeui: Optimize col_custom_prime_edt()
2015-12-20 Stig BjørlykkeAdd COL_CUSTOM_PRIME_REGEX
2015-12-20 Michal LabedzkiQt: Add missing multi-field column validation
2015-11-07 João Valverdecolumn-utils: Refactor col_append_port() to col_append_...
2015-10-11 João ValverdeRemove duplicate transport ports from proto tree summary
2015-10-05 João ValverdeUDP: Make port column info similar to TCP, add length...
2015-08-28 Gerald CombsSpeed up column sorting.
2015-07-03 Guy HarrisFix address resolution for columns.
2015-06-29 Gerald CombsDon't free col_item->col_data.
2015-06-29 Michael MannTake all epan_column_info members that always get alloc...
2015-02-09 Michael MannEliminate the hf member out of the address structure.
2015-02-09 Michael MannAdd "column filter string" support to address types.
2015-02-09 Michael MannAdd address type registration.
2015-01-18 Guy HarrisRemove some apparently-unnecessary includes of emem.h.
2015-01-11 Michael MannReplace some "low hanging fruit" uses of emem.
2015-01-09 Michael Manndisperse atalk-utils.[ch]
2015-01-08 Michael Mannep_<protocol>_port_to_display -> <protocol>_port_to_display
2014-12-31 Alexis La GoutteColumn utils: Missing varargs init or cleanup (CID...
2014-12-21 Michael MannReplace ax25_to_str and get_ax25_name with address_to_str.
2014-12-20 Stig BjørlykkeFix filter test for multifield custom column
2014-12-20 Michal LabedzkiFix filter valid/invalid test for multifield custom...
2014-12-20 Guy HarrisDon't use g_slist_free_full().
2014-12-18 Michal LabedzkiAdd support for multifields in custom column
2014-12-05 Guy HarrisGet rid of a trailing blank.
2014-12-05 Guy HarrisFix varargs handling in col_{add,append}_lstr().
2014-11-10 Stig BjørlykkeFixed memory leakage in col_cleanup.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-06-23 Jakub ZawadzkiAdd col_append_lstr(), speedup column generation for...
2014-05-17 Guy HarrisUse gsize rather than int, to avoid some complaints...
2014-05-17 Jakub ZawadzkiIntroduce col_add_lstr(), use it instead of slower...
2014-05-06 AndersBromanAdd a cast to make MSVC happy.
2014-05-06 Jakub ZawadzkiMove common part of col_append_fstr, col_append_sep_fst...
2014-05-05 Jakub ZawadzkiFix possible buffer overflow in col_append_sep_fstr()
2014-04-19 Guy HarrisMore name changes.
2014-04-19 Guy HarrisSome routine name changes.
2014-04-19 Guy HarrisDon't se_ allocate strings when mapping addresses to...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-06 Guy HarrisExpand a comment.
2014-01-06 Guy HarrisIn col_fill_in() and col_fill_in_error(), use col_based...
2013-12-18 Stig BjørlykkeAdded col_clear_fence().
2013-12-03 Jakub ZawadzkiDissectors should not use dfilter.h, don't include it.
2013-11-09 Jakub ZawadzkiRemove #if 0 code (introduced in r29489).
2013-11-06 Guy HarrisAdd support for displaying dates as year and day-of...
2013-10-27 Michael MannRemove "Cisco MDS-specific" fields from packet_info...
2013-10-18 Jörg MayerAfter looking for something in the column-*.h files and
2013-10-01 Michael MannFINALLY remove the check_col API so that reviewers...
2013-09-13 Jörg MayerExplicitly include emem.h where it is needed
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-16 Chris MaynardThis should fix warning: to be safe all intermediate...
2013-06-25 Bill MeierIndentation/Whitespace cleanup;
2013-06-04 Sake BlokFix for https://bugs.wireshark.org/bugzilla/show_bug...
2013-03-20 Bill Meier From beroset:
2013-02-25 Michael MannLUA API improvements
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-10-27 Evan HuusAdd comment explaining the addr->hf field to column...
2012-10-26 Evan HuusCreate SET_ADDRESS_HF that takes an additional hf_...
2012-10-26 Evan HuusRevert revision 44921.
2012-10-08 Guy Harriscol_cleanup() is undoing the allocations that col_init...
2012-10-08 Guy Harriscol_data is not necessarily set to point to something...
2012-10-08 Evan HuusExplicitly cast away const-ness to fix windows build...
2012-10-08 Evan HuusDon't leak all of our column data in packet_list_recrea...
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-15 Evan HuusFrom Pontus Fuchs via https://bugs.wireshark.org/bugzil...
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-07-24 Anders BromanUse the correct symbols
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-01-28 Guy HarrisWell, we *did* go to a widget that invokes callback...
2011-09-19 Anders BromanMake it possiblwe to creare a trime string from frame...
2011-09-16 Anders Bromanset_abs_time and friends always return 1.
2011-09-02 Stig BjørlykkeSupport negative nsecs when viewing seconds with hours...
2011-07-04 Anders BromanFrom Michael Mann:
2011-06-22 Stig BjørlykkeDon't assert on invalid custom columns, just set as...
2011-04-09 Guy HarrisIn packet_list_dissect_and_cache_record(), set the...
2011-03-31 Chris Maynardseparator will never be NULL, but sep_len could be...
2011-03-08 Sake BlokRemoval of the old packet-list in favor of the new...
2010-09-22 Sake BlokWhen using a custom column, make it possible to select...
2010-09-08 Stig BjørlykkeSupport negative values when viewing seconds with hours...
2010-08-30 Anders BromanDoxygen related changes.
next