aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/sttype-pointer.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22dfilter: Use better assertions for invalid enumsJoão Valverde1-3/+0
2023-09-24Fixup "void *" pointer declaration styleJoão Valverde1-2/+2
2023-09-24Convert epan/dfilter to C99 typesGerald Combs1-5/+5
2022-06-25dfilter: Remove STTYPE_RANGE_NODEJoão Valverde1-24/+0
2022-06-25dfilter: Add layer support for referencesJoão Valverde1-29/+0
2022-06-24dftest: Print ftype of protocol fieldsJoão Valverde1-1/+1
2022-04-26dfilter: Add syntax to match specific layers in the protocol stackJoão Valverde1-0/+1
2022-04-14dfilter: Add max() and min() functionsJoão Valverde1-0/+15
2022-04-10dfilter: Create the syntax node in the scanner and pass thatJoão Valverde1-0/+24
2022-04-05dfilter: Print syntax tree using dftest + format enhancementsJoão Valverde1-1/+1
2022-03-29dfilter: Refactor macro tree referencesJoão Valverde1-0/+12
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-3/+3
2021-11-27dfilter: Better representation for charconstJoão Valverde1-1/+24
2021-11-24Remove stale comment.João Valverde1-5/+0
2021-11-24dfilter: Parse character constants in lexerJoão Valverde1-0/+15
2021-11-14Move regex code to wsutilJoão Valverde1-5/+3
2021-11-14Make PCRE2 a required dependencyJoão Valverde1-2/+2
2021-11-14dfilter: Add support for PCRE2João Valverde1-2/+2
2021-11-11ftypes: Internal headers need to be internalJoão Valverde1-6/+6
2021-10-27Remove some unnecessary casts.João Valverde1-3/+3
2021-10-18dfilter: Add a thin encapsulation layer for REsJoão Valverde1-4/+4
2021-10-11dfilter: Split tostr() into debug and pretty printJoão Valverde1-4/+7
2021-09-30dfilter: Display syntax tree for debuggingJoão Valverde1-3/+35
2021-03-21dfilter, ftypes: get rid of FT_PCRE.Guy Harris1-0/+24
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-28dfilter: fix memory leaks if a dfilter fails to compilePeter Wu1-1/+13
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2015-02-13epan/dfilter/*.c: As needed: Add editor modelines & Fix indentationBill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-19Support multiple relation test without logic and (python-like)Jakub Zawadzki1-0/+2
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke1-1/+1
2006-05-21name changeRonnie Sahlberg1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez1-1/+22
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+28