summaryrefslogtreecommitdiff
path: root/epan/show_exception.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-07-02 20:43:21 +0000
committerMichael Mann <mmann78@netscape.net>2013-07-02 20:43:21 +0000
commite5cb4d84cc729e430cf4a8fba8e39871bf5e1988 (patch)
tree44987e6148d10acdd4e17fccb3fd9b05b6985338 /epan/show_exception.h
parenta19eaef617fd4232ad5cd90bb9f0d6dbd3453dbe (diff)
downloadwireshark-e5cb4d84cc729e430cf4a8fba8e39871bf5e1988.tar.gz
proto_malformed SHOULD NOT be used outside of show_exception.c
svn path=/trunk/; revision=50325
Diffstat (limited to 'epan/show_exception.h')
-rw-r--r--epan/show_exception.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/show_exception.h b/epan/show_exception.h
index 3448bbbec6..b47b1127e6 100644
--- a/epan/show_exception.h
+++ b/epan/show_exception.h
@@ -24,12 +24,6 @@
*/
/*
- * "Protocol" used for "malformed frame" errors (other than
- * ReportedBoundsError exceptions).
- */
-extern int proto_malformed;
-
-/*
* Called to register the pseudo-protocols used for exceptions.
*/
void register_show_exception(void);