aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-11Signal error on field values that cannot be safely represented as strings ins...rbalint3-3/+14
2008-07-02Include the new Makefile.common file.guy1-0/+2
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy3-40/+56
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-1/+1
2008-06-28Add FT_INT64 to IS_FT_INT and FT_UINT_64 to IS_FT_UINT.etxrab1-2/+2
2008-06-23Rename some variables to avoid shadowing warnings.stig4-14/+14
2008-06-04g_ascii_strtoull() is in GLib 2.2 and later, and we require GLib 2.4 orguy1-4/+0
2008-06-03We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32,guy1-12/+0
2008-06-03Fix run checkapi for more targets.etxrab1-0/+14
2008-05-20Undo rev 24518 and (re)fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-1/+1
2008-04-21From Alex deVries (bug 2486):stig1-9/+110
2008-04-20Corrected ne operator for FT_BYTES.stig1-1/+1
2008-03-01All our programs link against glib so don't there's no need to link our libra...morriss1-4/+4
2008-02-08Fix typo in commentsfisher1-1/+1
2008-02-07Removed even more "statement not reached" warnings.stig1-5/+3
2008-02-07Removed some "statement not reached" warnings.stig1-5/+3
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgstig1-1/+1
2007-12-05At least on some LP64 platforms (such as OpenBSD 4.2 on x86-64),guy1-2/+2
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same assfisher2-0/+39
2007-11-06Fix bug 1956 - make the bitwise-AND routine treat its arguments as beingguy1-18/+8
2007-11-06The "bitwise AND" display filter operator is supposed to evaluate toguy1-9/+10
2007-08-25replace oid_to_str_buf() and oid_to_str()lego1-3/+27
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasjmayer1-2/+5
2007-03-23From Sebastien Tandel:sfisher1-1/+1
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningssfisher1-0/+4
2007-03-22add "treat warnings as errors" flag(s)ulfl1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...wmeier1-1/+1
2007-01-26A few more ethereal --> wiresharkwmeier1-1/+1
2007-01-18Remove extra element.martinm1-1/+0
2007-01-18Missed this one (I don't build with pcre)martinm1-1/+4
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm12-105/+206
2006-12-30since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we...sahlberg1-6/+2
2006-12-24Reverse commit 20209, breaking the build across the board.jake1-20/+37
2006-12-23make the PCRE ftype use ep allocated memory instead of g_malloced memorysahlberg1-37/+20
2006-12-23make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memorysahlberg1-7/+2
2006-12-22hmmsahlberg4-2/+30
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.sahlberg4-30/+2
2006-11-07Fix bytes_repr_len() to correctly handle a zero-length FT_BYTES fieldguy1-3/+9
2006-11-02Bug 1053: New SNMP filtering is brokenkukosa1-0/+2
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-1/+1
2006-05-21name changesahlberg14-27/+27
2006-05-02Add infrastructure for display filter functions.gram12-0/+42
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysguy1-83/+82
2006-03-11propset...jmayer1-168/+168
2006-03-10few warnings from GUID handling avoidedkukosa1-5/+6