aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-06Expand a comment.Guy Harris1-2/+2
2014-01-06In col_fill_in() and col_fill_in_error(), use col_based_on_frame_data()Guy Harris1-105/+73
2013-12-18Added col_clear_fence().Stig Bjørlykke1-0/+16
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-1/+1
2013-11-09Remove #if 0 code (introduced in r29489).Jakub Zawadzki1-285/+0
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-36/+183
2013-10-27Remove "Cisco MDS-specific" fields from packet_info. 2 of the 3 fields were ...Michael Mann1-8/+3
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-10-01FINALLY remove the check_col API so that reviewers won't have to mention that...Michael Mann1-6/+0
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-5/+14
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-6/+7
2013-07-16This should fix warning: to be safe all intermediate pointers in cast from 'g...Chris Maynard1-2/+2
2013-06-25Indentation/Whitespace cleanup;Bill Meier1-635/+642