Specify ENC_TIME_TIMESPEC for a proto_tree_add_item() encoding arg for a field with...
[obnox/wireshark/wip.git] / epan / dissectors / packet-icmpv6.c
index 652c79d24b90b937d5b95c9e90e50908b0e5a50b..55f8c22a650b848a86ad742f4cb531bf4866b638 100644 (file)
@@ -1547,7 +1547,7 @@ dissect_icmpv6_nd_opt(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree
                  * remaining 16 bits indicate the number of 1/64K fractions of a
                  * second.
                  */
-                proto_tree_add_item(icmp6opt_tree, hf_icmpv6_opt_timestamp, tvb, opt_offset + 2, 4, ENC_BIG_ENDIAN);
+                proto_tree_add_item(icmp6opt_tree, hf_icmpv6_opt_timestamp, tvb, opt_offset + 2, 4, ENC_TIME_TIMESPEC|ENC_BIG_ENDIAN);
                 opt_offset += 8;
                 break;
             case ND_OPT_NONCE: /* Nonce option (14) */