aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-23From Jakub Zawadzki:Anders Broman1-3/+12
2010-01-19Use more unique names for certain enum constants.Bill Meier1-3/+3
2009-12-18Fix our match flags.Gerald Combs2-3/+3
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs6-13/+266
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-2/+2
2009-10-11Creatig static sublibs was not a good idea:Jörg Mayer1-42/+0
2009-10-09Add epan/ftypes/CMakeLists.txt which creates a static ftypes libraryKovarththanan Rajaratnam1-0/+42
2009-09-10Introduce a few FT_XXX lengths defines and use those instead of hard coding c...Kovarththanan Rajaratnam2-9/+13
2009-09-10Use the correct type, that is GByteArray instead of GString. The reason why t...Kovarththanan Rajaratnam2-4/+3
2009-09-10Remove unused fieldKovarththanan Rajaratnam1-3/+2
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam1-2/+2
2009-08-29Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam1-2/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier6-2/+6
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-04-22Clean up some 64-bit issues.Guy Harris4-4/+4
2009-03-15Some more P64 fixes - they all assume we don't have truly giganticGuy Harris4-8/+8
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke2-7/+5
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-11Signal error on field values that cannot be safely represented as strings ins...Balint Reczey3-3/+14
2008-07-02Include the new Makefile.common file.Guy Harris1-0/+2
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris3-40/+56
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-28Add FT_INT64 to IS_FT_INT and FT_UINT_64 to IS_FT_UINT.Anders Broman1-2/+2
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke4-14/+14
2008-06-04g_ascii_strtoull() is in GLib 2.2 and later, and we require GLib 2.4 orGuy Harris1-4/+0
2008-06-03We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32,Guy Harris1-12/+0
2008-06-03Fix run checkapi for more targets.Anders Broman1-0/+14
2008-05-20Undo rev 24518 and (re)fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-1/+1
2008-04-21From Alex deVries (bug 2486):Stig Bjørlykke1-9/+110
2008-04-20Corrected ne operator for FT_BYTES.Stig Bjørlykke1-1/+1
2008-03-01All our programs link against glib so don't there's no need to link our libra...Jeff Morriss1-4/+4
2008-02-08Fix typo in commentStephen Fisher1-1/+1
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-5/+3
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-5/+3
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke1-1/+1
2007-12-05At least on some LP64 platforms (such as OpenBSD 4.2 on x86-64),Guy Harris1-2/+2
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher2-0/+39
2007-11-06Fix bug 1956 - make the bitwise-AND routine treat its arguments as beingGuy Harris1-18/+8
2007-11-06The "bitwise AND" display filter operator is supposed to evaluate toGuy Harris1-9/+10
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-3/+27
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer1-2/+5
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1