Hi, there, what do u mean by using windump in c++ programming? do u want to just call the windump.exe in your application and deal with the dumped file? if so, u can use API ShellExecute() and relevant functions. can't remember details but u can find all u need in MSDN. the dumped file structure can be found in the PCAP.h and PCAP.c files, if I am not wrong. cheers lei
On Tue, 28 May 2002, Kingoal Lee wrote: > Hi,Now I am programming in the Visual Studio. NET environment using Visual >C#,and my question is that can I use the windump while I programme in C# ? Thanks >very much! > > Kingoal Lee >
