aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann13-56/+74
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-28Create FT_FCWWN field type.Michael Mann3-1/+78
2014-10-17Don't use <ctype.h> macros.Guy Harris4-7/+3
2014-10-16Better fix - just check that the upper and lower nibbles are >= 0xA.Guy Harris1-17/+5
2014-10-16Fix issues in some ARM compilers, due to char being unsigned?Guy Harris1-8/+17
2014-10-12Add back get_uinteger for boolean_type.Stig Bjørlykke1-1/+1
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-4/+4
2014-09-01Escape double quotes when printing ABSOLUTE_TIME fieldMichael Mann1-9/+13
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+1
2014-06-16Convert more time_to_str functions to wmemEvan Huus1-3/+23
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-5/+12
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+3
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris2-1/+45
2014-04-07The encoding of a string is *not* part of its type.Guy Harris1-1/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-5/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte14-28/+0
2014-02-25Remove trailing whitespaceBill Meier2-5/+5
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan2-0/+68
2014-01-15Don't cast away constness.Guy Harris1-1/+1
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris14-178/+396