diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-04-22 15:39:24 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-04-22 22:39:59 +0000 |
commit | e763fca0160d8a97311a421823ea656f46f0af3c (patch) | |
tree | c5347965326d9725f14daadb267b3517ce0b345a /dumpcap.c | |
parent | 22f05d620f428c0769227f0173876c95fb9aead4 (diff) | |
download | wireshark-e763fca0160d8a97311a421823ea656f46f0af3c.tar.gz wireshark-e763fca0160d8a97311a421823ea656f46f0af3c.tar.bz2 wireshark-e763fca0160d8a97311a421823ea656f46f0af3c.zip |
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.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |