tcpdump: Update to 4.4.0.

This commit is contained in:
Michael Tremer
2013-06-06 10:58:04 +02:00
parent 36566a23ba
commit 3bf629e8ba
3 changed files with 15 additions and 27 deletions

View File

@@ -1,14 +0,0 @@
--- tcpdump-4.0.0.orig/print-enc.c 2008-09-01 09:44:22.000000000 +0700
+++ tcpdump-4.0.0/print-enc.c 2008-11-10 21:40:52.000000000 +0700
@@ -77,9 +77,11 @@
case AF_INET:
ip_print(gndo, p, length);
break;
+#ifdef INTE6
case AF_INET6:
ip6_print(p, length);
break;
+#endif
}
out: