aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-31wsutil: Rename inet_netw.[ch]João Valverde1-1/+1
2023-10-31epan: Move tvbuff functions to tvbuff.cJoão Valverde1-1/+0
2023-10-31wsutil: Move and consolidate CIDR codeJoão Valverde1-3/+3
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 Valverde1-8/+7
2023-10-22dfilter: Use better assertions for invalid enumsJoão Valverde1-2/+0
2023-10-22dfilter: Add number lexical typeJoão Valverde1-8/+11
2023-09-22Convert epan/ftypes to C99 typesGerald Combs1-23/+23
2023-06-26dfilter: Make string slices a return an FT_STRINGJoão Valverde1-1/+1
2023-06-26dflter: Fix semantics of fvalue lengthJoão Valverde1-1/+7
2023-04-19ftypes: Add a hash/equal methodJoão Valverde1-0/+9
2023-01-06dfilter: Print CIDR mask for IPv4/IPv6 field types.João Valverde1-1/+12
2022-07-14dfilter: Improve compatibility of integer typesJoão Valverde1-4/+9
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-23dfilter: ftype_is_true -> ftype_is_zeroJoão Valverde1-3/+3
2022-03-22dfilter: Add bitwise masking of bitsJoão Valverde1-9/+13
2022-03-05dfilter: Rename "unparsed" to "literal"João Valverde1-3/+3
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-2/+2
2021-11-24dfilter: Parse character constants in lexerJoão Valverde1-0/+1
2021-11-11ftypes: Internal headers need to be internalJoão Valverde1-1/+1
2021-11-10ftypes: Remove fvalue_string_repr_len()João Valverde1-14/+3
2021-10-27Remove some unnecessary casts.João Valverde1-2/+2
2021-10-10ftypes: Use an order function to compare ftypesJoão Valverde1-64/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-10-30Make FT_IPv4 a bit more like FT_IPv6.Guy Harris1-3/+3
2017-10-30Get rid of ipv4_get_net_order_addr() and ipv4_get_host_order_addr().Guy Harris1-1/+1
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-2/+2
2017-10-26Swallow up the stuff from epan/ipv4.c into epan/ftypes/ftype-ipv4.c and epan/...Guy Harris1-19/+58
2017-06-20IPv4/IPv6 display filter fixes and testingSilvio Gissi1-7/+1
2017-06-19Added IPv4 byte slicingSilvio Gissi1-2/+17
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-2/+1
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