wireshark/epan/dfilter
Guy Harris 61867d0b2f 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.

svn path=/trunk/; revision=54811
2014-01-15 01:05:03 +00:00
..
Makefile.am From David Arnold: 2013-03-12 06:53:39 +00:00
Makefile.common Put NODIST_ at the beginning of macro names, as was done for the plugins 2013-02-09 23:35:30 +00:00
Makefile.nmake makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. 2013-06-25 15:32:49 +00:00
dfilter-int.h struct _dfilter_t: rename to epan_dfilter. 2013-12-03 20:59:25 +00:00
dfilter-macro.c Move struct _ftype_t + callback typedefs + free macro to ftypes-int.h 2013-11-10 13:14:09 +00:00
dfilter-macro.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
dfilter.c dfilter: report warning if OR and AND logic operands are mixed without parentheses. 2013-08-10 17:49:28 +00:00
dfilter.h Avoid including <epan/epan.h> in dissectors. 2013-12-03 23:49:51 +00:00
dfunctions.c Eliminate fvalue_set() in favor of routines that take arguments 2014-01-15 01:05:03 +00:00
dfunctions.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
dfvm.c Move struct _ftype_t + callback typedefs + free macro to ftypes-int.h 2013-11-10 13:14:09 +00:00
dfvm.h type drange -> drange_t 2013-03-05 06:16:45 +00:00
drange.c type drange -> drange_t 2013-03-05 06:16:45 +00:00
drange.h type drange -> drange_t 2013-03-05 06:16:45 +00:00
gencode.c Replace hfinfo pointer to same_name_prev, with same_name_prev_id. 2013-08-06 20:53:47 +00:00
gencode.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
grammar.lemon Use "(void) <variable/>" to avoid unused variable warnings similar to 2013-12-14 23:44:25 +00:00
scanner.l Add %option noinput to a bunch of Flex files, as we aren't using the 2013-02-10 19:13:07 +00:00
semcheck.c Add FT_SYSTEM_ID for type checking 2013-12-23 17:57:57 +00:00
semcheck.h dfilter: report warning if OR and AND logic operands are mixed without parentheses. 2013-08-10 17:49:28 +00:00
sttype-function.c Revert SVN #52650 as per discussion on wireshark-dev 2013-10-18 15:08:19 +00:00
sttype-function.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
sttype-integer.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
sttype-pointer.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
sttype-range.c Fix bug #8979: Comparing function call and a range in the filter crashes Wireshark 2013-07-27 17:17:15 +00:00
sttype-range.h Fix bug #8979: Comparing function call and a range in the filter crashes Wireshark 2013-07-27 17:17:15 +00:00
sttype-string.c Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
sttype-test.c type drange -> drange_t 2013-03-05 06:16:45 +00:00
sttype-test.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
syntax-tree.c Trivial: Spaces -> tabs 2013-12-13 00:05:14 +00:00
syntax-tree.h Trivial: Spaces -> tabs 2013-12-13 00:08:16 +00:00