Set rxinfo.epoch from the epoch, and then assign it to ts.secs; that
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 16 Mar 2008 19:36:09 +0000 (19:36 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 16 Mar 2008 19:36:09 +0000 (19:36 +0000)
commited2df9cea9950d4d92d9d7a29b0f70d18b1c2ebb
tree6a4380286f0b719fb7bf35746744f8091f8856cc
parent0539b3b07b6c24f69c79a6c977a974e7824d3334
Set rxinfo.epoch from the epoch, and then assign it to ts.secs; that
avoids doing a narrowing case - which, in this case, is safe
(rxinfo.epoch is 32 bits, and the value assigned to it is 32 bits, so
it's not as if it'd ever be wider than 32 bits even if ts.secs is wider
than 32 bits), but you might still have to think about it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24658 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-rx.c