From 254aba82823a5ffb4e08034effac5465e4deb8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Tue, 13 Apr 2004 18:01:40 +0000 Subject: From Jon Oberheide: Add interface name to the capture and ethereal window while capturing. svn path=/trunk/; revision=10594 --- capture.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'capture.h') 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 @@ -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( -- cgit v1.2.3