aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isl.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-16 16:06:15 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-16 16:06:15 +0000
commit694c3b39b30543db5af84695012146ff79b473c3 (patch)
treed5c476ab5cc45bb308d2bf464913b3d7805504c2 /epan/dissectors/packet-isl.c
parent288b9a0662df2cf3444bf16da328b972b3daa364 (diff)
throw the new FieldError exception, if a dissector tries to add a field with invalid parameters
add a message parameter to the show_exception function git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13074 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-isl.c')
-rw-r--r--epan/dissectors/packet-isl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isl.c b/epan/dissectors/packet-isl.c
index c1544dc611..44e099de55 100644
--- a/epan/dissectors/packet-isl.c
+++ b/epan/dissectors/packet-isl.c
@@ -287,7 +287,7 @@ dissect_isl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int fcs_len)
Show the exception, and then drive on to show the trailer,
restoring the protocol value that was in effect before we
called the subdissector. */
- show_exception(next_tvb, pinfo, tree, EXCEPT_CODE);
+ show_exception(next_tvb, pinfo, tree, EXCEPT_CODE, GET_MESSAGE);
pinfo->current_proto = saved_proto;
}
ENDTRY;