ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 205505d: Netlink: Add rtnetlink attribute dissecting

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Apr 2018 23:02:12 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=205505d9c82237676dfbae29cc53dd851713e702
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

205505d 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>
    

Actions performed:

    from  643f2eb   RPM: don't give the cmake macro the directory (it has it already).
    adds  205505d   Netlink: Add rtnetlink attribute dissecting


Summary of changes:
 epan/dissectors/packet-netlink-route.c | 419 +++++++++++++++++++++++++++++++--
 1 file changed, 396 insertions(+), 23 deletions(-)