Fix error when build with clang 3.0
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 10 Aug 2013 21:27:26 +0000 (21:27 +0000)
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 10 Aug 2013 21:27:26 +0000 (21:27 +0000)
commiteb5cd81eefe2708a8a98d61a802efd2f3f08b861
tree96cb1fe059b0b4dc3d6ed31284ecb4c3e63e7067
parent3c4208f6df3b3cff586e637a5c38fe488003fd2f
Fix error when build with clang 3.0

dumpcap.c:3981:88: error: implicit conversion loses integer precision: 'const __suseconds_t'
      (aka 'const long') to 'guint32' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32]
                                                             phdr->ts.tv_sec, phdr->ts.tv_usec,
                                                                              ~~~~~~~~~^~~~~~~
dumpcap.c:3989:73: error: implicit conversion loses integer precision: 'const __suseconds_t'
      (aka 'const long') to 'guint32' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32]
                                              phdr->ts.tv_sec, phdr->ts.tv_usec,
                                                               ~~~~~~~~~^~~~~~~

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@51250 f5534014-38df-0310-8fa8-9805f1628bb7
dumpcap.c