Wireshark-commits: [Wireshark-commits] master 96965c6: netlink: changes to match Linux kernel v5.4

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 29 Dec 2019 02:07:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=96965c6b4afa8f58c39f0a226ab907511ec6f686
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

96965c6 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    netlink: changes to match Linux kernel v5.4 netlink interface
    
    Changes consist of:
    - Addition of new enum values
    - Header file references now point to kernel sources
    - Dissection of few more fields
    - Fixes to some dissections
    
    Change-Id: I4cda045153ab0971b0b09ce59a7363238fe627ee
    Reviewed-on: https://code.wireshark.org/review/35571
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  fe9ee2c   netlink: update 802.11 related netlink messages Linux kernel v5.4
     add  96965c6   netlink: changes to match Linux kernel v5.4 netlink interface


Summary of changes:
 epan/dissectors/packet-netlink-net_dm.c    |   4 +-
 epan/dissectors/packet-netlink-netfilter.c |  39 ++++++--
 epan/dissectors/packet-netlink-route.c     | 144 ++++++++++++++++++++++++-----
 epan/dissectors/packet-netlink-sock_diag.c |  37 +++++---
 epan/dissectors/packet-netlink.c           |   3 +-
 epan/dissectors/packet-netlink.h           |  18 +++-
 6 files changed, 192 insertions(+), 53 deletions(-)