wireshark/epan/ftypes
Guy Harris 409dd075c6 Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returns
the ftenum_t for the fvalue's ftype, rather than a pointer to the ftype
(which isn't all that useful except as a handle, unless you import the
internal header).

Have fvalue_to_string_repr() return NULL, rather than failing, if the
fvalue's ftype has no val_to_string_repr method.

This lets us not include the ftypes internal header in
ui/cli/tap-diameter-avp.c.

svn path=/trunk/; revision=53290
2013-11-12 22:06:00 +00:00
..
Makefile.am From David Arnold: 2013-03-12 06:53:39 +00:00
Makefile.common Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.nmake makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. 2013-06-25 15:32:49 +00:00
ftype-bytes.c Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9192) 2013-10-06 02:31:10 +00:00
ftype-double.c Replace STRINGIFY with glib version. 2013-11-09 14:37:13 +00:00
ftype-guid.c Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
ftype-integer.c Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
ftype-ipv4.c Fix a bunch of warnings. 2012-12-26 05:57:06 +00:00
ftype-ipv6.c When comparing fvalue_t we don't modify them, make arguments const. 2012-11-06 13:28:59 +00:00
ftype-none.c We always HAVE_CONFIG_H so don't bother checking whether we have it or not. 2012-09-20 01:48:30 +00:00
ftype-pcre.c From beroset: 2013-03-19 19:02:25 +00:00
ftype-string.c Use escape_string*() functions in ftype-string. 2013-11-08 20:09:54 +00:00
ftype-time.c Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
ftype-tvbuff.c Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
ftypes-int.h Move struct _ftype_t + callback typedefs + free macro to ftypes-int.h 2013-11-10 13:14:09 +00:00
ftypes.c Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returns 2013-11-12 22:06:00 +00:00
ftypes.h Replace fvalue_ftype() with a fvalue_type_ftenum() routine that returns 2013-11-12 22:06:00 +00:00