]> git.ipfire.org Git - thirdparty/nftables.git/commit
proto: add protocol header fields filter and ordering for packet decoding
authorPatrick McHardy <kaber@trash.net>
Sat, 26 Mar 2016 10:04:48 +0000 (10:04 +0000)
committerPatrick McHardy <kaber@trash.net>
Sun, 24 Apr 2016 21:15:10 +0000 (22:15 +0100)
commit7f9cd6f5841132109aa1d514a0624eeb89747011
tree02e43a46e09da3a6add0d5fce8c09c405df9a9cf
parent1f229e4f83a651029e7cdc13e24a2827a6af25d2
proto: add protocol header fields filter and ordering for packet decoding

The next patch introduces packet decoding for tracing messages based on
the proto definitions. In order to provide a readable output, add a filter
to surpress uninteresting header fields and allow to specify and explicit
output order.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/proto.h
src/proto.c