aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-06-02 20:55:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-06-02 20:55:58 +0000
commit56a9fe6d2aa20d474871f7c6e86a656a51677c9d (patch)
tree302399483b99c4538315237d284ca147d9e34a53 /epan/dissectors/packet-dnp.c
parentb575d9730968bca70e9dd21e7b6b2a342cf43690 (diff)
add a generated toplevel line between the connectionless DCE/RPC protocol and the defragmented DCE/RPC content, to better understand what's going on if defragmentation is done.
svn path=/trunk/; revision=14531
Diffstat (limited to 'epan/dissectors/packet-dnp.c')
-rw-r--r--epan/dissectors/packet-dnp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dnp.c b/epan/dissectors/packet-dnp.c
index 7d3dda725d..3ad470b5d6 100644
--- a/epan/dissectors/packet-dnp.c
+++ b/epan/dissectors/packet-dnp.c
@@ -390,7 +390,7 @@ dissect_dnp3(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Set up structures needed to add the protocol subtree and manage it */
proto_item *ti = NULL, *tdl, *tc, *al_chunks;
- proto_tree *dnp3_tree = NULL, *dl_tree = NULL, *tr_tree = NULL, *field_tree = NULL, *al_tree = NULL;
+ proto_tree *dnp3_tree = NULL, *dl_tree = NULL, *tr_tree = NULL, *field_tree = NULL, *al_tree = NULL, *frag_tree_item;
int offset = 0;
gboolean dl_prm, tr_fir, tr_fin;
guint8 dl_len, dl_ctl, dl_func, tr_ctl, tr_seq;
@@ -609,7 +609,7 @@ dissect_dnp3(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (tree)
/* Show all fragments. */
- show_fragment_seq_tree(fd_head, &frag_items, tr_tree, pinfo, al_tvb);
+ show_fragment_seq_tree(fd_head, &frag_items, tr_tree, pinfo, al_tvb, &frag_tree_item);
}
else {
/* We don't have the complete reassembled payload. */