]> git.pld-linux.org Git - packages/tcpdump.git/blobdiff - tcpdump-iphl.patch
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/tcpdump.git] / tcpdump-iphl.patch
diff --git a/tcpdump-iphl.patch b/tcpdump-iphl.patch
deleted file mode 100644 (file)
index 52790d6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- tcpdump-3.4/print-ip.c.iphl        Fri Aug 20 17:37:59 1999
-+++ tcpdump-3.4/print-ip.c     Fri Aug 20 17:39:05 1999
-@@ -463,6 +463,10 @@
-                       (void)printf("truncated-ip %d", length);
-               return;
-       }
-+      if (ip->ip_hl < 5) {
-+              (void)printf("ip_hl < 5 (%d)", ip->ip_hl);
-+              return;
-+      }
-       hlen = ip->ip_hl * 4;
-       len = ntohs(ip->ip_len);
This page took 0.113199 seconds and 4 git commands to generate.