Wireshark-commits: [Wireshark-commits] master-3.0 d5cff10: Distinguish "Interface went down" from "
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 01 Jul 2019 07:13:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5cff10d4e9571bd1364a5ec803ebf9a464f4455
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

d5cff10 by Guy Harris (guy@xxxxxxxxxxxx):

    Distinguish "Interface went down" from "Interface disappeared".
    
    Have separate errors for "the interface went down" on Linux and "the
    interface no longer exists" on *BSD/Darwin/Windows.
    
    Change-Id: I1951c647e88eb7ebeb20a72d9e03a2072168c8e5
    Reviewed-on: https://code.wireshark.org/review/33794
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit f7d2f60384e6764afc7d4a8a4dcf590db48a920a)
    Reviewed-on: https://code.wireshark.org/review/33795
    

Actions performed:

    from  68e4f83   Libpcap may now say "The interface disappeared" if it did.
     add  d5cff10   Distinguish "Interface went down" from "Interface disappeared".


Summary of changes:
 dumpcap.c | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)