summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2015-03-23 23:36:35 +0000
committerPatrick McHardy <kaber@trash.net>2015-03-23 23:36:35 +0000
commitdef2cca8e713d2dcbed3b2b3fa44d4e56d193674 (patch)
tree709c23dbcdf51155edb1cfa62e047e96e666abb6 /tests
parenta4e3c42048e8d6ca0635b498c6b8ae6db9e16b1b (diff)
set_elem: convert flag value to inclusive-OR binops during delinearize
When a set contains combined flag values, they are displayed as numeric value since they don't match any of the single flag values: tcp flags { 18, psh, syn} Convert to a series of inclusive-OR binops of the single flag values for improved readability: tcp flags { syn | ack, psh, syn} Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions