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

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

2005-03-24 Thread Mario Hollibaugh
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 using hardware interfacing and working directly with interrupts, to take a look at and use the WinPCap library. Normally I can hack my way