aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Use ws_printf routines everywhere in column-utils.c.Gerald Combs2016-07-221-43/+43
* Use Windows CRT string functions in some places.Gerald Combs2016-07-211-18/+4
* Speed up col_append_ports on Windows.Gerald Combs2016-07-131-5/+19
* Allow control of individual columns to be (un)writable.Michael Mann2016-06-151-8/+39
* Qt: Add check for field extractorsStig Bjørlykke2016-02-051-0/+14
* Remove the deprecated column types so users don't think they still exist.Michael Mann2016-01-271-2/+1
* Rename ipv6-utils.h to ipv6.h.Guy Harris2016-01-031-1/+1
* ui: Optimize col_custom_prime_edt()Stig Bjørlykke2015-12-221-30/+0
* Add COL_CUSTOM_PRIME_REGEXStig Bjørlykke2015-12-201-1/+1
* Qt: Add missing multi-field column validationMichal Labedzki2015-12-201-16/+16
* column-utils: Refactor col_append_port() to col_append_ports()João Valverde2015-11-071-6/+17
* Remove duplicate transport ports from proto tree summaryJoão Valverde2015-10-111-1/+16
* UDP: Make port column info similar to TCP, add length informationJoão Valverde2015-10-051-0/+9
* Speed up column sorting.Gerald Combs2015-08-281-2/+6
* Fix address resolution for columns.Guy Harris2015-07-031-1/+1
* Don't free col_item->col_data.Gerald Combs2015-06-291-1/+1
* Take all epan_column_info members that always get allocated to "number of col...Michael Mann2015-06-291-216/+235
* Eliminate the hf member out of the address structure.Michael Mann2015-02-091-12/+0
* Add "column filter string" support to address types.Michael Mann2015-02-091-59/+5
* Add address type registration.Michael Mann2015-02-091-1/+0
* Remove some apparently-unnecessary includes of emem.h.Guy Harris2015-01-181-1/+0
* Replace some "low hanging fruit" uses of emem.Michael Mann2015-01-111-4/+0
* disperse atalk-utils.[ch]Michael Mann2015-01-091-1/+0
* ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann2015-01-081-3/+3
* Column utils: Missing varargs init or cleanup (CID 1212122)Alexis La Goutte2014-12-311-0/+1
* Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann2014-12-211-1/+1
* Fix filter test for multifield custom columnStig Bjørlykke2014-12-201-1/+1
* Fix filter valid/invalid test for multifield custom typeMichal Labedzki2014-12-201-17/+20
* Don't use g_slist_free_full().Guy Harris2014-12-201-8/+14
* Add support for multifields in custom columnMichal Labedzki2014-12-181-8/+43
* Get rid of a trailing blank.Guy Harris2014-12-051-1/+1
* Fix varargs handling in col_{add,append}_lstr().Guy Harris2014-12-051-4/+8
* Fixed memory leakage in col_cleanup.Stig Bjørlykke2014-11-101-0/+12
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-89/+206
* Add col_append_lstr(), speedup column generation for TCP.Jakub Zawadzki2014-06-231-0/+39
* Use gsize rather than int, to avoid some complaints about shortening.Guy Harris2014-05-171-2/+2
* Introduce col_add_lstr(), use it instead of slower col_add_fstr.Jakub Zawadzki2014-05-171-1/+47
* Add a cast to make MSVC happy.AndersBroman2014-05-061-1/+1
* Move common part of col_append_fstr, col_append_sep_fstr to seperate fnction.Jakub Zawadzki2014-05-061-51/+36
* Fix possible buffer overflow in col_append_sep_fstr()Jakub Zawadzki2014-05-051-3/+5
* More name changes.Guy Harris2014-04-191-3/+3
* Some routine name changes.Guy Harris2014-04-191-1/+1
* Don't se_ allocate strings when mapping addresses to column strings.Guy Harris2014-04-191-4/+8
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Don't cast away constness.Guy Harris2014-01-141-2/+2
* Expand a comment.Guy Harris2014-01-061-2/+2
* In col_fill_in() and col_fill_in_error(), use col_based_on_frame_data()Guy Harris2014-01-061-105/+73
* Added col_clear_fence().Stig Bjørlykke2013-12-181-0/+16
* Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki2013-12-031-1/+1
* Remove #if 0 code (introduced in r29489).Jakub Zawadzki2013-11-091-285/+0