aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-24Remove another batch of deprecated tvb_length callsEvan Huus1-16/+16
2015-06-20ftypes: display BASE_HEX_DEC integers as hexadecimalPascal Quantin1-2/+2
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier2-7/+7
2015-05-07ftypes: display 64 bits BASE_HEX fields as hexadecimalPascal Quantin1-2/+14
2015-05-07fix FT_INT64 fields output in tsharkMoeller, Thies1-4/+4
2015-05-07fix FT_UINT64 fields output in tsharkMoeller, Thies1-1/+1
2015-03-12One check mark for ACKs, two check marks for dup ACKs.Gerald Combs1-1/+3
2015-03-12Avoid abort on zero-length fieldsPeter Wu2-2/+4
2015-03-11Remove use of sprintf for ftype string formattingMichael Mann4-61/+40
2015-03-10Add support to display unsigned integer "field type" in hex.Michael Mann1-5/+20
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs1-0/+8
2015-02-2164-bit constants need to be wrapped in G_G{U}INT64_CONSTANT().Guy Harris1-6/+6
2015-02-21Ftypes: Double: Minor fixesMichal Labedzki1-6/+8
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren14-118/+589
2015-02-15epan/ftypes/*.[hc]: As needed: Add editor modelines & Fix indentationBill Meier11-1/+144
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-01-19Convert OID APIs to use wmem.Michael Mann1-4/+6
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris2-2/+0
2015-01-18ftype (integer): fix Uninitialized argument value found by Clang AnalyzerMichael Mann1-0/+3
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris13-180/+221
2015-01-18Remove ep_strndupMichael Mann2-12/+24
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-1/+2
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-4/+4
2015-01-10Add BASE_SPACE for FT_BYTESMichael Mann1-0/+1
2015-01-09Some more random removal of ep_ memory.Michael Mann1-3/+3