"dissect_frame()" is now static; don't declare it in "packet-frame.h".

svn path=/trunk/; revision=5135
This commit is contained in:
Guy Harris 2002-04-09 08:43:43 +00:00
parent bf7e4ce909
commit 61bcdf0828
1 changed files with 2 additions and 6 deletions

View File

@ -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.