aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2022-01-04ftype-time: check for NULL from gmtime() and localtime().Guy Harris1-2/+8
2022-01-03dfilter: Accept byte arrays without separatorsJoão Valverde1-1/+1
2022-01-02dfilter: Require separators with ISO 8601 timeJoão Valverde1-1/+1
2021-12-31dfilter: Use ISO8601 as the default time formatJoão Valverde1-6/+37
2021-12-30dfilter: Add support for entering time in UTCJoão Valverde1-33/+70
2021-12-29dfilter: Use better error messages for absolute timesJoão Valverde1-24/+48
2021-12-28epan: Extend abs_time_to_str() with a flags argumentJoão Valverde1-14/+6
2021-12-27epan: Move time display types to field_display_eJoão Valverde1-1/+1
2021-12-27Use a wrapper function to call strptime()João Valverde1-22/+8
2021-12-21wsutil: Split ws_regex_matches() into two functionsJoão Valverde3-4/+4
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde9-59/+59
2021-12-13regex: Remove requirement for ssize_tJoão Valverde2-2/+2
2021-11-30epan: Add header files to DoxygenMoshe Kaplan1-1/+2
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-11-29epan: Rewrite ws_escape_string() to use wmemJoão Valverde1-4/+1
2021-11-29Move escape_string() to wsutilJoão Valverde1-2/+2
2021-11-28Move two functions from epan to wsutil/str_utilJoão Valverde1-1/+1
2021-11-24dfilter: Parse character constants in lexerJoão Valverde14-238/+272
2021-11-23dfilter: Fix invalid character constant error messageJoão Valverde3-18/+1
2021-11-23dfilter: Reject invalid character escape sequencesJoão Valverde1-2/+2
2021-11-14Move regex code to wsutilJoão Valverde7-115/+14
2021-11-14Make PCRE2 a required dependencyJoão Valverde2-47/+7
2021-11-14dfilter: Remove support for GRegexJoão Valverde1-48/+11
2021-11-14dfilter: Add support for PCRE2João Valverde3-6/+114
2021-11-11ftypes: Remove unused function declarationsJoão Valverde1-23/+15
2021-11-11ftypes: Clean up duplicate struct fieldJoão Valverde2-3/+2
2021-11-11ftypes: Optimize a memory allocationJoão Valverde1-38/+27
2021-11-11ftypes: Internal headers need to be internalJoão Valverde5-24/+27
2021-11-10ftypes: Remove fvalue_string_repr_len()João Valverde14-435/+183
2021-11-10epan: Remove fvalue_string_repr_len() from the public APIJoão Valverde2-20/+4
2021-11-10ftypes: Bugfix missing return statementJoão Valverde1-0/+1
2021-11-10ftypes: Replace a g_snprintf()João Valverde1-5/+6
2021-11-10ftypes: Bugfix a buffer sizeJoão Valverde1-5/+8
2021-11-07ftypes: Simplify fvalue_can_*() interfaceJoão Valverde2-54/+2
2021-11-01dfilter: Fixup a null return valueJoão Valverde1-1/+1
2021-10-31dfilter: Remove redundant STTYPE_CHARCONST syntax nodeJoão Valverde3-1/+18
2021-10-27Remove some unnecessary casts.João Valverde13-53/+53
2021-10-18dfilter: Add a thin encapsulation layer for REsJoão Valverde6-47/+81
2021-10-15dfilter: Don't try to parse byte arrays as stringsJoão Valverde1-23/+5
2021-10-15dfilter: Use the same semantic rules for protocols and bytesJoão Valverde3-10/+22
2021-10-10ftypes: Rewrite FT_PROTOCOL comparison operatorJoão Valverde1-44/+13
2021-10-10ftypes: Use an order function to compare ftypesJoão Valverde13-1389/+151
2021-10-07dfilter: Generalize special case of one byte literalJoão Valverde1-0/+9
2021-10-07dfilter: Fix parsing of octal character escape sequencesJoão Valverde1-5/+10
2021-09-30ftype-time: Absolute times for DFILTER are always local timeJohn Thacker1-6/+43
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde3-3/+3
2021-07-29Move bytes_to_str() to wsutilJoão Valverde1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde3-54/+57
2021-05-24ftype-protocol: Fix crash when comparing _ws.expert to literalsJohn Thacker1-2/+9