aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink.h
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-08-06 16:08:09 +0200
committerPeter Wu <peter@lekensteyn.nl>2016-08-07 09:09:51 +0000
commit2a80b407ea44741988220931ca1feca46c841522 (patch)
treee497f3851265b602f33480b7908eab0b5488043e /epan/dissectors/packet-netlink.h
parent600eca15fe967fc46987e5260b32122608b67fb1 (diff)
netlink-route: decode more items (sync with Linux 4.7)
Based on inspection of the Linux 4.7 source code. Replaced tabs by spaces in enums and value_strings for consistency. Change-Id: I78b5de53b53dc3f2a7c807a72d8d94880f6406d5 Reviewed-on: https://code.wireshark.org/review/16931 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-netlink.h')
-rw-r--r--epan/dissectors/packet-netlink.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/epan/dissectors/packet-netlink.h b/epan/dissectors/packet-netlink.h
index a566ae75f7..2e4dec04b1 100644
--- a/epan/dissectors/packet-netlink.h
+++ b/epan/dissectors/packet-netlink.h
@@ -80,23 +80,6 @@ enum {
WS_NLMSG_MIN_TYPE = 0x10 /** type < WS_NLMSG_MIN_TYPE are reserved */
};
-enum {
- NETLINK_RTM_BASE = 16,
-
- NETLINK_RTM_NEWLINK = 16,
- NETLINK_RTM_DELLINK,
- NETLINK_RTM_GETLINK,
- NETLINK_RTM_SETLINK,
-
- NETLINK_RTM_NEWADDR = 20,
- NETLINK_RTM_DELADDR,
- NETLINK_RTM_GETADDR,
-
- NETLINK_RTM_NEWROUTE = 24,
- NETLINK_RTM_DELROUTE,
- NETLINK_RTM_GETROUTE
-};
-
#define PACKET_NETLINK_MAGIC 0x4A5ACCCE
struct packet_netlink_data {