wireshark/epan/ftypes
Guy Harris dfad2b94f5 Some UN*Xes don't have any "strtou*" routine to convert a string to a
64-bit integer; use "g_ascii_strtoull()", and, in the configure script,
check whether it's available in GLib (it's not in GLib 1.2[.x]) and, if
not, supply the GLib 2.4.5 version of the routine.

For G_MAXUINT32 and G_MAXUINT64, put a "U" at the end of the constant to
explicitly flag it as unsigned.

svn path=/trunk/; revision=11889
2004-09-03 18:14:00 +00:00
..
Makefile.am Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
Makefile.nmake Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ftype-bytes.c Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
ftype-double.c Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
ftype-integer.c Some UN*Xes don't have any "strtou*" routine to convert a string to a 2004-09-03 18:14:00 +00:00
ftype-ipv4.c Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
ftype-none.c Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
ftype-pcre.c Make a bunch of source files non-executable. 2004-09-01 07:07:23 +00:00
ftype-string.c Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
ftype-time.c Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
ftype-tvbuff.c Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
ftypes-int.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ftypes.c Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
ftypes.h Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00