proto_malformed SHOULD NOT be used outside of show_exception.c

svn path=/trunk/; revision=50325
This commit is contained in:
Michael Mann 2013-07-02 20:43:21 +00:00
parent a19eaef617
commit e5cb4d84cc
2 changed files with 1 additions and 7 deletions

View File

@ -31,7 +31,7 @@
#include <epan/show_exception.h>
static int proto_short = -1;
int proto_malformed = -1;
static int proto_malformed = -1;
static int proto_unreassembled = -1;
void

View File

@ -23,12 +23,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*
* "Protocol" used for "malformed frame" errors (other than
* ReportedBoundsError exceptions).
*/
extern int proto_malformed;
/*
* Called to register the pseudo-protocols used for exceptions.
*/