I've been trying to SWIG winpcap so that I can use it with either Python
or C# (Visual Studio .NET 2003). Although I've actually managed to swug
winpcap 3 with the following (admittedly simplistic) module file:
%module abcde
%include "pcap.h"
%{
#include "pcap.h"
%}
... I have been rather unsuccessful at compiling it. Unfortunately, I am
an absolute beginner at SWIG. Has anyone managed to properly SWIG
winpcap and/or can provide some hints?
Thanks,
Gerald.
================================================================= This is the WinPcap
users list. It is archived at
http://www.mail-archive.com/[EMAIL PROTECTED]/
To unsubscribe use
mailto: [EMAIL PROTECTED]
=================================================================