wireshark/epan/dfilter
Jeff Morriss d5031d5cf4 automake/nmake: don't run checkAPIs on lex and yacc files.
The lex files use malloc and friends which is prohibited; don't check them
(until checkAPIs becomes smart enough to realize this is OK).

This mirrors what is done in cmake.

Change-Id: Ie80ea7a9b7c0e25c70c8edf3671e80a493ea1b2f
Reviewed-on: https://code.wireshark.org/review/15377
Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-05-11 18:20:57 +00:00
..
.editorconfig Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
CMakeLists.txt Add checkAPI calls to CMake. 2016-05-02 12:01:24 +00:00
Makefile.am automake/nmake: don't run checkAPIs on lex and yacc files. 2016-05-11 18:20:57 +00:00
Makefile.common
Makefile.nmake automake/nmake: don't run checkAPIs on lex and yacc files. 2016-05-11 18:20:57 +00:00
dfilter-int.h Make the Flex scanners and YACC parser in libraries reentrant. 2016-04-03 22:21:29 +00:00
dfilter-macro.c Have fvalue_to_string_repr always return an (wmem) allocated buffer. 2016-05-10 22:49:08 +00:00
dfilter-macro.h
dfilter.c Make the Flex scanners and YACC parser in libraries reentrant. 2016-04-03 22:21:29 +00:00
dfilter.h
dfunctions.c
dfunctions.h
dfvm.c Have fvalue_to_string_repr always return an (wmem) allocated buffer. 2016-05-10 22:49:08 +00:00
dfvm.h
drange.c
drange.h
gencode.c
gencode.h
grammar.lemon
scanner.l Make the Flex scanners and YACC parser in libraries reentrant. 2016-04-03 22:21:29 +00:00
semcheck.c FT_BOOLEAN is now stored as a 64-bit value; treat it as such. 2016-03-15 21:21:00 +00:00
semcheck.h
sttype-function.c
sttype-function.h
sttype-integer.c
sttype-pointer.c
sttype-range.c
sttype-range.h
sttype-set.c
sttype-set.h
sttype-string.c
sttype-test.c
sttype-test.h
syntax-tree.c
syntax-tree.h