add support to link from specially marked fields to related packets,

a doubleclick will follow the link

svn path=/trunk/; revision=10896
This commit is contained in:
Ulf Lamping 2004-05-14 17:29:21 +00:00
parent 5deb0ad918
commit 276794e038
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* Copyright 2001, Todd Sabin <tas@webspan.net>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
* $Id: packet-dcerpc.c,v 1.171 2004/05/14 16:07:15 ulfl Exp $
* $Id: packet-dcerpc.c,v 1.172 2004/05/14 17:29:21 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -3812,6 +3812,7 @@ dissect_dcerpc_dg_stub (tvbuff_t *tvb, int offset, packet_info *pinfo,
pi = proto_tree_add_uint(dcerpc_tree, hf_dcerpc_reassembled_in,
tvb, 0, 0, fd_head->reassembled_in);
PROTO_ITEM_SET_GENERATED(pi);
PROTO_ITEM_SET_LINK(pi);
if (check_col(pinfo->cinfo, COL_INFO)) {
col_append_fstr(pinfo->cinfo, COL_INFO,
" [DCE/RPC fragment, reas: #%u]", fd_head->reassembled_in);