aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-05-15 10:02:26 +0000
committerTim Potter <tpot@samba.org>2004-05-15 10:02:26 +0000
commitda5f350a759f310f55e404ba625c7866bd8e6283 (patch)
treefe6957f07494ef81a79ce947d565be1c98069d85 /packet-dcerpc.c
parent8da8e54fa673c10d47eba489ecd1b9bbeb5b436d (diff)
Remove call to PROTO_ITEM_SET_LINK().
svn path=/trunk/; revision=10902
Diffstat (limited to 'packet-dcerpc.c')
-rw-r--r--packet-dcerpc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-dcerpc.c b/packet-dcerpc.c
index b4e9645a75..1b832a0cdf 100644
--- a/packet-dcerpc.c
+++ b/packet-dcerpc.c
@@ -3,7 +3,7 @@
* Copyright 2001, Todd Sabin <tas@webspan.net>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc.c,v 1.173 2004/05/15 00:48:46 ulfl Exp $
+ * $Id: packet-dcerpc.c,v 1.174 2004/05/15 10:02:26 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3809,7 +3809,6 @@ 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);