aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-07-01 02:22:28 +0000
committerGuy Harris <guy@alum.mit.edu>2006-07-01 02:22:28 +0000
commit6b61f890fe28a27fe808c5099f9a02367e2ff81d (patch)
tree8a196c5ca2bac6866e5af4b03e34e730c68dd0e6 /capture_loop.c
parentfa10d33734884b26a57a23e6647585d36fbf3dbf (diff)
Explicitly note that a "Please report this to the Wireshark developers"
is *NOT* a crash; if Wireshark had crashed, it couldn't have put up that dialog. (Yes, at least one bug report calls it a crash; see Ethereal bug 1006 at http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=1006.) svn path=/trunk/; revision=18628
Diffstat (limited to 'capture_loop.c')
-rw-r--r--capture_loop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/capture_loop.c b/capture_loop.c
index d4fb0d3c82..0d62461e67 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -91,7 +91,8 @@
* Standard secondary message for unexpected errors.
*/
static const char please_report[] =
- "Please report this to the Wireshark developers";
+ "Please report this to the Wireshark developers. (This is not a crash;\n"
+ "please do not report it as such.)";
/*
* This needs to be static, so that the SIGUSR1 handler can clear the "go"