Comment # 1
on bug 12847
from Martin Kacer
Currently it was designed in this way. There is the exact match function in the
code. So it is required to include all parent fields in -j filter which should
be included in the output.
Previously during development there was the substring comparison function which
worked in similar way as the proposed behavior. But the exact match function
seems to be better to reduce the size of the output. The filtered nodes (e.g.
<field name="filtered" value="radiotap.flags" />) can be added into -j filter
(by adding radiotap.flags).
But suggestions are welcomed.
You are receiving this mail because:
- You are watching all bug changes.