aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-util.c
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.c
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.c')
-rw-r--r--pcap-util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pcap-util.c b/pcap-util.c
index 364971f285..318dfb3976 100644
--- a/pcap-util.c
+++ b/pcap-util.c
@@ -1,7 +1,7 @@
/* pcap-util.c
* Utility routines for packet capture
*
- * $Id: pcap-util.c,v 1.14 2003/07/06 00:07:58 guy Exp $
+ * $Id: pcap-util.c,v 1.15 2003/09/08 21:44:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -398,7 +398,6 @@ search_for_if_cb(gpointer data, gpointer user_data)
search_user_data->found = TRUE;
}
#else /* Windows */
-#define MAX_WIN_IF_NAME_LEN 511
GList *
get_interface_list(int *err, char *err_str) {
GList *il = NULL;