URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0add542dbfc6d0467d14ebb2abbde0ebd1427ce1
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

0add542 by Peter Wu (pe...@lekensteyn.nl):

    netlink: add helper for dissecting an array of attributes
    
    From https://wiki.linuxfoundation.org/networking/generic_netlink_howto
    "Arrays can be represented by using a single nested attribute as a
    container with several of the same attribute type inside each
    representing a spot in the array."
    
    This patch adds a helper function to dissect such a type (it will be
    used by Generic Netlink for CTRL_ATTR_OPS and CTRL_ATTR_MCAST_GROUPS).
    
    Change-Id: I60537712f7fb0f9d4fb8850c6c8eef590635f49f
    Reviewed-on: https://code.wireshark.org/review/20903
    Petri-Dish: Jaap Keuter <jaap.keu...@xs4all.nl>
    Tested-by: Petri Dish Buildbot <buildbot-no-re...@wireshark.org>
    Reviewed-by: Michael Mann <mman...@netscape.net>
    

Actions performed:

    from  802479d   Update symbol lists.
    adds  0add542   netlink: add helper for dissecting an array of attributes


Summary of changes:
 epan/dissectors/packet-netlink.c |   78 +++++++++++++++++++++++++++-----------
 epan/dissectors/packet-netlink.h |    8 ++++
 2 files changed, 63 insertions(+), 23 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to