[packages] tcpdump: Update to v4.0.0 (closes #5656)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17210 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
14
net/tcpdump/patches/003-fix_ipv6_compile.patch
Normal file
14
net/tcpdump/patches/003-fix_ipv6_compile.patch
Normal file
@ -0,0 +1,14 @@
|
||||
--- a/print-enc.c
|
||||
+++ b/print-enc.c
|
||||
@@ -77,9 +77,11 @@ enc_if_print(const struct pcap_pkthdr *h
|
||||
case AF_INET:
|
||||
ip_print(gndo, p, length);
|
||||
break;
|
||||
+#ifdef INET6
|
||||
case AF_INET6:
|
||||
ip6_print(p, length);
|
||||
break;
|
||||
+#endif /*INET6*/
|
||||
}
|
||||
|
||||
out:
|
Reference in New Issue
Block a user