aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-1/+1
2017-06-20IPv4/IPv6 display filter fixes and testingSilvio Gissi1-1/+0
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-1/+0
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-2/+1
2017-03-07ftypes: create a set_value unionMartin Kaiser1-1/+2
2016-07-31Fix indentationJoão Valverde1-3/+3
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-6/+4
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-4/+4
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris1-1/+1
2015-12-28Save the results of wmem_strndup(NULL, ...) in a non-const pointer.Guy Harris1-13/+16
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/+8
2015-01-18Remove ep_strndupMichael Mann1-5/+13
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-6/+9
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-9/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-07From Jakub Zawadzki :Anders Broman1-0/+259