aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14columns: Allow any field expression syntax to be used in columnsJohn Thacker1-1/+10
2024-02-12column: Update custom column regexJohn Thacker1-2/+2
2023-11-07epan: Initialize static proto values to 0Stig Bjørlykke1-4/+4
2023-10-31wsutil: Rename inet_netw.[ch]João Valverde1-1/+1
2023-10-31wsutil: Move and consolidate CIDR codeJoão Valverde1-1/+1
2023-09-14Use INT_MIN instead of -2147483648.Guy Harris1-1/+2
2023-09-12Get rid of some places that handled specific timestamp resolutions.Guy Harris1-5/+19
2023-09-12Use common routines to handle converting time information to strings.Guy Harris1-391/+217
2023-09-11Add a routine to format an nstime as an ISO 8601-style date/time.Guy Harris1-105/+10
2023-09-10Have diaplay_epoch_time() take an nstime_t as an argument.Guy Harris1-51/+6
2023-09-11Have diaplay_signed_time() take an nstime_t as an argument.Guy Harris1-79/+14
2023-08-16Add a set of time stamp precision values in wsutil/nstime.h and use them.Guy Harris1-18/+18
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker1-2/+93
2022-11-02epan: Properly generate filter expressions for custom columnsJohn Thacker1-0/+19
2022-10-29column-utils: Check for UTF-8 truncationJohn Thacker1-12/+30
2022-10-26epan: Format column string input for display.João Valverde1-18/+36
2022-03-04column-utils: Add missing check for frame_data::has_tsOke Hargens1-0/+9
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-2/+2
2021-12-12The macro 'va_copy' is C99, use thatJoão Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-27/+28
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-33/+33
2021-03-24Replace g_assert(FALSE) with g_assert_not_reached()João Valverde1-1/+1
2021-03-01column-utils: Get snprintf prototype from stdio.h.Darius Davis1-0/+1
2021-02-28Remove and replace obsolete ws_snprintf() definitionJoão Valverde1-47/+46
2020-10-18Handle relative times with >2^31 seconds.Guy Harris1-12/+12
2019-02-10column: set G_REGEX_RAW for the custom column filterPeter Wu1-1/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-12/+12
2018-05-03fix missing parentheses in 'if' statementchinarulezzz1-2/+2
2018-04-17glib: Use g_slist_free_full() in a couple of places.Anders1-8/+1
2018-03-15Properly reset a variable.Gerald Combs1-1/+2
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-0/+16
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
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