The frame number is an unsigned integer, so there's no guarantee that it
authorGuy Harris <guy@alum.mit.edu>
Mon, 16 Jan 2012 08:10:49 +0000 (08:10 -0000)
committerGuy Harris <guy@alum.mit.edu>
Mon, 16 Jan 2012 08:10:49 +0000 (08:10 -0000)
commit7e4c02ee18afbd89c758e555c0135e1898e243ca
tree5fd72452681b94ecffd9953b74e6ac9fa80d596f
parentcc0c99a01f6938d9d6d07c4682810a49097b77d1
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.

svn path=/trunk/; revision=40544
epan/dissectors/packet-rtmpt.c