aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-13 18:01:40 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-13 18:01:40 +0000
commit10ee8946d3e96d60954d8daec26ff8a0c8416aa2 (patch)
tree6a54825847abbc0db6dc02968b0555a89d2dfb65 /capture.h
parenta9cb35328c1cdc89257a003a07fc0ce8007b3c1a (diff)
From Jon Oberheide: Add interface name to the capture and ethereal window
while capturing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10594 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/capture.h b/capture.h
index 916a6a74c0..a7fafe1657 100644
--- a/capture.h
+++ b/capture.h
@@ -1,7 +1,7 @@
/* capture.h
* Definitions for packet capture windows
*
- * $Id: capture.h,v 1.44 2004/03/13 22:49:30 ulfl Exp $
+ * $Id: capture.h,v 1.45 2004/04/13 18:01:39 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -101,7 +101,8 @@ typedef struct {
/* create the capture info dialog */
extern void capture_info_create(
-capture_info *cinfo);
+capture_info *cinfo,
+gchar *iface);
/* Update the capture info counters in the dialog */
extern void capture_info_update(