On Sep 15, 2004, at 1:02 PM, Guy Harris wrote:

Are you certain that

1) SessionNum is nonnegative and is less than the number of elements in the PcapSession array

and, if that's true,

2) PcapSession[SessionNum] is non-null?

...and that

1.5) if PcapSession is a pointer rather than an array, it's valid and non-null

and

3) if 1), 1.5), and 2) are all true, that PcapSession[SessionNum] is a pointer to a pcap_t that has not yet been closed?



==================================================================
This is the WinPcap users list. It is archived at
http://www.mail-archive.com/[EMAIL PROTECTED]/

To unsubscribe use mailto: [EMAIL PROTECTED]
==================================================================

Reply via email to