[WinPcap-users] pcap_next_ex() and threads question

2003-07-03 Thread Sherif Fanous
and then doing all the processing, because what usually happens is that a huge capture time causes the application to crash reporting memory overflows. Any help would be appreciated Regards Sherif Fanous Software Engineer Netcelera, ITWorx

[WinPcap-users] Unhandled Exception

2003-06-24 Thread Sherif Fanous
Hi I'm trying to run the example pktdump_ex that comes with WpdPack 3.01a. The project compiles with no problems but when I run it, it returns an application error stating that The memory could not be read. If I put a break point where the pcap_findalldevs_ex() function call is, and debug the

RE: [WinPcap-users] pcap_findalldevs_ex pcap_open undeclared identifier

2003-06-23 Thread Sherif Fanous
Thanks alot, actually I found the declarations in remote-ext.h, however now I'm getting a linking error(unresolved external symbol) concerning both those functions. I'm linking against wpcap.lib and Packet.lib. Are there any other files I should link against as well. Thanks alot Sherif

[WinPcap-users] pcap_findalldevs_ex pcap_open undeclared identifier

2003-06-23 Thread Sherif Fanous
Hi I'm a winpcap newbie and I'm trying to use the pcap_findalldevs_ex and pcap_open. However the compiler keeps complaining that it cannot find those functions. I have only included pcap.h which does not contain a declaration for both these functions. In which header files are they declared or