aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04Instroduce col_finalize(), to allow creating column_info based not only on pr...Jakub Zawadzki1-11/+26
2016-11-03Fix lintian found spelling error "occurence" -> "occurrence"Michael Mann1-1/+1
2016-09-02Qt: Conversation time column updates.Gerald Combs1-1/+1
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-2/+3
2016-06-15Display "IP DSCP" column as short textJoão Valverde1-1/+1
2016-01-27Remove the deprecated column types so users don't think they still exist.Michael Mann1-151/+109
2015-12-22ui: Optimize col_custom_prime_edt()Stig Bjørlykke1-0/+17
2015-12-21ui: Fixed column tooltip when having multi-field custom columns.Stig Bjørlykke1-19/+47
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-13/+13
2015-11-23Qt: Set tooltip for packet list headerStig Bjørlykke1-0/+36
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-22/+24
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-1/+1
2014-11-10Fixed memory leakage in col_cleanup.Stig Bjørlykke1-1/+1
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-30/+5
2014-09-27Make get_column_longest_string() static.Guy Harris1-13/+13
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-2/+2
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-126/+167
2013-10-27Remove "Cisco MDS-specific" fields from packet_info. 2 of the 3 fields were ...Michael Mann1-4/+4
2013-10-23Provide a usage example of the column formats.Chris Maynard1-0/+21
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-2/+2
2013-10-15From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272Chris Maynard1-0/+23
2013-06-30Declare slist[] as static (reduces storage & code executed: *See below);Bill Meier1-5/+5
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-14cleanup get_column_format_matches()Jakub Zawadzki1-66/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-13If we set "column.hidden" on the command line but don't setGuy Harris1-3/+2
2011-07-04From Michael Mann:Anders Broman1-2/+14
2010-10-09Added "Edit Column Details" functions to the packet list heading popup.Stig Bjørlykke1-0/+59
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-0/+17
2010-06-25Introduce "Show Resolved" as an option in custom columns. This will determineStig Bjørlykke1-0/+28
2010-06-20Added "Hide Column" functionality.Stig Bjørlykke1-0/+28
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-12/+12
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-11/+11
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-11/+11
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-52/+0
2010-01-25Handle underscore escaping/unescaping for old packet list; SimplifyGerasimos Dimitriadis1-7/+4
2010-01-25Change the prefix of the underscore escaping/unescapingGerasimos Dimitriadis1-2/+2
2010-01-24Handle underscore escaping/unescaping of the column titlesGerasimos Dimitriadis1-0/+56
2009-10-12Corrected some return values.Stig Bjørlykke1-2/+2
2009-10-12Added check for valid column in get_column_title() andStig Bjørlykke1-5/+15
2009-10-12Return from get_column_format() when invalid column requested.Stig Bjørlykke1-0/+3
2009-09-08Make tshark and rawshark use build_column_format_array() instead of duplicati...Kovarththanan Rajaratnam1-156/+156
2009-08-25Note in dlist[] that COL_BSSGP_TLLI is deprecated.Guy Harris1-1/+1
2009-08-25 Custom columnfication:Anders Broman1-1/+1
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-2/+2
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-2/+2