wireshark/epan/ftypes
Guy Harris 160a305efa g_ascii_strtoull() is in GLib 2.2 and later, and we require GLib 2.4 or
later, so there's no longer any need to have our own g_ascii_strtoull.

svn path=/trunk/; revision=25423
2008-06-04 01:30:40 +00:00
..
Makefile.am Undo rev 24518 and (re)fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 . 2008-05-20 14:30:01 +00:00
Makefile.nmake Fix run checkapi for more targets. 2008-06-03 05:35:19 +00:00
ftype-bytes.c Corrected ne operator for FT_BYTES. 2008-04-20 22:34:47 +00:00
ftype-double.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-guid.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-integer.c g_ascii_strtoull() is in GLib 2.2 and later, and we require GLib 2.4 or 2008-06-04 01:30:40 +00:00
ftype-ipv4.c Fix bug 1956 - make the bitwise-AND routine treat its arguments as being 2007-11-06 09:19:59 +00:00
ftype-none.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-pcre.c Remove extra element. 2007-01-18 13:13:55 +00:00
ftype-string.c Removed some "statement not reached" warnings. 2008-02-07 12:14:40 +00:00
ftype-time.c Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it was 2007-04-22 20:04:34 +00:00
ftype-tvbuff.c From Alex deVries (bug 2486): 2008-04-21 21:36:11 +00:00
ftypes-int.h name change 2006-05-21 05:12:17 +00:00
ftypes.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftypes.h Introduce a new field type called FT_EBCDIC. This field works the same as 2007-11-19 21:27:01 +00:00