Use 0, rather that 0xffffffff, as the "no reply frame number known yet"
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Aug 2000 08:55:30 +0000 (08:55 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 24 Aug 2000 08:55:30 +0000 (08:55 +0000)
commit69c50e7ddb549fa82a5dd5ecd58b27c393171ecb
treea0439711985bb83eb8b4580d3788e58adeb8e25d
parenta44fe9e67490d723c619dd55f1daae7a3a746425
Use 0, rather that 0xffffffff, as the "no reply frame number known yet"
- frame numbers are 1-origin, so 0 can be used as an "exception" value.

In the protocol tree for a reply, don't say that the reply is to frame
N, just say that it's to a request starting in frame N - a frame can
contain more than one request, and a request may take more than one
frame.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2360 f5534014-38df-0310-8fa8-9805f1628bb7
packet-rpc.c