aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/sttype-string.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-09dfilter: Add back unparsed syntax typeJoão Valverde1-0/+9
2023-10-22dfilter: Use better assertions for invalid enumsJoão Valverde1-2/+0
2023-09-24Fixup "void *" pointer declaration styleJoão Valverde1-2/+2
2023-09-24Convert epan/dfilter to C99 typesGerald Combs1-7/+7
2022-07-02dfilter: Remove unparsed syntax type and RHS literal biasJoão Valverde1-10/+0
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-3/+24
2022-03-05dfilter: Add RHS bias for literal valuesJoão Valverde1-0/+10
2022-03-05dfilter: Rename "unparsed" to "literal"João Valverde1-4/+4
2021-11-24dfilter: Parse character constants in lexerJoão Valverde1-10/+0
2021-11-23dfilter: Fix invalid character constant error messageJoão Valverde1-0/+10
2021-11-10dfilter: Change string node display representation againJoão Valverde1-10/+2
2021-11-10dfilter: Clean up error format and exception codeJoão Valverde1-8/+2
2021-11-06dfilter: Improve some error messagesJoão Valverde1-1/+7
2021-10-31dfilter: Remove redundant STTYPE_CHARCONST syntax nodeJoão Valverde1-10/+0
2021-10-28dfilter: Need to check validity of LHS of "matches" expressionJoão Valverde1-1/+3
2021-10-27Remove some unnecessary casts.João Valverde1-2/+2
2021-10-11dfilter: Split tostr() into debug and pretty printJoão Valverde1-1/+1
2021-09-30dfilter: Display syntax tree for debuggingJoão Valverde1-3/+12
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-0/+9
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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-19Support multiple relation test without logic and (python-like)Jakub Zawadzki1-0/+8
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
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-1/+9
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/+29