diff options
author | Gerald Combs <gerald@wireshark.org> | 2000-10-08 17:16:29 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2000-10-08 17:16:29 +0000 |
commit | e61373a7c1431340193651f255d9c96354bfccb7 (patch) | |
tree | 02fca3fddda3b6d6f7d22a82770ce147c161c2a1 /capture.c | |
parent | f9daf4932df386800e826ed3e50215838650e0c3 (diff) | |
download | wireshark-e61373a7c1431340193651f255d9c96354bfccb7.tar.gz wireshark-e61373a7c1431340193651f255d9c96354bfccb7.tar.bz2 wireshark-e61373a7c1431340193651f255d9c96354bfccb7.zip |
Change addresses from ethereal.zing.org to www.ethereal.com.
svn path=/trunk/; revision=2481
Diffstat (limited to 'capture.c')
-rw-r--r-- | capture.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* capture.c * Routines for packet capture windows * - * $Id: capture.c,v 1.127 2000/09/21 04:41:06 gram Exp $ + * $Id: capture.c,v 1.128 2000/10/08 17:16:29 gerald Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -1132,7 +1132,7 @@ capture(void) "Ethereal may not be able to capture packets.\n" "\n" "To fix this, you will need to download the source to Ethereal\n" - "from ethereal.zing.org if you have not already done so, read\n" + "from www.ethereal.com if you have not already done so, read\n" "the instructions in the \"README.hpux\" file in the source\n" "distribution, download the source to libpcap if you have not\n" "already done so, patch libpcap as per the instructions, rebuild\n" |