[Winpcap-users] dll Distribution
Gianluca Varenni
gianluca.varenni at cacetech.com
Thu Sep 25 18:33:08 GMT 2008
Slavy,
if what you want is just reading/writing files, what I would do is pick the
version of packet.dll and wpcap.dll that have less dependencies, and can run
on all the operating systems from NT4 on.
In particular, wpcap.dll is the same for all the OSes.
If you want to have your app run on all the windows OSes including NT4,
please use packet.dll installed on NT4.
If you don't care for NT4, then use the version of packet.dll installed on
Vista. Also, I suggest you to keep your DLLs in your application folder i.e.
do not install them under windows\system32.
Have a nice day
GV
----- Original Message -----
From: "Stanislav Tsanev" <skt304 at lehigh.edu>
To: <winpcap-users at winpcap.org>
Sent: Wednesday, September 24, 2008 10:37 AM
Subject: [Winpcap-users] dll Distribution
>I use winpcap to read capture files. I am not capturing packets or doing
>anything else in the application beyond calling pcap_open_offline,
>pcap_compile, pcap_setfilter, and pcap_next_ex. I would like to be able to
>xcopy deploy the application. Do I need to install winpcap using the
>packaged installer, or can I just distribute the appropriate dlls (I'm
>guessing wpcap.dll and packet.dll)? I don't think I need the driver, but I
>don't know what dependencies there are.
>
> Right now it seems all the computers I have access to have Wireshark
> installed, so I can't test.
>
> thanks,
> slavy
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
> _______________________________________________
> Winpcap-users mailing list
> Winpcap-users at winpcap.org
> https://www.winpcap.org/mailman/listinfo/winpcap-users
More information about the Winpcap-users
mailing list