aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2017-11-29LTE L2 protocols: add FT_FRAMENUM_TYPE for most FT_FRAMENUM fields.Martin Mathieson1-0/+2
2017-11-29cmake: match include directories with autotoolsPeter Wu1-0/+1
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-5/+0
2017-10-30FT_IPv4 fields' values are 4-byte integers, not structures with a pointer.Guy Harris1-2/+1
2017-10-30Fix indentation.Guy Harris1-5/+5
2017-10-30Fix assert when trying to display an IPv4 addressPascal Quantin1-1/+2
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 Harris2-3/+3
2017-10-26Swallow up the stuff from epan/ipv4.c into epan/ftypes/ftype-ipv4.c and epan/...Guy Harris1-19/+58
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+0
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
2017-10-09Add ENC_VARINT_PROTOBUFMichael Mann1-0/+1
2017-10-08ftypes(.h): fix indent (use tabs)Alexis La Goutte1-15/+15
2017-09-17CMake: Initial work to install headers for the benefit of pluginsJoão Valverde1-0/+10
2017-09-15autotools: Initial work to install headers for the benefit of pluginsJoão Valverde1-1/+5
2017-09-14Allow distinction between bitmasked 32bit and 64bit unsigned integers in prot...Michael Mann1-0/+1
2017-07-20Remove dead code for address reverse-mappingJoão Valverde2-24/+9
2017-06-22Make "matches" case-insensitive.Gerald Combs1-2/+2
2017-06-20IPv4/IPv6 display filter fixes and testingSilvio Gissi2-8/+1
2017-06-19Added IPv4 byte slicingSilvio Gissi1-2/+17
2017-04-21Fixes for sfloat_ieee_11073_val_to_repr() functionPascal Quantin1-2/+4
2017-04-12No need to include <epan/packet.h> in <epan/ftypes/ftypes-int.h>.Guy Harris1-1/+1
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser14-117/+40
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser14-58/+21
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser14-53/+11
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser14-55/+15
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser14-53/+11
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser14-93/+54
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser14-49/+49
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser14-55/+7
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser14-53/+11
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser14-55/+15
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser14-53/+11
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser14-59/+23
2017-03-12ftypes (trivial): fix two commentsMartin Kaiser1-2/+2
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser14-50/+5
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser14-54/+11
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser14-51/+6
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser14-50/+5
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser14-54/+13
2017-03-07ftypes: create a set_value unionMartin Kaiser14-49/+103
2016-11-11ftype-guid.c: fix FT_GUID filteringPascal Quantin1-6/+3
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+5
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris2-61/+340
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-07-31Fix indentationJoão Valverde2-4/+4
2016-06-30Remove Makefile.common filesJoão Valverde2-56/+22
2016-06-15Remove Nmake build systemPascal Quantin2-33/+0
2016-06-10ftype-protocol: Fix [-Wcast-qual] warningsJoão Valverde1-13/+13