aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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
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-11Run checkAPIs in epan/ftypes/ .Jeff Morriss1-9/+8
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann13-55/+55
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann2-17/+14
2016-05-06Give the full name of the current version of the IEEE standard in question.Guy Harris1-1/+1
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann18-127/+181
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+10
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer3-5/+5
2016-03-15FT_BOOLEAN is now stored as a 64-bit value; treat it as such.Guy Harris1-7/+7
2016-03-08Add EditorConfig settings for most C filesJoão Valverde2-0/+42
2016-03-01CMake: Add more structure to libwireshark buildJoão Valverde2-1/+74
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-3/+2
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-6/+3
2016-01-12Fix FT_UINT24 comment errorKevin Bracey1-1/+1
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris3-33/+33
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris2-2/+2
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki5-0/+1568
2015-12-28Save the results of wmem_strndup(NULL, ...) in a non-const pointer.Guy Harris2-27/+30
2015-11-30Add BASE_ALLOW_ZERO for byte arrays that are validly zero sized.Michael Mann1-1/+1
2015-11-15Lua: Added support for ProtoField framenum type.Stig Bjørlykke1-1/+2
2015-09-17change the representation of an empty byte array in a display filterMartin Kaiser1-6/+14
2015-07-20Allow EUI-64s to be specified as numbers or byte strings.Guy Harris1-14/+31