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/
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
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
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
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
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
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