URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa8fcb30a5264867e7a0f61c1b41ce8693e091c0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
aa8fcb3 by Matthieu Coudron (mattator@xxxxxxxxx):
Improved dissection of some netlink attributes
Added missing strings to netlink_route_ifla_attr_vals
Improved dissection of netlink.hdr_flags
Replaced deprecated use of tvb_length_remaining
Change-Id: Ie16f7e602e1fb69a0a88a4d0657ec2d6da3c0d83
Reviewed-on: https://code.wireshark.org/review/8916
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from e43ff89 recent.c: accept an UTF-8 string in read_set_recent_pair_dynamic() function
adds aa8fcb3 Improved dissection of some netlink attributes
Summary of changes:
epan/dissectors/packet-netlink-route.c | 45 ++++++++---
epan/dissectors/packet-netlink.c | 134 ++++++++++++++++++++++++++++----
epan/dissectors/packet-netlink.h | 40 +++++++++-
3 files changed, 191 insertions(+), 28 deletions(-)