Re: [tcpdump-workers] request for a DLT for ISO14443

2015-11-19 Thread Martin Kaiser
Thus wrote Guy Harris (g...@alum.mit.edu): > On Nov 9, 2015, at 12:29 PM, Martin Kaiser wrote: > > I would like to request a DLT for ISO14443. > > ISO14443 is a set of standards defining the communication protocols > > between a contactless smartcard and a card reader. There are some > > commer

[tcpdump-workers] Cannot find -lpcap when statically compiling a C project

2015-11-19 Thread liu wen
I want to statically compile a C project in a laptop(fedora), using command line like: gcc -o myprogram -static main.c ... -levent -lpcap but I get error: /usr/bin/ld: cannot find -lpcap /usr/bin/ld: cannot find -lc I tried to locate libpcap.a and find no such a file if I compile dynamically,

Re: [tcpdump-workers] Cannot find -lpcap when statically compiling a C project

2015-11-19 Thread Guy Harris
On Nov 19, 2015, at 3:29 PM, liu wen wrote: > I want to statically compile a C project in a laptop(fedora), using command > line like: > > gcc -o myprogram -static main.c ... -levent -lpcap > > but I get error: > > /usr/bin/ld: cannot find -lpcap > /usr/bin/ld: cannot find -lc > > I tried to

Re: [tcpdump-workers] Cannot find -lpcap when statically compiling a C project

2015-11-19 Thread liu wen
On Fri, Nov 20, 2015 at 12:52 AM, Guy Harris wrote: > > On Nov 19, 2015, at 3:29 PM, liu wen wrote: > > > I want to statically compile a C project in a laptop(fedora), using > command > > line like: > > > > gcc -o myprogram -static main.c ... -levent -lpcap > > > > but I get error: > > > > /usr/

Re: [tcpdump-workers] Cannot find -lpcap when statically compiling a C project

2015-11-19 Thread Guy Harris
On Nov 19, 2015, at 4:35 PM, liu wen wrote: > On Fri, Nov 20, 2015 at 12:52 AM, Guy Harris wrote: > >> On Nov 19, 2015, at 3:29 PM, liu wen wrote: >> >>> I want to statically compile a C project in a laptop(fedora), using command >>> line like: >>> >>> gcc -o myprogram -static main.c ... -l