Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 24658: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 16 Mar 2008 19:36:11 GMT
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