URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8277d6464dffcfeaafe1bd7d62ba7916ff845b2
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
d8277d6 by Filip Sohajek (filip.sohajek@xxxxxxxxx):
    Netlink: Add rtnetlink attribute dissecting
    
    This patch adds dissecting of several attributes in RTM_NEWLINK and
    RTM_NEWADDR.
    
    Change-Id: Iab476e7439a9bcbc25e70cded67bc371788baec4
    Reviewed-on: https://code.wireshark.org/review/26830
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 205505d9c82237676dfbae29cc53dd851713e702)
    Reviewed-on: https://code.wireshark.org/review/26934
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    
Actions performed:
    from  405174c   Fix the length of the payload of a private_1 or audio PES packet.
    adds  d8277d6   Netlink: Add rtnetlink attribute dissecting
Summary of changes:
 epan/dissectors/packet-netlink-route.c | 419 +++++++++++++++++++++++++++++++--
 1 file changed, 396 insertions(+), 23 deletions(-)