summaryrefslogtreecommitdiffstats
path: root/tests/py/any/counter.t.payload
Commit message (Collapse)AuthorAgeFilesLines
* parser: fix scope closure of COUNTER tokenFlorian Westphal2021-03-251-0/+15
It is closed after allocation, which is too early: this stopped 'packets' and 'bytes' from getting parsed correctly. Also add a test case for this. Signed-off-by: Florian Westphal <fw@strlen.de>