tcpdump mailing list archives
tcpdump 4.2.0rc1 build fix
From: Romain Francoise <rfrancoise () debian org>
Date: Sun, 14 Aug 2011 11:19:18 +0200
Hi,
The 4.2.0rc1 beta tarball of tcpdump is missing the ppi.h file, so
print-ppi.c doesn't build.
The following will fix it for the next release:
diff --git a/Makefile.in b/Makefile.in
index 265b47e..04a58dc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -168,6 +168,7 @@ HDR = \
oui.h \
pcap-missing.h \
pmap_prot.h \
+ ppi.h \
ppp.h \
route6d.h \
rpc_auth.h \
Thanks,
--
Romain Francoise <rfrancoise () debian org>
http://people.debian.org/~rfrancoise/
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.
Current thread:
- tcpdump 4.2.0rc1 build fix Romain Francoise (Aug 14)
- Re: tcpdump 4.2.0rc1 build fix Guy Harris (Aug 14)
