wireshark/epan/dfilter
João Valverde 21d2158a0b CMake: Initial work to install headers for the benefit of plugins
To be continued incrementally to fix gaps and omissions.

If we are willing to reorganize the source tree to have one or two header
include folders this could be simplified considerably.

It would also force developers to give more consideration to API issues,
which is a good thing.

See also e7ef19efc0.

Bug: 14062
Change-Id: I0759da2f9793cfb5cf92c9e231457bba43df4353
Reviewed-on: https://code.wireshark.org/review/23548
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
2017-09-17 07:22:16 +00:00
..
.editorconfig Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
CMakeLists.txt CMake: Initial work to install headers for the benefit of plugins 2017-09-17 07:22:16 +00:00
Makefile.am autotools: Initial work to install headers for the benefit of plugins 2017-09-15 10:11:55 +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 epan: Fix misuse of comma operator 2017-09-15 13:16:52 +00:00
dfilter-macro.h dfilter-macro: add cleanup routine. 2017-02-03 02:38:20 +00:00
dfilter.c Rename routines to clarify what they do. 2017-04-12 04:56:49 +00:00
dfilter.h Qt: Add check for field extractors 2016-02-05 05:35:02 +00:00
dfunctions.c Extend display filter len() to support all string and byte field types. 2017-05-29 15:41:17 +00:00
dfunctions.h Clean up ftype-conversion and dfilter error message string handling. 2015-01-18 10:22:59 +00:00
dfvm.c Have fvalue_to_string_repr always return an (wmem) allocated buffer. 2016-05-10 22:49:08 +00:00
dfvm.h Remove some unnecessary includes. 2015-11-07 23:12:50 +00:00
drange.c epan/dfilter/*.c: As needed: Add editor modelines & Fix indentation 2015-02-13 19:04:44 +00:00
drange.h plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
gencode.c Fix checkAPI.pl warnings about printf 2016-07-25 04:26:50 +00:00
gencode.h
grammar.lemon Improve support for single-character fields and filter expressions. 2016-09-19 02:51:13 +00:00
scanner.l Include config.h at the very beginning of all Flex scanners. 2016-12-02 21:02:10 +00:00
semcheck.c dfilter: fix memleak when using value_string values 2017-05-04 18:56:10 +00:00
semcheck.h
sttype-function.c epan/dfilter/*.c: As needed: Add editor modelines & Fix indentation 2015-02-13 19:04:44 +00:00
sttype-function.h Clean up ftype-conversion and dfilter error message string handling. 2015-01-18 10:22:59 +00:00
sttype-integer.c epan/dfilter/*.c: As needed: Add editor modelines & Fix indentation 2015-02-13 19:04:44 +00:00
sttype-pointer.c epan/dfilter/*.c: As needed: Add editor modelines & Fix indentation 2015-02-13 19:04:44 +00:00
sttype-range.c epan/dfilter/*.c: As needed: Add editor modelines & Fix indentation 2015-02-13 19:04:44 +00:00
sttype-range.h
sttype-set.c dfilter: Add membership operator 2015-09-11 06:31:33 +00:00
sttype-set.h plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
sttype-string.c Improve support for single-character fields and filter expressions. 2016-09-19 02:51:13 +00:00
sttype-test.c dfilter: Add membership operator 2015-09-11 06:31:33 +00:00
sttype-test.h dfilter: Add membership operator 2015-09-11 06:31:33 +00:00
syntax-tree.c dfilter: Add membership operator 2015-09-11 06:31:33 +00:00
syntax-tree.h Improve support for single-character fields and filter expressions. 2016-09-19 02:51:13 +00:00