Wireshark-commits: [Wireshark-commits] master 8a4ce74: Libpcap may now say "The interface disappear
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a4ce74ac9a3be8c752c1b405349d6083f76e657
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8a4ce74 by Guy Harris (guy@xxxxxxxxxxxx):
Libpcap may now say "The interface disappeared" if it did.
A recent change to libpcap means that the error message if an interface
disappears (e.g., removing a hot-pluggable device, or shutting down a
PPP connection that was dynamically set up) is "The interface
disappeared" rather than "The interface went down" - on FreeBSD,
DragonFly BSD, OpenBSD, and Darwin-based OSes, capturing continues with
no error if the interface is configured down, but either ENXIO or EIO
(depending on the OS) is delivered if the interface disappears.
Treat that error as another one to show the user without the "report
this to the Wireshark developers" note.
Change-Id: I477d87957ce30a52385f07f4b47a7824e3fca2c7
Reviewed-on: https://code.wireshark.org/review/33790
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 9307994 macos-setup.sh: Allow support for QT_VERSION=5.13.0
add 8a4ce74 Libpcap may now say "The interface disappeared" if it did.
Summary of changes:
dumpcap.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)