Re: [tcpdump-workers] Is it OK to rename the MSVC project name from "libpcap" to "wpcap"?

2016-06-25 Thread Guy Harris
On Jun 25, 2016, at 5:56 PM, Yang Luo wrote: > Thanks! Then I will rename the MSVC project files later if you didn't do that. I haven't renamed them. ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/

Re: [tcpdump-workers] Is it OK to rename the MSVC project name from "libpcap" to "wpcap"?

2016-06-25 Thread Yang Luo
Hi Guy, Thanks! Then I will rename the MSVC project files later if you didn't do that. Cheers, Yang On Sun, Jun 26, 2016 at 8:21 AM, Guy Harris wrote: > On Jun 25, 2016, at 8:01 AM, Yang Luo wrote: > > > We know that the libpcap Windows version is called "wpcap", including > the project file

Re: [tcpdump-workers] Is it OK to rename the MSVC project name from "libpcap" to "wpcap"?

2016-06-25 Thread Guy Harris
On Jun 25, 2016, at 8:01 AM, Yang Luo wrote: > We know that the libpcap Windows version is called "wpcap", including the > project files names (wpcap.sln, wpcap.vcxproj) and the library name > (wpcap.dll). But the current libpcap trunk project is called "libpcap.sln", > and the built executabl

Re: [tcpdump-workers] Need precompiled source files in libpcap

2016-06-25 Thread Guy Harris
On Jun 25, 2016, at 7:25 AM, Yang Luo wrote: > On Sat, Jun 25, 2016 at 3:09 PM, Guy Harris wrote: > >> On Jun 24, 2016, at 8:58 PM, Yang Luo wrote: >> >>> I found that there are a lot of “precompiled source code files" like >>> grammar.c, scanner.c, grammar.h, ,scanner.h, etc. (which are als

[tcpdump-workers] Is it OK to rename the MSVC project name from "libpcap" to "wpcap"?

2016-06-25 Thread Yang Luo
Hi list, We know that the libpcap Windows version is called "wpcap", including the project files names (wpcap.sln, wpcap.vcxproj) and the library name (wpcap.dll). But the current libpcap trunk project is called "libpcap.sln", and the built executable is named as "libpcap.dll". Is it OK to rename

Re: [tcpdump-workers] Need precompiled source files in libpcap

2016-06-25 Thread Yang Luo
Hi Guy, On Sat, Jun 25, 2016 at 3:09 PM, Guy Harris wrote: > On Jun 24, 2016, at 8:58 PM, Yang Luo wrote: > > > I found that there are a lot of “precompiled source code files" like > grammar.c, scanner.c, grammar.h, ,scanner.h, etc. (which are also listed in > .gitignore). They are NOT containe

Re: [tcpdump-workers] Need precompiled source files in libpcap

2016-06-25 Thread Guy Harris
On Jun 24, 2016, at 8:58 PM, Yang Luo wrote: > I found that there are a lot of “precompiled source code files" like > grammar.c, scanner.c, grammar.h, ,scanner.h, etc. (which are also listed in > .gitignore). They are NOT contained in the libpcap repo. > > I personally want to ship them in the