aboutsummaryrefslogtreecommitdiffstats
path: root/packet-frame.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-09 08:43:43 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-09 08:43:43 +0000
commit61bcdf08281292c2525914b762ae15185f0b1be7 (patch)
tree7fa0768a2007d38f1b374ca09b8c143f2ddd0171 /packet-frame.h
parentbf7e4ce90948af368a11a043fa2617f72e357b96 (diff)
"dissect_frame()" is now static; don't declare it in "packet-frame.h".
svn path=/trunk/; revision=5135
Diffstat (limited to 'packet-frame.h')
-rw-r--r--packet-frame.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/packet-frame.h b/packet-frame.h
index 4c20cdc383..dc2c670c94 100644
--- a/packet-frame.h
+++ b/packet-frame.h
@@ -2,12 +2,11 @@
*
* Top-most dissector. Decides dissector based on Wiretap Encapsulation Type.
*
- * $Id: packet-frame.h,v 1.3 2002/02/18 23:51:55 guy Exp $
+ * $Id: packet-frame.h,v 1.4 2002/04/09 08:43:43 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 2000 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -24,9 +23,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-void
-dissect_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-
/*
* Routine used to add an indication of a ReportedBoundsError exception
* to the tree.