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 40543: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 16 Jan 2012 08:01:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40543

User: guy
Date: 2012/01/16 12:01 AM

Log:
 The frame number is an unsigned integer, so there's no guarantee that it
 won't equal (guint32)-1.
 
 Fortunately, frame numbers are 1-based, so there *is* a guarantee that
 it won't equal 0.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +2 -2      packet-mq.c    Modified