aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2021-09-18dfilter: Allow bytestrings that are also protocol names on RHSJohn Thacker1-6/+40
2021-06-19Replace g_assert() with ws_assert()João Valverde12-78/+94
2021-06-16Replace g_log() calls with ws_log()João Valverde1-1/+3
2021-06-05dfilter: Disallow embedded NUL bytes in regular stringsJoão Valverde1-0/+12
2021-06-05dfilter: Add support for raw stringsJoão Valverde4-13/+47
2021-05-28dfilter: Fix handling of escaped quotes in macrosJoão Valverde1-2/+3
2021-05-24Add ws_debug() and use itJoão Valverde3-41/+35
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+3
2021-03-21dfilter, ftypes: get rid of FT_PCRE.Guy Harris7-73/+251
2021-03-21dfilter: clean up indentation.Guy Harris2-3/+3
2021-03-05Replace g_assert() with g_assert_true() for testingJoão Valverde1-4/+4
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+0
2021-02-18CMake: Use target_include_directores more.Gerald Combs1-7/+8
2021-01-20Cast __LINE__ to unsigned int and print it with %u.Guy Harris1-1/+1
2021-01-20Move some variables inside the block where they're used.Guy Harris1-1/+5
2021-01-20Don't dereference a known-to-be-null pointer.Guy Harris1-0/+1
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-0/+4
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+1
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris16-17/+17
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