tcpdump mailing list archives

Re: configure script problem while working on extention


From: Christian via tcpdump-workers <tcpdump-workers () lists tcpdump org>
Date: Wed, 24 Aug 2022 15:32:58 +0200

--- Begin Message --- From: Christian <chris () argonautx net>
Date: Wed, 24 Aug 2022 15:32:58 +0200
Maybe this should be also mentioned within the libpcap module howto?

https://www.tcpdump.org/libpcap-module-HOWTO.html


BR Christian

Make sure that libpcap.a includes pcap-kpnode.o, by making sure that pcap-kpnode.c is in the list of source modules to 
be compiled and included in libpcap.

For Makefile.in, that means adding it to

        MODULE_C_SRC = @MODULE_C_SRC@

after @MODULE_C_SRC@ so you have

        MODULE_C_SRC = @MODULE_C_SRC@ pcap-kpnode.c



--- End Message ---
_______________________________________________
tcpdump-workers mailing list
tcpdump-workers () lists tcpdump org
https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Current thread: