Wireshark-commits: [Wireshark-commits] master 486efae: make interface update libnl1 compatible

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 Aug 2019 20:20:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=486efaedb1d81a482ac76cc6f1b14ca6159cf524
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

486efae by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    make interface update libnl1 compatible
    
    With libnl1 its not possible to get from the message the same notice of
    the interface being added or removed as with libnl3. This code has to be
    reserved for libnl3 only. Make compilation of this code conditionsal.
    
    Bug: 15981
    Change-Id: I2588fd2ba6508a8544bdd4eac46436b4f78ee524
    Reviewed-on: https://code.wireshark.org/review/34242
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7bd3edc   EAP: show reassembled TLS fragments only on the final frame
     add  486efae   make interface update libnl1 compatible


Summary of changes:
 caputils/iface_monitor.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)