http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54811
User: guy
Date: 2014/01/15 01:05 AM
Log:
Eliminate fvalue_set() in favor of routines that take arguments
appropriate for particular FT_ types. This lets us do some more type
checking and lets us use const pointers when appropriate.
Constify a bunch of stuff, and don't cast away constness.
Directory: /trunk/epan/dfilter/
Changes Path Action
+1 -1 dfunctions.c Modified
Directory: /trunk/epan/
Changes Path Action
+26 -25 proto.c Modified
+3 -3 proto.h Modified
Directory: /trunk/epan/ftypes/
Changes Path Action
+88 -57 ftype-bytes.c Modified
+13 -3 ftype-double.c Modified
+12 -7 ftype-guid.c Modified
+120 -50 ftype-integer.c Modified
+9 -4 ftype-ipv4.c Modified
+9 -6 ftype-ipv6.c Modified
+6 -1 ftype-none.c Modified
+10 -6 ftype-pcre.c Modified
(6 files not shown)