summaryrefslogtreecommitdiff
path: root/epan/show_exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/show_exception.c')
-rw-r--r--epan/show_exception.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/show_exception.c b/epan/show_exception.c
index 54d56fca7e..29ef73f4ab 100644
--- a/epan/show_exception.c
+++ b/epan/show_exception.c
@@ -60,6 +60,8 @@ show_exception(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
"Dissector writer didn't bother saying what the error was";
proto_item *item;
+ if (exception == ReportedBoundsError && pinfo->fragmented)
+ exception = FragmentBoundsError;
switch (exception) {