wireshark/epan/ftypes
Guy Harris f6ef22c553 Have show_exception() take a "const char *" as its exception message,
and not free the string to which it points.  Pass to
REPORT_DISSECTOR_BUG() strings allocated with ep_strdup_printf(), so
that they're freed automatically.

svn path=/trunk/; revision=16039
2005-09-28 16:16:37 +00:00
..
Makefile.am After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
Makefile.nmake Make the "maintainer-clean" rules get rid of some additional generated 2005-02-14 20:33:57 +00:00
ftype-bytes.c "strlen()" returns a "size_t"; use that for its return value. 2005-09-05 21:18:06 +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 Have show_exception() take a "const char *" as its exception message, 2005-09-28 16:16:37 +00:00
ftype-time.c From Richard van der Hoff 2005-08-18 12:55:01 +00:00
ftype-tvbuff.c Albert Chin: 2005-08-04 21:09:08 +00:00
ftypes-int.h Move declaration of void ftype_register_* to ftypes-int.h. 2005-07-23 06:21:17 +00:00
ftypes.c - Include the .h files in their .c files. 2005-08-20 16:19:22 +00:00
ftypes.h Fix lots of warnings of type: 2005-07-23 06:19:08 +00:00