From 54ecbe2d4e4d1eaf2d1e8ae0789d4378f3b9c874 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 11 Oct 2000 06:01:16 +0000 Subject: Santeri Paavolainen's patch to add a "Capture->Stop" menu item to let you stop an "Update list of packets in real time" capture from the main window as well as from the capture statistics dialog. svn path=/trunk/; revision=2487 --- capture.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'capture.h') diff --git a/capture.h b/capture.h index 0cecab4c23..bc65142e32 100644 --- a/capture.h +++ b/capture.h @@ -1,7 +1,7 @@ /* capture.h * Definitions for packet capture windows * - * $Id: capture.h,v 1.23 2000/09/15 05:32:19 guy Exp $ + * $Id: capture.h,v 1.24 2000/10/11 06:01:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -44,6 +44,9 @@ void do_capture(char *capfile_name); /* Do the low-level work of a capture. */ int capture(void); +/* Stop a capture from a menu item. */ +void capture_stop(void); + #endif /* HAVE_LIBPCAP */ #define EMPTY_FILTER "" -- cgit v1.2.3