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

2016-06-30 Thread Yang Luo
Hi Guy, On Sat, Jun 25, 2016 at 11:50 AM, Guy Harris wrote: > 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"

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

2016-06-30 Thread Yang Luo
On Thu, Jun 30, 2016 at 2:14 PM, Guy Harris wrote: > On Jun 30, 2016, at 12:59 PM, Yang Luo wrote: > > > But I encountered an issue here, the built out scanner.h and scanner.c > will report these errors: > > > > 1> gencode.c > > 1>..\scanner.h(239): fatal error C1083: Cannot open include file:

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

2016-06-30 Thread Guy Harris
On Jun 30, 2016, at 12:59 PM, Yang Luo wrote: > But I encountered an issue here, the built out scanner.h and scanner.c will > report these errors: > > 1> gencode.c > 1>..\scanner.h(239): fatal error C1083: Cannot open include file: 'unistd.h': > No such file or directory > 1> grammar.c > 1>.

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

2016-06-30 Thread Yang Luo
On Thu, Jun 30, 2016 at 12:36 PM, Yang Luo wrote: > Hi Guy, > > On Sat, Jun 25, 2016 at 12:09 AM, 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.

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

2016-06-30 Thread Yang Luo
Hi Guy, On Sat, Jun 25, 2016 at 12:09 AM, 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 contain

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

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

[tcpdump-workers] Need precompiled source files in libpcap

2016-06-24 Thread Yang Luo
Hi list, I'm starting to look at the libpcap code, and want to integrate its latest code into Npcap (https://github.com/nmap/npcap), a fork of WinPcap library. 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 li