Don't assume that, if you've already seen the packet, you can use the
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 21 Jul 2003 21:52:32 +0000 (21:52 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 21 Jul 2003 21:52:32 +0000 (21:52 +0000)
commit97c79f65bc0848d8ac4a525940e47579614b3870
tree8c8a295524e11ffda849a664ac5c44ca76205471
parent6d6934ef38380b542fdddd639c8f442c8098ceee
Don't assume that, if you've already seen the packet, you can use the
global variables to determine if packets were dropped, because you can't
- packets can be visited in any order.  Instead, attach to packets
preceded by dropped packets protocol data, as a flag that packets were
dropped.

Re-initialize the global variables when a capture is opened.

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