http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24658
User: guy
Date: 2008/03/16 07:36 PM
Log:
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.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -10 packet-rx.c Modified