[PATCH v3 0/4] netlink: introduce NETLINK_NETFILTER parser
Chen Jingpiao
chenjingpiao at gmail.com
Wed Mar 7 04:34:43 UTC 2018
Changes in v2:
* Update res_id field parser
* Update the netfilter subsystem check condition
Changes in v3:
* Use WORDS_BIGENDIAN macro to distinguish big-endian and little-endian
Chen Jingpiao (4):
netlink: introduce NETLINK_NETFILTER parser
tests: add check for NETLINK_NETFILTER parser
nfnetlink: introduce generic netfilter subsystem decoder
tests: add check for decoding of netfilter subsystem
Makefile.am | 1 +
defs.h | 1 +
netlink.c | 3 +
netlink_netfilter.c | 105 ++++++++++++++++++++++++
tests/netlink_netfilter.c | 163 ++++++++++++++++++++++++++++++++++++-
xlat/netfilter_versions.in | 2 +
6 files changed, 273 insertions(+), 2 deletions(-)
create mode 100644 netlink_netfilter.c
create mode 100644 xlat/netfilter_versions.in
--
2.16.2.347.gba1b3b449.dirty
More information about the Strace-devel
mailing list