aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-18Make the buffer argument to FvalueToStringRepr functions volatileEvan Huus2-8/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-21/+6
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki11-98/+98
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss12-24/+0
2012-08-19Handle double-clicks in the tree.Gerald Combs1-3/+11
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris2-0/+84
2012-06-28Update Free Software Foundation address.Jakub Zawadzki16-16/+16
2012-06-11Fix bug 6917Jakub Zawadzki1-1/+1
2012-06-02Try to squelch warningsAnders Broman6-40/+40
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-02-05From Tony Trinh:Anders Broman1-1/+35
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs7-25/+25
2011-11-08Make some variables volatile to avoid warnings with my gcc version.Martin Mathieson1-9/+9
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make theStig Bjørlykke1-56/+39
2011-10-29Fixed max and min in sint24_from_unparsed() again.Stig Bjørlykke1-1/+1
2011-10-28Fixed max and min in sint24_from_unparsed().Stig Bjørlykke1-1/+1
2011-10-28Fixed a typo: strtoull() -> strtoul()Stig Bjørlykke1-1/+1
2011-10-28Simplified code for checking integer ranges.Stig Bjørlykke1-102/+32
2011-10-28Added range checking for integers and give an appropriate errorStig Bjørlykke1-26/+207
2011-10-26Fixed compare functions for 64 bits integers:Stig Bjørlykke1-8/+8
2011-09-21Convert "4 space tabs" to spaces;Bill Meier1-81/+81
2011-09-07From Jakub Zawadzki :Anders Broman6-75/+264
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke8-343/+4
2011-07-28From Dirk:Anders Broman1-1/+12
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs6-78/+18
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris2-39/+0
2011-06-14Please don't use prohibited APIs in new code:Stig Bjørlykke1-1/+1
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris1-1/+1
2011-05-09Convert SLAB_-s, to sl_-API.Jakub Zawadzki2-9/+6
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte2-0/+76
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-1/+1
2011-04-12Use g_snprintf instead of sprintf: (Part of) Covertiy 665.Chris Maynard1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+3
2010-08-08Protect tvb_* functions in a TRY-CATCH block.Stig Bjørlykke1-64/+150
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-5/+5
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-2/+5
2010-05-12(Trivial) Use consistent indentation.Bill Meier1-3/+3
2010-05-11Straighten out field type names.Jaap Keuter2-2/+2
2010-05-08(Trivial) Fix a typo & some indentationBill Meier1-7/+7
2010-04-30Pick up other check from the almost-identical routine inGuy Harris1-0/+9
2010-04-30Fix comment.Guy Harris1-1/+1
2010-04-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1696 :Jeff Morriss1-12/+57
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-2/+2