aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-01 03:51:02 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-01 03:51:02 +0000
commit06803d2919208daab948aa7cb0b0f512878d962a (patch)
tree041f564a7b5fc6375c3fad17b756f5cd638ad4df /tethereal.c
parent99db33699965cf53ccf4c516de908da175c210c3 (diff)
downloadwireshark-06803d2919208daab948aa7cb0b0f512878d962a.tar.gz
wireshark-06803d2919208daab948aa7cb0b0f512878d962a.tar.bz2
wireshark-06803d2919208daab948aa7cb0b0f512878d962a.zip
Re-word-wrap the "you can't capture on PPP/WAN interfaces on NT"
message, to make the margins more even and to bring the second line under 80 characters. (It's amazing how long Herman Hollerith's legacy has lasted....) svn path=/trunk/; revision=6835
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tethereal.c b/tethereal.c
index 0c81b2b56e..4be098132f 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.175 2002/12/31 22:42:45 guy Exp $
+ * $Id: tethereal.c,v 1.176 2003/01/01 03:51:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1020,8 +1020,8 @@ capture(int out_file_type)
"The capture session could not be initiated (%s).\n"
"Please check that you have the proper interface specified.\n"
"\n"
- "Note that the driver Tethereal uses for packet capture on Windows\n"
- "doesn't support capturing on PPP/WAN interfaces in Windows NT/2000/XP/.NET Server.\n",
+ "Note that the driver Tethereal uses for packet capture on Windows doesn't\n"
+ "support capturing on PPP/WAN interfaces in Windows NT/2000/XP/.NET Server.\n",
open_err_str);
goto error;
#else