aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-03 09:55:28 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-03 09:55:28 +0000
commit012db6285541541177a2cba2b3422c78a9ea5bd2 (patch)
tree3d4107d1866a4cef69d148b40d9ae99b380b3ddd /capture-wpcap.c
parentff5c7380413f75215596b6bd117325ad41d52baf (diff)
Update URLs and domain names that refer to the WinPcap site.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14540 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-wpcap.c')
-rw-r--r--capture-wpcap.c4
1 files changed, 2 insertions, 2 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);