Hello all.

I am using winpcap 3.0 and have been having this problem for some time now.
I am calling my DLL from Labview 7.1 and everytime I run my program in debug
mode, I get an error saying that labview has encountered a reading access
violation at 0x0000005 (something to that extent). Then I get a green arrow
pointing to this statement in my code: 

|>      while( (res = pcap_next_ex(PcapSession[SessionNum], &header,
&pkt_data))>= 0)
        {
                ...
        }

There's some kind of buffer overflow going on in here...so I was wondering
how much memory is allocated to pkt_data and header, and where? Does memory
deallocation take place correctly internally? Thanks for the help.

****
BVI


==================================================================
 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