aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isl.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-19 01:16:29 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-19 01:16:29 +0000
commit2acc2ecde8c5ece263cba2e1d0070268c0ba1142 (patch)
tree03802b57a9d8f0bb257ec91d3eea4dc6c13eb275 /epan/dissectors/packet-isl.c
parentcda84b397dfc7692482f8eee1854d6621630ebcc (diff)
Use top level tree when using dissectors from "eth.trailer" heuristics.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33255 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 ee7e229c00..779f2776b3 100644
--- a/epan/dissectors/packet-isl.c
+++ b/epan/dissectors/packet-isl.c
@@ -296,7 +296,7 @@ dissect_isl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int fcs_len)
/* Now add the Ethernet trailer and FCS.
XXX - do this only if we're encapsulated in Ethernet? */
- add_ethernet_trailer(pinfo, fh_tree, hf_isl_trailer, tvb, trailer_tvb, fcs_len);
+ add_ethernet_trailer(pinfo, tree, fh_tree, hf_isl_trailer, tvb, trailer_tvb, fcs_len);
}
break;