"Bytes left to read" is an unsigned quantity. Changed FT_INT64 to FT_UINT64 as sugge...
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 25 Aug 2011 00:50:39 +0000 (00:50 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 25 Aug 2011 00:50:39 +0000 (00:50 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38728 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ndmp.c

index cad2ebad29f799c2a9ab9db8c7dd7e995175d985..01468c94c4b225f61f3e166bf6f1caf896f55ded 100644 (file)
@@ -4006,7 +4006,7 @@ proto_register_ndmp(void)
                NULL, 0, "Current seek position on device", HFILL }},
 
        { &hf_ndmp_bytes_left_to_read, {
-               "Bytes left to read", "ndmp.bytes_left_to_read", FT_INT64, BASE_DEC,
+               "Bytes left to read", "ndmp.bytes_left_to_read", FT_UINT64, BASE_DEC,
                NULL, 0, "Number of bytes left to be read from the device", HFILL }},
 
        { &hf_ndmp_window_offset, {