aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-bytes.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-02dfilter: Tweak representation for length-1 byte arrayJoão Valverde1-5/+27
2022-07-14dfilter: Improve compatibility of integer typesJoão Valverde1-11/+43
2022-06-21Docs: Update the ftype description list in wireshark-filter(4).Gerald Combs1-2/+2
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-2/+5
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-11/+11
2022-04-18dfilter: Add abs() functionJoão Valverde1-0/+9
2022-04-07dfilter: Remove leading colon special meaningJoão Valverde1-0/+4
2022-04-04dfilter: Allow parsing binary number as a byte array of len 1João Valverde1-1/+19
2022-03-31dfilter: Add remaining arithmetic integer opsJoão Valverde1-0/+27
2022-03-31dfilter: Add binary arithmetic (add/subtract)João Valverde1-0/+18
2022-03-30dfilter: Add fvalue duplicate methodJoão Valverde1-0/+17
2022-03-28dfilter: Add ftypes pseudofieldsJoão Valverde1-0/+58
2022-03-28dfilter: Add support for unary arithmeticJoão Valverde1-0/+9
2022-03-23dfilter: ftype_is_true -> ftype_is_zeroJoão Valverde1-13/+13
2022-03-22dfilter: Add bitwise masking of bitsJoão Valverde1-20/+48
2022-03-16ftypes: Remove unnecessary macroJoão Valverde1-7/+5
2022-03-05dfilter: Rename "unparsed" to "literal"João Valverde1-30/+30
2022-01-03dfilter: Accept byte arrays without separatorsJoão Valverde1-1/+1
2021-12-21wsutil: Split ws_regex_matches() into two functionsJoão Valverde1-1/+1
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-17/+17
2021-11-28Move two functions from epan to wsutil/str_utilJoão Valverde1-1/+1
2021-11-24dfilter: Parse character constants in lexerJoão Valverde1-0/+42
2021-11-23dfilter: Fix invalid character constant error messageJoão Valverde1-14/+0
2021-11-14Move regex code to wsutilJoão Valverde1-2/+2
2021-11-10ftypes: Remove fvalue_string_repr_len()João Valverde1-92/+18
2021-11-01dfilter: Fixup a null return valueJoão Valverde1-1/+1
2021-10-31dfilter: Remove redundant STTYPE_CHARCONST syntax nodeJoão Valverde1-0/+14
2021-10-27Remove some unnecessary casts.João Valverde1-7/+7
2021-10-18dfilter: Add a thin encapsulation layer for REsJoão Valverde1-11/+2
2021-10-15dfilter: Use the same semantic rules for protocols and bytesJoão Valverde1-3/+15
2021-10-10ftypes: Use an order function to compare ftypesJoão Valverde1-144/+14
2021-10-07dfilter: Generalize special case of one byte literalJoão Valverde1-0/+9
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2021-03-21dfilter, ftypes: get rid of FT_PCRE.Guy Harris1-13/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-02-11Fix crash when using the "matches" operator on non-UTF-8 dataPeter Wu1-24/+0
2018-11-01Revert "FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" ...Pascal Quantin1-29/+9
2018-11-01FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" optionsJeremy Martin1-9/+29
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-07-20Remove dead code for address reverse-mappingJoão Valverde1-12/+4
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-27/+9
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-9/+0
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-9/+0
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-9/+0
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-9/+0
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-18/+9
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-9/+9
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-9/+0
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-9/+0