[PATCH v4 0/4] netlink: introduce NETLINK_NETFILTER parser

Chen Jingpiao chenjingpiao at gmail.com
Thu Mar 8 14:53: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

Changes in v4:
	* Update res_id field parser
	* xlat/netfilter_versions.in: add fallback definition

*** BLURB HERE ***

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        |  98 ++++++++++++++++++++++++++
 tests/netlink_netfilter.c  | 136 ++++++++++++++++++++++++++++++++++++-
 xlat/netfilter_versions.in |   2 +
 6 files changed, 239 insertions(+), 2 deletions(-)
 create mode 100644 netlink_netfilter.c
 create mode 100644 xlat/netfilter_versions.in

-- 
2.16.2.348.g24cec2248.dirty



More information about the Strace-devel mailing list