Specify ENC_TIME_TIMESPEC for a proto_tree_add_item() encoding arg for a field with...
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Oct 2011 23:24:52 +0000 (23:24 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Oct 2011 23:24:52 +0000 (23:24 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39482 f5534014-38df-0310-8fa8-9805f1628bb7

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) */