X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=tcpdump-iphl.patch;fp=tcpdump-iphl.patch;h=0000000000000000000000000000000000000000;hb=bc708a7cf2272053f3f4333406ded7391cf5bbd7;hp=52790d623b939de243d47c98706fc1ee00913af7;hpb=bba45564a0ff251a56fcf37eab220d894eded46c;p=packages%2Ftcpdump.git diff --git a/tcpdump-iphl.patch b/tcpdump-iphl.patch deleted file mode 100644 index 52790d6..0000000 --- a/tcpdump-iphl.patch +++ /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);