--- Begin Message ---
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

Reply via email to