summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
Commit message (Expand)AuthorAgeFilesLines
* parser: use size_t type for strlen() resultsThomas Haller2023-11-151-1/+1
* src: remove xfree() and use plain free()Thomas Haller2023-11-091-1/+1
* src: add free_const() and use it instead of xfree()Thomas Haller2023-11-091-2/+2
* icmpv6: Allow matching target address in NS/NA, redirect and MLDNicolas Cavallari2023-10-061-0/+2
* scanner: restrict include directive to regular filesFlorian Westphal2023-09-291-3/+66
* src: add <nft.h> header and include it as firstThomas Haller2023-08-251-0/+2
* exthdr: add boolean DCCP option matchingJeremy Sowden2023-06-011-0/+3
* src: add last statementPablo Neira Ayuso2023-02-281-1/+8
* src: use start condition with new destroy commandPablo Neira Ayuso2023-02-211-1/+3
* src: add support to command "destroy"Fernando F. Mancera2023-02-061-0/+1
* Implement 'reset rule' and 'reset rules' commandsPhil Sutter2023-01-181-0/+1
* src: add gretap supportPablo Neira Ayuso2023-01-021-0/+1
* src: add geneve matching supportPablo Neira Ayuso2023-01-021-0/+2
* src: add gre supportPablo Neira Ayuso2023-01-021-2/+5
* src: add vxlan matching supportPablo Neira Ayuso2023-01-021-0/+3
* scanner: treat invalid octal strings as stringsJeremy Sowden2022-12-221-3/+15
* xt: Rewrite unsupported compat expression dumpingPhil Sutter2022-12-131-0/+3
* scanner: match full comment line in case of tiePablo Neira Ayuso2022-12-121-1/+1
* scanner: munch full comment linesPablo Neira Ayuso2022-12-071-0/+4
* scanner: allow prefix in ip6 scopeFlorian Westphal2022-07-071-1/+1
* scanner: don't pop active flex scanner scopeFlorian Westphal2022-06-271-0/+11
* Revert "scanner: flags: move to own scope"Florian Westphal2022-06-101-11/+7
* scanner: Fix for ipportmap nat statementsPhil Sutter2022-03-021-1/+1
* scanner: dup, fwd, tproxy: Move to own scopesPhil Sutter2022-03-011-4/+7
* scanner: meta: Move to own scopePhil Sutter2022-03-011-3/+4
* scanner: at: Move to own scopePhil Sutter2022-03-011-3/+6
* scanner: nat: Move to own scopePhil Sutter2022-03-011-9/+12
* scanner: policy: move to own scopePhil Sutter2022-03-011-3/+6
* scanner: flags: move to own scopePhil Sutter2022-03-011-6/+10
* scanner: reject: Move to own scopePhil Sutter2022-03-011-3/+6
* scanner: import, export: Move to own scopesPhil Sutter2022-03-011-5/+9
* scanner: reset: move to own ScopePhil Sutter2022-03-011-3/+6
* scanner: monitor: Move to own ScopePhil Sutter2022-03-011-6/+11
* scanner: rt: Extend scope over rt0, rt2 and srhPhil Sutter2022-03-011-6/+6
* scanner: type: Move to own scopePhil Sutter2022-03-011-4/+11
* scanner: dst, frag, hbh, mh: Move to own scopesPhil Sutter2022-03-011-11/+25
* scanner: ah, esp: Move to own scopesPhil Sutter2022-03-011-4/+8
* scanner: osf: Move to own scopePhil Sutter2022-03-011-4/+9
* scanner: dccp, th: Move to own scopesPhil Sutter2022-03-011-4/+10
* scanner: udp{,lite}: Move to own scopePhil Sutter2022-03-011-2/+7
* scanner: comp: Move to own scope.Phil Sutter2022-03-011-2/+5
* scanner: synproxy: Move to own scopePhil Sutter2022-03-011-7/+13
* scanner: tcp: Move to own scopePhil Sutter2022-03-011-25/+35
* scanner: igmp: Move to own scopePhil Sutter2022-03-011-3/+7
* scanner: icmp{,v6}: Move to own scopePhil Sutter2022-03-011-8/+11
* scanner: rt: Move seg-left keyword into scopePhil Sutter2022-02-201-1/+1
* scanner: Some time units are only used in limit scopePhil Sutter2022-02-201-3/+5
* scanner: Move 'maps' keyword into list cmd scopePhil Sutter2022-02-201-1/+1
* src: error reporting with -f and read from stdinPablo Neira Ayuso2022-01-151-1/+1
* mptcp: add subtype matchingFlorian Westphal2021-12-011-0/+1