diff options
author | Michael Tüxen <tuexen@fh-muenster.de> | 2004-04-13 18:01:40 +0000 |
---|---|---|
committer | Michael Tüxen <tuexen@fh-muenster.de> | 2004-04-13 18:01:40 +0000 |
commit | 254aba82823a5ffb4e08034effac5465e4deb8c1 (patch) | |
tree | 6a54825847abbc0db6dc02968b0555a89d2dfb65 /capture.h | |
parent | 8572046cd8843dd1044ba9ddaccb58703e279b17 (diff) | |
download | wireshark-254aba82823a5ffb4e08034effac5465e4deb8c1.tar.gz wireshark-254aba82823a5ffb4e08034effac5465e4deb8c1.tar.bz2 wireshark-254aba82823a5ffb4e08034effac5465e4deb8c1.zip |
From Jon Oberheide: Add interface name to the capture and ethereal window
while capturing.
svn path=/trunk/; revision=10594
Diffstat (limited to 'capture.h')
-rw-r--r-- | capture.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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( |