Re: [WinPcap-users] General Questions, I'm So Lost

2005-03-25 Thread Flamur Rogova
Hi, Are you sure that you are linking against wpcap.lib ? On Thu, 24 Mar 2005 22:45:11 -0600 Mario Hollibaugh [EMAIL PROTECTED] wrote: I am trying to develop a compact, customized-to-my-purposes packet sniffer using VC++ v6.0. It was recommended to me that instead of writing a program

Re: [WinPcap-users] General Questions, I'm So Lost

2005-03-25 Thread Terry Braun
Mario, Someone else will probably chime in with more help (and hopefully correct me if I make a mistake!) but 1. there are two interfaces, packet.dll that runs on top of the driver (npf.sys) winpcap that runs on top of packet.dll 2. The interface of choice is winpcap because it is the supported

Re: [WinPcap-users] pcap_next_ex fails to capture all packets

2005-03-25 Thread Tom Brown
On Thursday 24 March 2005 17:43, Guy Harris wrote: On Mar 24, 2005, at 3:18 PM, Tom Brown wrote: Thanks for your feedback. It made me inspect my application a little closer. I think I found the source of my problem. I was checking caplen for a minimum value. If it was less than a

[WinPcap-users] Undefined Functions and Data Structures in Tutorial Code Example2

2005-03-25 Thread Mario Hollibaugh
I'm new with WinPcap 3.1 beta4, and only this morning (and only by the grace of God I'm sure) did I get programs using the WinPcap library to start compiling, linking, and running. I'm reading through the tutorials (for 3.1 beta 4, of course), disecting the code provided line by line until I