The frame number is an unsigned integer, so there's no guarantee that it
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 16 Jan 2012 08:10:49 +0000 (08:10 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 16 Jan 2012 08:10:49 +0000 (08:10 +0000)
commit933ae1ed171ccbca0890480c1611513a647d9b8b
tree5fd72452681b94ecffd9953b74e6ac9fa80d596f
parent4066542d8889424d8a57e687e66ffb713fc16dc8
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.

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