aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-ipv4.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-1/+0
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-1/+0
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-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-1/+1
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-1/+1
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris1-12/+12
2015-12-28Save the results of wmem_strndup(NULL, ...) in a non-const pointer.Guy Harris1-14/+14
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-5/+10