summaryrefslogtreecommitdiff
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-22 15:39:24 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-22 22:39:59 +0000
commite763fca0160d8a97311a421823ea656f46f0af3c (patch)
treec5347965326d9725f14daadb267b3517ce0b345a /dumpcap.c
parent22f05d620f428c0769227f0173876c95fb9aead4 (diff)
downloadwireshark-e763fca0160d8a97311a421823ea656f46f0af3c.tar.gz
Update a comment.
Change-Id: Ice2727d691719a10c7163b9496107ec95fbd2e3b Reviewed-on: https://code.wireshark.org/review/21288 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 4cbee02a8a..0e762cf986 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -3368,9 +3368,10 @@ capture_loop_start(capture_options *capture_opts, gboolean *stats_known, struct
(At least you will if g_strerror() doesn't show a local translation
of the error.)
- On FreeBSD and macOS, if a network adapter disappears while
- you're capturing on it, you'll get a "read: Device not configured"
- error (ENXIO). (See previous parenthetical note.)
+ On FreeBSD, DragonFly BSD, and macOS, if a network adapter
+ disappears while you're capturing on it, you'll get a
+ "read: Device not configured" error (ENXIO). (See previous
+ parenthetical note.)
On OpenBSD, you get "read: I/O error" (EIO) in the same case.