aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-23Make buildbot HappyAlexis La Goutte1-1/+1
2013-12-23Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id wit...Michael Mann2-0/+81
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-4/+4
2013-11-12Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returnsGuy Harris2-6/+9
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki4-0/+5
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki2-84/+86
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+2
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-2/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki2-0/+2
2013-11-08Use escape_string*() functions in ftype-string.Jakub Zawadzki1-56/+12
2013-10-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9323 :Jeff Morriss1-3/+5
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann2-1/+93
2013-09-13Remove epan.h from ftypes.h, address.h and tpg.h,Jörg Mayer1-1/+0
2013-09-13Two more places with now explicit emem.h includeJörg Mayer2-0/+2
2013-07-28Make many items filterable for Vines dissectors.Michael Mann2-0/+77
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
2013-06-21get_ax25_name() is *NOT* the right routine to use to translate aGuy Harris1-15/+61
2013-03-19From beroset:Anders Broman4-7/+7
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-10Remove slab.h and replace its last remaining usage with glib slices.Evan Huus1-1/+0
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus2-8/+2
2013-03-05type drange -> drange_tAnders Broman2-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2-7/+22