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
This commit is contained in:
Guy Harris 2003-01-01 03:51:02 +00:00
parent 99db336999
commit 06803d2919
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
* $Id: capture.c,v 1.201 2002/12/31 21:12:55 guy Exp $
* $Id: capture.c,v 1.202 2003/01/01 03:51:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -1487,8 +1487,8 @@ capture(gboolean *stats_known, struct pcap_stat *stats)
"The capture session could not be initiated (%s).\n"
"Please check that you have the proper interface specified.\n"
"\n"
"Note that the driver Ethereal 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 Ethereal 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

View File

@ -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