aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2017-03-22Localize decimal point on time formatted columns.Michael Mann1-51/+86
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+3
2017-02-10Clean columns on exit.Dario Lombardo1-1/+2
2016-10-08column-utils: add space to improve readability.Dario Lombardo1-1/+1
2016-07-22Use ws_printf routines everywhere in column-utils.c.Gerald Combs1-43/+43
2016-07-21Use Windows CRT string functions in some places.Gerald Combs1-18/+4
2016-07-13Speed up col_append_ports on Windows.Gerald Combs1-5/+19
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-8/+39
2016-02-05Qt: Add check for field extractorsStig Bjørlykke1-0/+14
2016-01-27Remove the deprecated column types so users don't think they still exist.Michael Mann1-2/+1
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris1-1/+1
2015-12-22ui: Optimize col_custom_prime_edt()Stig Bjørlykke1-30/+0
2015-12-20Add COL_CUSTOM_PRIME_REGEXStig Bjørlykke1-1/+1
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-16/+16
2015-11-07column-utils: Refactor col_append_port() to col_append_ports()João Valverde1-6/+17
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-1/+16
2015-10-05UDP: Make port column info similar to TCP, add length informationJoão Valverde1-0/+9
2015-08-28Speed up column sorting.Gerald Combs1-2/+6
2015-07-03Fix address resolution for columns.Guy Harris1-1/+1
2015-06-29Don't free col_item->col_data.Gerald Combs1-1/+1
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-216/+235
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-12/+0
2015-02-09Add "column filter string" support to address types.Michael Mann1-59/+5
2015-02-09Add address type registration.Michael Mann1-1/+0
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-4/+0
2015-01-09disperse atalk-utils.[ch]Michael Mann1-1/+0
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-3/+3
2014-12-31Column utils: Missing varargs init or cleanup (CID 1212122)Alexis La Goutte1-0/+1
2014-12-21Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann1-1/+1
2014-12-20Fix filter test for multifield custom columnStig Bjørlykke1-1/+1
2014-12-20Fix filter valid/invalid test for multifield custom typeMichal Labedzki1-17/+20
2014-12-20Don't use g_slist_free_full().Guy Harris1-8/+14
2014-12-18Add support for multifields in custom columnMichal Labedzki1-8/+43
2014-12-05Get rid of a trailing blank.Guy Harris1-1/+1
2014-12-05Fix varargs handling in col_{add,append}_lstr().Guy Harris1-4/+8
2014-11-10Fixed memory leakage in col_cleanup.Stig Bjørlykke1-0/+12
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-89/+206
2014-06-23Add col_append_lstr(), speedup column generation for TCP.Jakub Zawadzki1-0/+39
2014-05-17Use gsize rather than int, to avoid some complaints about shortening.Guy Harris1-2/+2
2014-05-17Introduce col_add_lstr(), use it instead of slower col_add_fstr.Jakub Zawadzki1-1/+47
2014-05-06Add a cast to make MSVC happy.AndersBroman1-1/+1
2014-05-06Move common part of col_append_fstr, col_append_sep_fstr to seperate fnction.Jakub Zawadzki1-51/+36
2014-05-05Fix possible buffer overflow in col_append_sep_fstr()Jakub Zawadzki1-3/+5
2014-04-19More name changes.Guy Harris1-3/+3
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-04-19Don't se_ allocate strings when mapping addresses to column strings.Guy Harris1-4/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-2/+2