aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2017-03-22 00:32:14 +0100
committerAnders Broman <a.broman58@gmail.com>2017-03-22 09:51:23 +0000
commit9477e47f794e5ce70db9c66ddc0c85b2a145e61a (patch)
treedf8b14c31d36b666535ab9e0348be0b3314ea72d /epan/dissectors/packet-netlink.h
parentaf79cf1700fc4acc8933a409d8a5cc56327d448c (diff)
Netlink: update some values used in netlink
Change-Id: Id12caf9d40b0f53880ea4cc9200c340086e0b39b Reviewed-on: https://code.wireshark.org/review/20661 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-netlink.h')
-rw-r--r--epan/dissectors/packet-netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-netlink.h b/epan/dissectors/packet-netlink.h
index 1e9601f527..ce0a8259a5 100644
--- a/epan/dissectors/packet-netlink.h
+++ b/epan/dissectors/packet-netlink.h
@@ -62,7 +62,7 @@ enum {
/* Modifiers to Get request */
WS_NLM_F_ROOT = 0x100, /* specify tree root */
WS_NLM_F_MATCH = 0x200, /* return all matching */
- WS_NLM_F_ATOMIC = 0x400, /* = (NETLINK_MSG_F_ROOT | NETLINK_MSG_F_MATCH) */
+ WS_NLM_F_ATOMIC = 0x400, /* return an atomic snapshot of the table */
/* Modifiers to NEW request */
WS_NLM_F_REPLACE = 0x100, /* Override existing */