From 75305346b532da113629c21311817099305762f3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 9 Feb 1999 00:35:38 +0000 Subject: When doing a capture, decode enough of the incoming packets to correctly update the packet counts and percentages in the dialog box popped up during a capture, even for non-Ethernet captures. svn path=/trunk/; revision=184 --- menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index 7a72865c6b..f962a4618a 100644 --- a/menu.c +++ b/menu.c @@ -1,7 +1,7 @@ /* menu.c * Menu routines * - * $Id: menu.c,v 1.12 1998/12/27 20:46:45 gerald Exp $ + * $Id: menu.c,v 1.13 1999/02/09 00:35:36 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -36,8 +36,8 @@ #include "ethereal.h" #include "menu.h" -#include "capture.h" #include "packet.h" +#include "capture.h" #include "prefs.h" #include "print.h" #include "follow.h" -- cgit v1.2.1