summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-02-09 00:35:38 +0000
committerGuy Harris <guy@alum.mit.edu>1999-02-09 00:35:38 +0000
commit75305346b532da113629c21311817099305762f3 (patch)
tree80d9f3e8a36588385000c9c9e0ffd34ab77c7629 /menu.c
parentfacb50396007c70e5616ff61a4aa22ff43e44001 (diff)
downloadwireshark-75305346b532da113629c21311817099305762f3.tar.gz
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
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
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 <gerald@zing.org>
@@ -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"