aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-guid.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-07Dissectors: Include what you use.Anders Broman1-0/+1
2024-05-23ftypes: Const-ify ftype_t references and instances.Darius Davis1-1/+1
2023-10-22dfilter: Use better assertions for invalid enumsJoão Valverde1-2/+0
2023-10-22dfilter: Add number lexical typeJoão Valverde1-0/+4
2023-09-22Convert epan/ftypes to C99 typesGerald Combs1-14/+14
2023-04-19ftypes: Add a hash/equal methodJoão Valverde1-0/+7
2022-07-14dfilter: Improve compatibility of integer typesJoão Valverde1-3/+7
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-2/+2
2022-04-18dfilter: Add abs() functionJoão Valverde1-0/+1
2022-03-31dfilter: Add remaining arithmetic integer opsJoão Valverde1-0/+3
2022-03-31dfilter: Add binary arithmetic (add/subtract)João Valverde1-0/+2
2022-03-30dfilter: Add fvalue duplicate methodJoão Valverde1-0/+1
2022-03-28dfilter: Add ftypes pseudofieldsJoão Valverde1-0/+16
2022-03-28dfilter: Add support for unary arithmeticJoão Valverde1-0/+1
2022-03-22dfilter: Add bitwise masking of bitsJoão Valverde1-1/+2
2022-03-05dfilter: Rename "unparsed" to "literal"João Valverde1-2/+2
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-1/+1
2021-11-24dfilter: Parse character constants in lexerJoão Valverde1-0/+1
2021-11-10ftypes: Remove fvalue_string_repr_len()João Valverde1-10/+3
2021-10-27Remove some unnecessary casts.João Valverde1-2/+2
2021-10-10ftypes: Use an order function to compare ftypesJoão Valverde1-15/+4
2019-10-08Get rid of some unnecessary string operationsJoerg Mayer1-9/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-3/+1
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-2/+1
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-1/+1
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-1/+0
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-1/+0
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-1/+0
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-1/+0
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-1/+0
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-1/+0
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-1/+0
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-1/+0
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-2/+1
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-1/+0
2017-03-07ftypes: create a set_value unionMartin Kaiser1-1/+2
2016-11-11ftype-guid.c: fix FT_GUID filteringPascal Quantin1-6/+3
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-5/+5
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-1/+1
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-2/+2
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-2/+4
2015-02-15epan/ftypes/*.[hc]: As needed: Add editor modelines & Fix indentationBill Meier1-0/+13
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+3
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-2/+2