mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
tcpdump: Update to 4.4.0.
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user