aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-03 22:26:26 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-03 22:26:26 +0000
commitb87db699cf884a5220eeb22c0c8c55169aee32af (patch)
tree524fe9cafdab831b6d642e31b7605fa703fe3bf5 /epan
parentba997993d3a3efaee02492b568d0e3029c56355d (diff)
Nothing in "packet.c" uses the global "cfile", so there's no need to
declare it there. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2740 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/packet.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/packet.c b/epan/packet.c
index ae7c2a2fcd..21479f2dcd 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -1,7 +1,7 @@
/* packet.c
* Routines for packet disassembly
*
- * $Id: packet.c,v 1.8 2000/12/03 22:12:19 guy Exp $
+ * $Id: packet.c,v 1.9 2000/12/03 22:26:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -83,9 +83,6 @@
#include "tvbuff.h"
#include "plugins.h"
-extern capture_file cfile;
-
-
extern int proto_malformed;