aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-08 21:44:42 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-08 21:44:42 +0000
commit81fc518ec6eb6366b2143e6b56d0b35307a76812 (patch)
treebd4a44095ff701e0c5af8a301d4fb1c8d61d39b3 /pcap-util.h
parent3185b945fbe1912d86f77aa9be84eb73dffb3d28 (diff)
From Nathan Jennings:
support for user-supplied interface descriptions; support for hiding interfaces in drop-down list in capture dialog. Clean up comments written to preferences file. svn path=/trunk/; revision=8419
Diffstat (limited to 'pcap-util.h')
-rw-r--r--pcap-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcap-util.h b/pcap-util.h
index 64f99f32e3..38a6495646 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.2 2002/08/28 21:00:40 jmayer Exp $
+ * $Id: pcap-util.h,v 1.3 2003/09/08 21:44:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,6 +33,7 @@ extern "C" {
int get_pcap_linktype(pcap_t *pch, char *devname);
+#define MAX_WIN_IF_NAME_LEN 511
GList *get_interface_list(int *err, char *err_str);
/* Error values from "get_interface_list()". */