aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Include epan header files in VS solution.Michael Mann1-1/+24
2019-02-02CMake: Fix DOCDIR on UnixJoão Valverde1-1/+1
2019-01-28Further improve that error message.Guy Harris1-1/+1
2019-01-28Fix an error message.Guy Harris1-1/+2
2019-01-28dfilter: fix memory leaks on dfilter compile errors involving a setPeter Wu2-5/+13
2019-01-28dfilter: fix memory leaks if a dfilter fails to compilePeter Wu4-2/+27
2019-01-14dfilter: add string() function.Dario Lombardo1-4/+135
2019-01-10dfilter: remove size() function.Dario Lombardo1-58/+3
2019-01-07dfilter: remove legacy comment.Dario Lombardo1-1/+0
2018-12-19Always set *dfp to NULL on an error return from dfilter_compile().Guy Harris1-0/+1
2018-11-24Install development headers on all platformsJoão Valverde1-5/+3
2018-09-10Avoid using -Werror with generated code.João Valverde1-2/+3
2018-09-10Remove the probes.Guy Harris1-28/+0
2018-09-10Maybe we have to treat llvm-gcc specially.Guy Harris1-2/+2
2018-09-10Test with (llvm-)GCC pragmas, as the buildbot builds with llvm-gcc.Guy Harris1-1/+12
2018-09-10Test what kind of compiler we have running on the macOS buildbot.Guy Harris1-6/+14
2018-09-10Try directly using _Pragma if building on/for macOS.Guy Harris1-0/+9
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs1-11/+16
2018-06-18Better name for the routine.Guy Harris1-3/+3
2018-06-17For the contains operator, both sides have to have the same type.Guy Harris1-6/+7
2018-05-14Free g_array_free-related memory leaksPeter Wu1-3/+1
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu1-2/+1
2018-04-25dfilter: fix memleaks with functions and slice operatorPeter Wu3-7/+28
2018-04-25dfilter: fix small leak for filters containing rangesPeter Wu1-7/+1
2018-04-18dfilter: require spaces as set element separatorPeter Wu4-6/+23
2018-04-18dfilter: make spaces around ".." optional in display filterPeter Wu1-2/+9
2018-04-18dfilter: add range support to set membership operator ("f in {x .. y}")Peter Wu8-32/+162
2018-04-18Remove autotools build system.Dario Lombardo1-137/+0
2018-04-17glib: Use g_slist_free_full() in a couple of places.Anders2-6/+4
2018-03-07spdx: more licenses converted.Dario Lombardo2-26/+2
2018-02-21dfilter: use g_malloc0 to prevent uninitialized memory to be used.Dario Lombardo1-2/+1
2018-02-17Don't make separate libXXX_generated libraries.Guy Harris1-20/+4
2018-02-17Use -Werror except for explicitly listed dirty dissectors.Guy Harris1-1/+1
2018-02-16Add DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex scanners.Guy Harris1-8/+8
2018-02-16Treat most Lex-generated and all Lemon-generated files as clean.Guy Harris1-12/+14
2018-02-08epan: use SPDX indentifiers.Dario Lombardo28-364/+28
2017-11-29cmake: match include directories with autotoolsPeter Wu1-0/+2
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-7/+0
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-1/+1
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde1-0/+4
2017-09-17CMake: Initial work to install headers for the benefit of pluginsJoão Valverde1-0/+11
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-1/+1
2017-09-15autotools: Initial work to install headers for the benefit of pluginsJoão Valverde1-4/+11
2017-09-06plugins: config.h must not be included by public headersJoão Valverde2-0/+3
2017-06-01dfilter: fvt_cache use g_hash_table_new_full() API to prevent some memory leaksMax Dmitrichenko1-9/+9
2017-05-29Extend display filter len() to support all string and byte field types.Michael Mann1-5/+55
2017-05-04dfilter: fix memleak when using value_string valuesPeter Wu1-0/+9
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1