aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
2011-11-08Make some variables volatile to avoid warnings with my gcc version.martinm1-9/+9
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make thestig1-56/+39
2011-10-29Fixed max and min in sint24_from_unparsed() again.stig1-1/+1
2011-10-28Fixed max and min in sint24_from_unparsed().stig1-1/+1
2011-10-28Fixed a typo: strtoull() -> strtoul()stig1-1/+1
2011-10-28Simplified code for checking integer ranges.stig1-102/+32
2011-10-28Added range checking for integers and give an appropriate errorstig1-26/+207
2011-10-26Fixed compare functions for 64 bits integers:stig1-8/+8
2011-09-21Convert "4 space tabs" to spaces;wmeier1-81/+81
2011-09-07From Jakub Zawadzki :etxrab6-75/+264
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig8-343/+4
2011-07-28From Dirk:etxrab1-1/+12
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald6-78/+18
2011-07-05Add some additional routine variants that handle string encodings, andguy2-39/+0
2011-06-14Please don't use prohibited APIs in new code:stig1-1/+1
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesguy1-1/+1
2011-05-09Convert SLAB_-s, to sl_-API.darkjames2-9/+6
2011-05-08Add FT_EUI64 Field Typealagoutte2-0/+76
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte ordergerald1-1/+1
2011-04-12Use g_snprintf instead of sprintf: (Part of) Covertiy 665.cmaynard1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-4/+3
2010-08-08Protect tvb_* functions in a TRY-CATCH block.stig1-64/+150
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-5/+5
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-2/+5
2010-05-12(Trivial) Use consistent indentation.wmeier1-3/+3
2010-05-11Straighten out field type names.jake2-2/+2
2010-05-08(Trivial) Fix a typo & some indentationwmeier1-7/+7
2010-04-30Pick up other check from the almost-identical routine inguy1-0/+9
2010-04-30Fix comment.guy1-1/+1
2010-04-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1696 :morriss1-12/+57
2010-02-28Added svn:ignore targets.stig1-2/+2
2010-02-23From Jakub Zawadzki:etxrab1-3/+12
2010-01-19Use more unique names for certain enum constants.wmeier1-3/+3
2009-12-18Fix our match flags.gerald2-3/+3
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for thegerald6-13/+266
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-2/+2
2009-10-11Creatig static sublibs was not a good idea:jmayer1-42/+0
2009-10-09Add epan/ftypes/CMakeLists.txt which creates a static ftypes librarykrj1-0/+42
2009-09-10Introduce a few FT_XXX lengths defines and use those instead of hard coding c...krj2-9/+13
2009-09-10Use the correct type, that is GByteArray instead of GString. The reason why t...krj2-4/+3
2009-09-10Remove unused fieldkrj1-3/+2
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itkrj1-2/+2
2009-08-29Use G_STRINGIFY/G_PASTEkrj1-2/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier6-2/+6
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeetxrab1-1/+1
2009-07-15Add /MP flag to make use of multi cores.etxrab1-1/+1
2009-04-22Clean up some 64-bit issues.guy4-4/+4
2009-03-15Some more P64 fixes - they all assume we don't have truly giganticguy4-8/+8
2009-03-13From Jakub Zawadzki (bug 3331):stig2-7/+5
2009-02-07#include <epan/emem.h> not req'd ...wmeier1-1/+0