aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink-net_dm.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-28If possible use proto_tree_add_item(), not proto_tree_add_bytes_item().Guy Harris1-1/+1
2020-03-02net_dm: implement support for flow action cookieJiri Pirko1-0/+10
2020-01-14netlink: add and improve code commentsJaap Keuter1-0/+1
2020-01-12netlink: use value retrieval with proper encodingJaap Keuter1-16/+14
2020-01-11Implement all mapping macros for the new proto tree APIJaap Keuter1-1/+1
2020-01-08Netlink: remove encoding copies and, by extension, nl_data copiesJaap Keuter1-27/+21
2020-01-08Netlink: stop hiding packet_netlink_data pointerJaap Keuter1-13/+13
2019-12-29netlink: changes to match Linux kernel v5.4 netlink interfaceJaap Keuter1-2/+2
2019-09-01net_dm: Add dissector for drop monitor netlink packetsIdo Schimmel1-0/+501