diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-06-03 09:55:28 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-06-03 09:55:28 +0000 |
commit | e6dfe72d71e0aea3260b0dcc1a5d3e50f19fd867 (patch) | |
tree | 3d4107d1866a4cef69d148b40d9ae99b380b3ddd | |
parent | 86226ad09f9c59ed0730470f008a7292f8b52640 (diff) | |
download | wireshark-e6dfe72d71e0aea3260b0dcc1a5d3e50f19fd867.tar.gz wireshark-e6dfe72d71e0aea3260b0dcc1a5d3e50f19fd867.tar.bz2 wireshark-e6dfe72d71e0aea3260b0dcc1a5d3e50f19fd867.zip |
Update URLs and domain names that refer to the WinPcap site.
svn path=/trunk/; revision=14540
-rw-r--r-- | capture-wpcap.c | 4 | ||||
-rw-r--r-- | gtk/capture_dlg.c | 2 | ||||
-rw-r--r-- | gtk/capture_if_dlg.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/capture-wpcap.c b/capture-wpcap.c index 1abe96de77..3ccfeef4d3 100644 --- a/capture-wpcap.c +++ b/capture-wpcap.c @@ -454,7 +454,7 @@ get_interface_list(int *err, char *err_str) * PacketGetAdapterNames. According to the documentation * I could find: * - * http://winpcap.polito.it/docs/man/html/Packet32_8c.html#a43 + * http://www.winpcap.org/docs/man/html/Packet32_8c.html#a43 * * this means that: * @@ -600,7 +600,7 @@ cant_get_if_list_error_message(const char *err_str) strstr(err_str, "The operation completed successfully") != NULL) { return g_strdup_printf("Can't get list of interfaces: %s\n" "This might be a problem with WinPcap 3.0; you should try updating to\n" -"a later version of WinPcap - see the WinPcap site at winpcap.polito.it", +"a later version of WinPcap - see the WinPcap site at www.winpcap.org", err_str); } return g_strdup_printf("Can't get list of interfaces: %s", err_str); diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c index ba9789fd2a..85e4022dfb 100644 --- a/gtk/capture_dlg.c +++ b/gtk/capture_dlg.c @@ -568,7 +568,7 @@ capture_prep_cb(GtkWidget *w _U_, gpointer d _U_) "to capture packets.\n\n" "In order to capture packets, WinPcap must be installed; see\n" "\n" - " http://winpcap.polito.it/\n" + " http://www.winpcap.org/\n" "\n" "or the mirror at\n" "\n" diff --git a/gtk/capture_if_dlg.c b/gtk/capture_if_dlg.c index 7327be2b7d..190a5ee5ae 100644 --- a/gtk/capture_if_dlg.c +++ b/gtk/capture_if_dlg.c @@ -353,7 +353,7 @@ capture_if_cb(GtkWidget *w _U_, gpointer d _U_) "to capture packets.\n\n" "In order to capture packets, WinPcap must be installed; see\n" "\n" - " http://winpcap.polito.it/\n" + " http://www.winpcap.org/\n" "\n" "or the mirror at\n" "\n" |