wireshark/epan/ftypes
Guy Harris 9aa28e3176 At least on some LP64 platforms (such as OpenBSD 4.2 on x86-64),
PRI[dux]64 use "ll", but gint64 and guint64 are "long" and "unsigned
long", not "long long" or "unsigned long long", and the compiler warns
about using "%ll[doux]" with "long" or "unsigned long".  Use
G_GINT64_MODIFIER instead.

svn path=/trunk/; revision=23760
2007-12-05 09:05:52 +00:00
..
Makefile.am From Sebastien Tandel: 2007-03-23 17:49:59 +00:00
Makefile.nmake add "treat warnings as errors" flag(s) 2007-03-22 22:54:00 +00:00
ftype-bytes.c The "bitwise AND" display filter operator is supposed to evaluate to 2007-11-06 08:46:57 +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 At least on some LP64 platforms (such as OpenBSD 4.2 on x86-64), 2007-12-05 09:05:52 +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 Introduce a new field type called FT_EBCDIC. This field works the same as 2007-11-19 21:27:01 +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 Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftypes-int.h
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