summaryrefslogtreecommitdiff
path: root/nlattr.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2020-04-031-1/+1
* Fix preprocessor indentationDmitry V. Levin2020-04-031-1/+1
* nlattr: implement generic hardware address nlattr decoderEugene Syromyatnikov2020-03-201-0/+30
* Add xlat description structureEugene Syromyatnikov2019-07-241-2/+0
* Fix preprocessor indentationDmitry V. Levin2018-12-301-3/+3
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* nlattr: provide common AF_INET{,6} address decodersEugene Syromyatnikov2018-09-011-0/+2
* Update copyright headersDmitry V. Levin2018-06-141-1/+1
* rtnl_link: add basic IFLA_INFO_* handlingEugene Syromyatnikov2018-06-061-0/+10
* nlattr: add size check to decode_nla_xval and decode_nla_flagsEugene Syromyatnikov2018-06-061-0/+1
* nlattr: add UID/GID netlink attribute decodersEugene Syromyatnikov2018-06-061-0/+2
* nlattr: add unsigned int decoders that print in hex formEugene Syromyatnikov2018-06-061-0/+4
* nlattr: add ethernet protocol decoderEugene Syromyatnikov2018-06-061-0/+1
* nlattr: add value processing support for xlat/flags nlattr decodersEugene Syromyatnikov2018-06-061-0/+3
* nlattr: introduce decode_nla_flagsEugene Syromyatnikov2018-06-061-0/+1
* nlattr: add ability to pass nla_type to decoder in decode_nlattrEugene Syromyatnikov2018-06-061-1/+7
* rtnl_rule: decode new FRA_* attributesEugene Syromyatnikov2018-05-301-0/+2
* nlattr: introduce decode_nla_xval helperEugene Syromyatnikov2018-05-301-0/+11
* netlink: print descriptor attributes using printfdDmitry V. Levin2017-11-151-0/+1
* rtnl_tc: decode tcmsg netlink attributesJingPiao Chen2017-09-071-0/+1
* rtnl_route: enhance RTA_TABLE decodingDmitry V. Levin2017-08-291-0/+1
* rtnl_neigh: decode ndmsg netlink attributesJingPiao Chen2017-08-291-0/+1
* rtnl_rule: decode fib_rule_hdr netlink attributesJingPiao Chen2017-08-291-0/+1
* rtnl_route: decode rtmsg netlink attributesJingPiao Chen2017-08-261-0/+1
* Add terminating comment after each DECL_* macro definitionEugene Syromyatnikov2017-07-251-1/+3
* Move family-specific NETLINK_SOCK_DIAG parsers to separate filesDmitry V. Levin2017-07-191-0/+1
* Adjust prototypes of netlink parsing functionsDmitry V. Levin2017-07-191-3/+3
* netlink: introduce nla_decoder_t to parse netlink attributes dataJingPiao Chen2017-06-301-2/+25
* netlink: introduce a basic netlink attributes parserJingPiao Chen2017-06-211-0/+37