mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 15:52:55 +02:00
15 lines
298 B
Diff
15 lines
298 B
Diff
--- 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:
|