Wireshark-commits: [Wireshark-commits] master 2a80b40: netlink-route: decode more items (sync with

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 7 Aug 2016 09:10:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a80b407ea44741988220931ca1feca46c841522
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2a80b40 by Peter Wu (peter@xxxxxxxxxxxxx):

    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@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  600eca1   Allow up to 64-bit values to use BASE_RANGE_STRING.
    adds  2a80b40   netlink-route: decode more items (sync with Linux 4.7)


Summary of changes:
 epan/dissectors/packet-netlink-route.c |  349 ++++++++++++++++++++------------
 epan/dissectors/packet-netlink.h       |   17 --
 2 files changed, 219 insertions(+), 147 deletions(-)