From 509c2203ebac8c935787c7508782f0581d577b33 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 30 Jan 2012 19:23:25 +0000 Subject: [PATCH] Revert 40772: the abort() needs to be pushed higher (into packet.c?) so checkapi remains happy; thus far my attempts at that aren't working. svn path=/trunk/; revision=40773 --- epan/dissectors/packet-frame.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/epan/dissectors/packet-frame.c b/epan/dissectors/packet-frame.c index 1c4a7b3ed9..700b3ab8c0 100644 --- a/epan/dissectors/packet-frame.c +++ b/epan/dissectors/packet-frame.c @@ -496,9 +496,6 @@ show_exception(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, "%s", exception_message == NULL ? dissector_error_nomsg : exception_message); - - if (getenv("WIRESHARK_ABORT_ON_DISSECTOR_BUG") != NULL) - abort(); break; default: