aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-11-24Install development headers on all platformsJoão Valverde1-5/+3
2018-11-01Revert "FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" ...Pascal Quantin1-29/+9
2018-11-01FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" optionsJeremy Martin1-9/+29
2018-10-10ftype-protocol: do not return from TRY/CATCHPeter Wu1-5/+5
2018-09-02epan: add more IS_FT_* macrosJoão Valverde1-5/+28
2018-06-28Make white space consistent.Guy Harris1-9/+9
2018-06-17character constant in dfilter now must fit into one byteErika Szelleova1-2/+7
2018-04-25ftypes: fix memleak when converting protocol valuesPeter Wu1-18/+17
2018-04-18Remove autotools build system.Dario Lombardo1-56/+0
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo15-195/+15
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