patch-print-enc_c 504 B

12345678910111213141516171819
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. * already fixed in git head
  3. http://sourceforge.net/tracker/?func=detail&aid=2679354&group_id=53066&atid=469575
  4. --- tcpdump-4.0.0.orig/print-enc.c 2008-09-01 04:44:22.000000000 +0200
  5. +++ tcpdump-4.0.0/print-enc.c 2009-04-17 19:52:13.071285657 +0200
  6. @@ -77,9 +77,11 @@ enc_if_print(const struct pcap_pkthdr *h
  7. case AF_INET:
  8. ip_print(gndo, p, length);
  9. break;
  10. +#ifdef INET6
  11. case AF_INET6:
  12. ip6_print(p, length);
  13. break;
  14. +#endif
  15. }
  16. out: