aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14columns: Allow any field expression syntax to be used in columnsJohn Thacker1-5/+15
2024-02-12column: Update custom column regexJohn Thacker1-3/+3
2024-02-11column: Split custom column formats from the rightJohn Thacker1-11/+31
2023-11-07epan: Initialize static proto values to 0Stig Bjørlykke1-3/+3
2023-09-12Get rid of some places that handled specific timestamp resolutions.Guy Harris1-117/+144
2023-08-22tshark: Restore deprecated default column field titlesJohn Thacker1-0/+25
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker1-3/+140
2023-07-18epan: Convert our column format gbooleans to boolsGerald Combs1-2/+2
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-05-05columns: Migrate two-field columns to custom columnsJohn Thacker1-67/+51
2023-04-29epan: move deprecated column check to column fileJohn Thacker1-16/+99
2022-08-13epan: Rearrange column includesJohn Thacker1-0/+1
2022-07-12epan: Respect custom column resolved/unresolved status everywhereJohn Thacker1-0/+14
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-4/+4
2021-06-19Replace g_assert() with ws_assert()João Valverde1-7/+8
2021-05-24Add ws_debug() and use itJoão Valverde1-3/+2
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-4/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-02-10column: set G_REGEX_RAW for the custom column filterPeter Wu1-1/+2
2018-06-27Sort our column descriptions.Gerald Combs1-54/+64
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
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