aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netlink-route.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2023-03-08 18:04:26 +0100
committerJaap Keuter <jaap.keuter@xs4all.nl>2023-03-08 18:04:26 +0100
commit4c7d2a771fa9e08d75a6944bdedf266fa66c0bf8 (patch)
tree1eab1d9df85ce317a320ea42574b8ac573669a08 /epan/dissectors/packet-netlink-route.c
parent0e63c25f6694ea45baaaea96c9b6fd4be50be492 (diff)
netlink: Add netlinkrt handling of RTM_SETLINK
References #18697
Diffstat (limited to 'epan/dissectors/packet-netlink-route.c')
-rw-r--r--epan/dissectors/packet-netlink-route.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-netlink-route.c b/epan/dissectors/packet-netlink-route.c
index da25b9f963..2d941d2b22 100644
--- a/epan/dissectors/packet-netlink-route.c
+++ b/epan/dissectors/packet-netlink-route.c
@@ -1260,6 +1260,7 @@ dissect_netlink_route(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void
case WS_RTM_NEWLINK:
case WS_RTM_DELLINK:
case WS_RTM_GETLINK:
+ case WS_RTM_SETLINK:
/*
* Backward compatibility with legacy tools; 16 is
* sizeof(struct ifinfomsg).