aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink-net_dm.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-16packet-netlink-net_dm: try to guess the payload typeLaurent Fasnacht1-6/+30
2023-02-16packet-netlink-net_dm: add support for NET_DM_ATTR_REASONLaurent Fasnacht1-0/+12
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-12Remove obsolete macro HFI_DECLSJoão Valverde1-2/+0
2021-12-11Netlink net_dm: Convert to normal proto tree APIJoão Valverde1-142/+161
2021-12-11Netlink: Change dissector API to use HF indexJoão Valverde1-7/+7
2021-12-10epan: Remove new proto tree APIJoão Valverde1-47/+43
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-4/+4
2021-06-15netlink: don't use -1 to mean "to end of packet".Guy Harris1-1/+1
2021-02-08packet-netlink-net_dm: Fix timestamp handlingAmit Cohen1-2/+6
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