aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Remove epan.h from ftypes.h, address.h and tpg.h,Jörg Mayer1-1/+0
2013-07-28Make many items filterable for Vines dissectors.Michael Mann1-0/+2
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus1-3/+1
2013-03-05type drange -> drange_tAnders Broman1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-6/+21
2013-01-18Make the buffer argument to FvalueToStringRepr functions volatileEvan Huus1-1/+1
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-10/+10
2012-08-19Handle double-clicks in the tree.Gerald Combs1-3/+11
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-07From Jakub Zawadzki :Anders Broman1-0/+2
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-8/+0
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-2/+2
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-1/+0
2011-05-09Convert SLAB_-s, to sl_-API.Jakub Zawadzki1-7/+3
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+2
2010-05-08(Trivial) Fix a typo & some indentationBill Meier1-7/+7
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-0/+2
2009-09-10Introduce a few FT_XXX lengths defines and use those instead of hard coding c...Kovarththanan Rajaratnam1-0/+7
2009-09-10Use the correct type, that is GByteArray instead of GString. The reason why t...Kovarththanan Rajaratnam1-1/+0
2009-09-10Remove unused fieldKovarththanan Rajaratnam1-3/+2
2008-11-11Signal error on field values that cannot be safely represented as strings ins...Balint Reczey1-1/+6
2008-06-28Add FT_INT64 to IS_FT_INT and FT_UINT_64 to IS_FT_UINT.Anders Broman1-2/+2
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-0/+1
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-7/+18
2006-12-22hmmRonnie Sahlberg1-0/+25
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg1-25/+0
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+4
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-0/+2
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-0/+1
2005-07-23Fix lots of warnings of type:Jörg Mayer1-1/+1
2005-07-04new field type FT_GUIDTomas Kukosa1-0/+1
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland1-3/+3
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer1-1/+1
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-0/+11
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-04Instead of using pointer casts in the slab allocator stuff, add aGuy Harris1-1/+4
2004-07-04Make the "SLAB_ALLOC()" and "SLAB_FREE()" macros take the type of theGuy Harris1-3/+3
2004-06-24from tomas kRonnie Sahlberg1-1/+6
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-3/+7
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+8
2004-02-01signed/unsigend warning fixesJörg Mayer1-1/+2
2004-01-25Remove the cast again and do the proper fix (add right type to union)Jörg Mayer1-1/+2
2003-12-10Make the _pcre_tuple_t struct internal.Gerald Combs1-11/+2
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-1/+17
2003-12-06From Olivier BiotGilbert Ramirez1-1/+8