aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-02 18:52:55 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-02 18:52:55 +0000
commit970953d65162ac2a9d86efb41760d7f67d0dec75 (patch)
treeeff0348fc3925c767288ab7d60e5d5944d061234 /epan/reassemble.h
parentff40dd47cf680e010d7507b2d861c0a36c0c055d (diff)
add a generated toplevel line between the TCP protocol and the desegmented content, to better understand what's going on while desegmenting.
We'll have to add similar mechanisms for other protocols as well... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14527 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/reassemble.h')
-rw-r--r--epan/reassemble.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/reassemble.h b/epan/reassemble.h
index 85c66942c9..9e8d36df19 100644
--- a/epan/reassemble.h
+++ b/epan/reassemble.h
@@ -237,7 +237,7 @@ process_reassembled_data(tvbuff_t *tvb, int offset, packet_info *pinfo,
extern gboolean
show_fragment_tree(fragment_data *ipfd_head, const fragment_items *fit,
- proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb);
+ proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, proto_item **fi);
extern gboolean
show_fragment_seq_tree(fragment_data *ipfd_head, const fragment_items *fit,