[PATCH v2 0/5] netlink: introduce NETLINK_NETFILTER parser

Chen Jingpiao chenjingpiao at gmail.com
Mon Mar 5 13:50:40 UTC 2018


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

*** BLURB HERE ***

Chen Jingpiao (5):
  util: introduce little_endian
  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                     |   3 +
 netlink.c                  |   3 +
 netlink_netfilter.c        | 102 +++++++++++++++++++++++
 tests/netlink_netfilter.c  | 164 ++++++++++++++++++++++++++++++++++++-
 util.c                     |  12 ++-
 xlat/netfilter_versions.in |   2 +
 7 files changed, 281 insertions(+), 6 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