aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink-generic.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-01-14netlink: add and improve code commentsJaap Keuter1-0/+1
2020-01-08Netlink: remove encoding copies and, by extension, nl_data copiesJaap Keuter1-19/+11
2020-01-08Netlink: stop hiding packet_netlink_data pointerJaap Keuter1-19/+19
2019-08-30genl: Always call subdissectorIdo Schimmel1-9/+10
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-06-04When using the NEW_PROTO_TREE_API, the proto_tree_add... functions areJoerg Mayer1-9/+10
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-17genl: make subdissectors responsible for headerPeter Wu1-18/+40
2017-04-11Initial support for Generic Netlink (genl) dissectionPeter Wu1-0/+546