aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-24 23:13:46 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-24 23:13:46 +0000
commitd938b233833d367f6ee1681d4e0ab6078b094057 (patch)
treeb886f920d1e9e54a61805807ca80f5e3a988fdea /tethereal.c
parente21fec5074092cffb57c05bd3cb719b86c744484 (diff)
some code cleanup of the printing system
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10682 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tethereal.c b/tethereal.c
index 218492d8f2..ad7f625f9c 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.237 2004/04/22 17:03:20 ulfl Exp $
+ * $Id: tethereal.c,v 1.238 2004/04/24 23:13:46 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -121,7 +121,7 @@ static gboolean verbose;
static gboolean print_hex;
static gboolean line_buffered;
static guint32 cum_bytes = 0;
-static int print_format;
+static print_format_e print_format;
#ifdef HAVE_LIBPCAP
typedef struct _loop_data {