aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-12-18 20:19:49 +0000
committerGerald Combs <gerald@wireshark.org>2008-12-18 20:19:49 +0000
commitfc71188963e3abbe23a17a327b22dd8e920e4da3 (patch)
tree332faa3857357eb750d858d3fb9efb168f4e5355 /epan/dissectors/packet-mip.c
parentd2ba316fd9f4dc449589f8ab4e1744cd93e80eb8 (diff)
Update calls to proto_tree_add_bytes_format to reflect r27047.
svn path=/trunk/; revision=27053
Diffstat (limited to 'epan/dissectors/packet-mip.c')
-rw-r--r--epan/dissectors/packet-mip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mip.c b/epan/dissectors/packet-mip.c
index 367c99e439..28a6059895 100644
--- a/epan/dissectors/packet-mip.c
+++ b/epan/dissectors/packet-mip.c
@@ -512,7 +512,6 @@ dissect_mip( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Identifier - assumed to be an NTP time here */
reftime = tvb_get_ptr(tvb, offset, 8);
proto_tree_add_bytes_format(mip_tree, hf_mip_ident, tvb, offset, 8,
- reftime,
"Identification: %s",
ntp_fmt_ts(reftime));
offset += 8;
@@ -555,7 +554,6 @@ dissect_mip( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Identifier - assumed to be an NTP time here */
reftime = tvb_get_ptr(tvb, offset, 8);
proto_tree_add_bytes_format(mip_tree, hf_mip_ident, tvb, offset, 8,
- reftime,
"Identification: %s",
ntp_fmt_ts(reftime));
offset += 8;