]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
1e44b59abba39a48e3680bc2cffb8a6a tcpdump-3.7.2.tar.gz
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 5 Mar 2003 07:53:39 +0000 (07:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcpdump-snaplen.patch -> 1.2

tcpdump-snaplen.patch [deleted file]

diff --git a/tcpdump-snaplen.patch b/tcpdump-snaplen.patch
deleted file mode 100644 (file)
index 51e9131..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- tcpdump-3.7.1-orig/interface.h     2002-01-21 09:39:58.000000000 -0200
-+++ tcpdump-3.7.1/interface.h  2002-05-31 14:53:23.000000000 -0300
-@@ -137,6 +137,7 @@
- /* True if  "l" bytes of "var" were captured */
- #define TTEST2(var, l) ((const u_char *)&(var) <= snapend - (l))
-+#define TTEST2(var, l) ((l < 65535) && ((u_char *)&(var) <= snapend - (l)))
- /* True if "var" was captured */
- #define TTEST(var) TTEST2(var, sizeof(var))
This page took 0.045522 seconds and 4 git commands to generate.