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

Chen Jingpiao chenjingpiao at gmail.com
Sun Mar 11 12:14:53 UTC 2018


Changes in v5:
	* Remove check condition: subsys_id >= NFNL_SUBSYS_COUNT,
	  and remove relate tests.

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

Changes in v3:
	* Use WORDS_BIGENDIAN macro to distinguish big-endian and little-endian

Changes in v2:
	* Update res_id field parser
	* Update the netfilter subsystem check condition 

*** BLURB HERE ***

Chen Jingpiao (4):
  tests: add check for NETLINK_NETFILTER parser
  Move nl_netfilter_msg_types definition from netlink.c to
    netlink_netfilter.c
  nfnetlink: introduce generic netfilter subsystem decoder
  tests: add check for decoding of netfilter subsystem

 defs.h                    |   1 +
 netlink.c                 |   1 -
 netlink_netfilter.c       |  12 +++-
 tests/netlink_netfilter.c | 123 +++++++++++++++++++++++++++++++++++++-
 4 files changed, 132 insertions(+), 5 deletions(-)

-- 
2.16.2.348.g24cec2248.dirty



More information about the Strace-devel mailing list