aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2017-04-03 02:32:03 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-11 11:35:49 +0000
commit5bcd2f681e1507d7a9ddcfc89b5303178f9b7e75 (patch)
tree8a1314efa50d70209879f6019e158f753a229f02 /epan/dissectors/CMakeLists.txt
parent4eed07af89716db99203d4afd9a3c20232a990af (diff)
Initial support for Generic Netlink (genl) dissection
For consistency with other netlink dissectors, the file is named "netlink-generic", but the short protocol name is "genl" for brevity. Ping-Bug: 13561 Change-Id: I6f94454f8366467fd833c3e57364c515aee9e86f Reviewed-on: https://code.wireshark.org/review/20875 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/CMakeLists.txt')
-rw-r--r--epan/dissectors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
index 24167e7314..b9b62ef06b 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -961,6 +961,7 @@ set(DISSECTOR_SRC
packet-netbios.c
packet-netdump.c
packet-netflow.c
+ packet-netlink-generic.c
packet-netlink-netfilter.c
packet-netlink-route.c
packet-netlink-sock_diag.c