summaryrefslogtreecommitdiffstats
path: root/src/expression.c
Commit message (Expand)AuthorAgeFilesLines
* src: Allow passing the parent set to set_expr_alloc()Phil Sutter2017-07-171-2/+10
* src: Pass stateless, numeric, ip2name and handle variables as structure members.Varsha Rao2017-06-181-41/+45
* src: Remove expire information from list stateless ruleset.Varsha Rao2017-06-061-1/+1
* expression: don't trim off unary expression on delinearizationPablo Neira Ayuso2017-05-291-3/+0
* expression: print sets and maps in pretty formatArturo Borrero Gonzalez2017-05-151-1/+57
* sets: Fix for missing space after last elementPhil Sutter2017-03-221-1/+1
* fib: Support existence checkPhil Sutter2017-03-131-0/+4
* src: Always print range expressions numericallyElise Lennion2017-02-051-0/+2
* src: remove SET_F_* flag definitionsPablo Neira Ayuso2017-01-031-2/+2
* expression: Show the base which pre-defined constants are displayedElise Lennion2016-12-201-1/+5
* datatype: Display pre-defined inet_service values in host byte orderElise Lennion2016-12-101-1/+2
* src: add flow statementPatrick McHardy2016-05-131-3/+13
* expression: provide clone operation for set element opsFlorian Westphal2015-10-061-0/+10
* setelem: add support for attaching comments to set elementsPatrick McHardy2015-04-121-0/+3
* setelem: add timeout support for set elementsPatrick McHardy2015-04-121-0/+8
* expr: add set_elem_expr as container for set element attributesPatrick McHardy2015-04-121-0/+31
* expr: fix crash when listing non-verdict mappingsPatrick McHardy2015-01-121-0/+6
* expr: make range_low()/range_high() usable outside of segtreePatrick McHardy2014-09-241-0/+38
* expr: do not suppress OP_EQ when RHS is bitmask typeFlorian Westphal2014-04-041-2/+10
* expr: add comparison function for singleton expressionsPatrick McHardy2014-03-071-0/+32
* expr: make expr_binary_error() usable outside of evaluationPatrick McHardy2014-03-071-2/+2
* netlink_delinarize: convert *all* bitmask values into individual bit valuesPatrick McHardy2014-02-171-2/+56
* binop: take care of operator precedence when printing binop argumentsPatrick McHardy2014-02-171-2/+28
* src: use ':' instead of '=>' in dictionariesPablo Neira Ayuso2014-01-161-1/+1
* expression: fix output of verdict mapsPablo Neira2014-01-161-1/+5
* expr: relational: don't surpress '==' for LHS binops in outputPatrick McHardy2014-01-151-2/+4
* expression: fix indentEric Leblond2013-11-191-1/+1
* expr: fix concat expression type propagationPatrick McHardy2013-04-181-1/+7
* expression: fix constant expression splicingPatrick McHardy2012-12-091-1/+3
* expression: Differentiate expr among anonymous structures in struct exprTomasz Bursztyka2012-08-031-10/+10
* add support for new set API and standalone setsPatrick McHardy2009-07-281-5/+37
* expressions: kill seperate sym_type datatype for symbolsPatrick McHardy2009-04-011-1/+0
* datatype: add/move size and byte order information into data typesPatrick McHardy2009-03-311-1/+1
* datatype: maintain table of all datatypes and add registration/lookup functionPatrick McHardy2009-03-311-2/+3
* expr: add support for cloning expressionsPatrick McHardy2009-03-201-0/+93
* Add support for user-defined symbolic constantsPatrick McHardy2009-03-201-1/+1
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+622