aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-util.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-12 07:47:14 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-12 07:47:14 +0000
commit804424efa8930d8e9236994d491b6edda1d05eef (patch)
tree2e08e40da242a4924c4e61c97ec55b29047bd171 /pcap-util.h
parent80dc28e047358cfbf2cf6941dc649175dc257c9f (diff)
On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LIST
and the error message includes "Not enough storage is available to process this command" or "The operation completed successfully", suggest that the user install a WinPcap version later than 3.0 - this is definitely a Frequently Asked Question on the Ethereal list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11143 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'pcap-util.h')
-rw-r--r--pcap-util.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/pcap-util.h b/pcap-util.h
index 638454840d..56bdc2cae3 100644
--- a/pcap-util.h
+++ b/pcap-util.h
@@ -1,7 +1,7 @@
/* pcap-util.h
* Utility definitions for packet capture
*
- * $Id: pcap-util.h,v 1.6 2003/11/01 02:30:14 guy Exp $
+ * $Id: pcap-util.h,v 1.7 2004/06/12 07:47:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -61,6 +61,12 @@ GList *get_interface_list(int *err, char *err_str);
void free_interface_list(GList *if_list);
/*
+ * Get an error message string for a CANT_GET_INTERFACE_LIST error from
+ * "get_interface_list()".
+ */
+gchar *cant_get_if_list_error_message(const char *err_str);
+
+/*
* The list of data link types returned by "get_pcap_linktype_list()" is
* a list of these structures.
*/