aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 20:19:49 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-18 20:19:49 +0000
commit4483eab426940375800723390c11185f49a13b10 (patch)
tree332faa3857357eb750d858d3fb9efb168f4e5355 /epan/dissectors/packet-mip.c
parent8153d2b545177e4086795a90f1af87e642417eb3 (diff)
Update calls to proto_tree_add_bytes_format to reflect r27047.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27053 f5534014-38df-0310-8fa8-9805f1628bb7
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;