http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53290
User: guy
Date: 2013/11/12 10:06 PM
Log:
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.
Directory: /trunk/ui/cli/
Changes Path Action
+6 -11 tap-diameter-avp.c Modified
Directory: /trunk/epan/dfilter/
Changes Path Action
+2 -2 dfunctions.c Modified
Directory: /trunk/epan/ftypes/
Changes Path Action
+7 -4 ftypes.c Modified
+2 -2 ftypes.h Modified