Fixing picosecond timestamp for vrt protocol. Needs to be parsed as uint64 not double

Change-Id: I4c3cf4aa84a9208c382fa4a50ca3c2ffb1773ead
Reviewed-on: https://code.wireshark.org/review/11962
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Nick Bedbury 2015-11-19 08:43:52 -05:00 committed by Anders Broman
parent ae6126fc5a
commit 1a841483e9
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ proto_register_vrt(void)
},
{ &hf_vrt_ts_frac_picosecond,
{ "Fractional timestamp (picoseconds)", "vrt.ts_frac_picosecond",
FT_DOUBLE, BASE_NONE,
FT_UINT64, BASE_DEC,
NULL, 0x00,
NULL, HFILL }
},