summaryrefslogtreecommitdiff
path: root/capture_sync.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-11 20:29:11 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-11 20:29:11 +0000
commit15b539fcbc7c2afe4a9349d13ebcd0c09a05c3f2 (patch)
treeb888930afc557172b9b18a39f1b4ef7818104a14 /capture_sync.c
parentd06d2fde9020603249f53ffaa1f9f43c182ec124 (diff)
downloadwireshark-15b539fcbc7c2afe4a9349d13ebcd0c09a05c3f2.tar.gz
Replace a question in a comment with a better explanation (that answers the question).
svn path=/trunk/; revision=52550
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 12429301f4..252e5e99c2 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -1759,9 +1759,8 @@ sync_pipe_input_cb(gint source, gpointer user_data)
/* The child has sent us a filename which we couldn't open.
- This could mean that the child is creating files faster
- than we can handle it. (XXX - why would that result in
- a failure to open the file?)
+ This could mean that the child is creating and deleting files
+ (ring buffer mode) faster than we can handle it.
That should only be the case for very fast file switches;
We can't do much more than telling the child to stop.