aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2023-11-09tshark: Escape delimiter separated value in compliant waysJohn Thacker1-0/+3
2023-10-31wsutil: Rename inet_netw.[ch]João Valverde3-3/+3
2023-10-31epan: Move tvbuff functions to tvbuff.cJoão Valverde1-1/+0
2023-10-31wsutil: Move and consolidate CIDR codeJoão Valverde3-6/+5
2023-10-29wsutil/to_str: Deprecate ip_to_str() for endian-explicit versionsJoão Valverde1-2/+1
2023-10-27ftypes: Add IPv4 setter/getterJoão Valverde4-17/+46
2023-10-26dfilter: Add WS_DLL_PUBLIC to more functionsJoão Valverde1-0/+53
2023-10-23dfilter: Add back check for division by zeroJoão Valverde1-0/+8
2023-10-22dfilter: Use better assertions for invalid enumsJoão Valverde14-97/+108
2023-10-22dfilter: Add time multiplication by scalar floatsJoão Valverde3-20/+49
2023-10-22dfilter: Add number lexical typeJoão Valverde14-209/+644
2023-10-22dfilter: Add time multiplication by scalar integersJoão Valverde1-11/+66
2023-10-13ftype: Clean up IPv6 interfaceJoão Valverde4-14/+12
2023-10-13ftypes: Rename comparison methodsJoão Valverde2-24/+24
2023-10-09ftypes: Use 64-bit integers only internallyJoão Valverde2-624/+275
2023-09-29Tools: Add constant conversions to convert-glib-typesGerald Combs1-6/+6
2023-09-27Revert changes to JSON boolean formatJoão Valverde4-6/+19
2023-09-24ftypes: Fix hash calculation to use 128 bits of the address (CID 1524736)Jaap Keuter1-1/+1
2023-09-22Convert epan/ftypes to C99 typesGerald Combs13-762/+762
2023-09-22dfilter: Change default boolean representation to True/FalseJoão Valverde1-2/+2
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-1/+18
2023-09-10Change what iso8601_to_nstime() and unix_epoch_to_nstime() return.Guy Harris1-2/+4
2023-09-08dfilter: Extend support for timezones in filter expressionsJoão Valverde1-29/+85
2023-09-06dfilter: Fix printing of nanosecond fractions of time.João Valverde1-6/+1
2023-09-05Revert "dfilter: Clean up absolute_val_to_repr()"João Valverde1-11/+23
2023-09-05dfilter: Clean up absolute_val_to_repr()João Valverde1-23/+11
2023-09-04dfilter: Cleanup parsing of some time literalsJoão Valverde1-37/+22
2023-09-04dfilter: Fix parsing a time format with "UTC"João Valverde1-9/+14
2023-09-03Build with NetBSD's strptime()João Valverde1-0/+1
2023-09-01dfilter: Do not parse booleans as a value stringJoão Valverde1-4/+14
2023-07-03Add Unix time support for absolute time field typeJoão Valverde1-11/+25
2023-07-03dfilter: Add some arithmetic to FT_ABSOLUTE_TIMEJoão Valverde1-4/+4
2023-06-27dfilter: Use safe-math.h with time ftypesJoão Valverde1-4/+46
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-26dfilter: Make string slices a return an FT_STRINGJoão Valverde7-45/+82
2023-06-26Compute slice ranges in a separate procedureJoão Valverde1-24/+31
2023-06-26dflter: Fix semantics of fvalue lengthJoão Valverde4-13/+38
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde2-12/+16
2023-05-08epan: Show our ftype integer sizes in bitsGerald Combs1-17/+17
2023-04-22ftypes: Fix memory leakJoão Valverde1-3/+7
2023-04-22ftypes: Add fvalue_set_bytes_data() helperJoão Valverde2-3/+14
2023-04-19ftypes: Fix assertionJoão Valverde1-0/+1
2023-04-19ftypes: Add a hash/equal methodJoão Valverde14-9/+186
2023-04-19ftypes: Hide fvalue implementationJoão Valverde2-20/+22
2023-04-19ftypes: Replace GByteArray with GBytesJoão Valverde4-147/+166
2023-04-19ftypes: Add a setter/getter for FT_IPv6João Valverde4-12/+39
2023-01-18CMake: Require explicit installation of development headersJoão Valverde1-0/+2
2023-01-06dfilter: Print CIDR mask for IPv4/IPv6 field types.João Valverde2-2/+23
2023-01-02dfilter: Tweak representation for length-1 byte arrayJoão Valverde3-8/+38
2022-10-26ftypes: Do not sanitize strings for UTF-8 errorsJoão Valverde1-2/+0