]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 31 Mar 2004 10:42:05 +0000 (10:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcpdump-isakmp-CAN-2004-0057.patch -> 1.3
    tcpdump-radius-CAN-2004-0055.patch -> 1.2

tcpdump-isakmp-CAN-2004-0057.patch [deleted file]
tcpdump-radius-CAN-2004-0055.patch [deleted file]

diff --git a/tcpdump-isakmp-CAN-2004-0057.patch b/tcpdump-isakmp-CAN-2004-0057.patch
deleted file mode 100644 (file)
index 7e50399..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
---- print-isakmp.c
-+++ print-isakmp.c
-@@ -30,7 +30,7 @@
- #ifndef lint
- static const char rcsid[] _U_ =
--    "@(#) $Header$ (LBL)";
-+    "@(#) $Header$ (LBL)";
- #endif
- #ifdef HAVE_CONFIG_H
-@@ -327,9 +327,13 @@
-       static u_char *p;
-       size_t i;
-+      TCHECK2(*loc, len);
-+      
-       p = (u_char *)loc;
-       for (i = 0; i < len; i++)
-               printf("%02x", p[i] & 0xff);
-+trunc:
-+
- }
- struct attrmap {
-@@ -1111,6 +1115,8 @@
-       cp = (const u_char *)ext;
-       while (np) {
-+              TCHECK2(*ext, sizeof(e));
-+              
-               safememcpy(&e, ext, sizeof(e));
-               if (ep < (u_char *)ext + ntohs(e.len)) {
-@@ -1136,6 +1142,8 @@
-               ext = (struct isakmp_gen *)cp;
-       }
-       return cp;
-+trunc:
-+      return NULL;
- }
- static char *
diff --git a/tcpdump-radius-CAN-2004-0055.patch b/tcpdump-radius-CAN-2004-0055.patch
deleted file mode 100644 (file)
index 5ef3250..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- print-radius.c
-+++ print-radius.c
-@@ -474,7 +474,7 @@
-         break;
-    }
--   for (i=0; i < length ; i++, data++)
-+   for (i=0; *data && i < length ; i++, data++)
-        printf("%c",(*data < 32 || *data > 128) ? '.' : *data );
-    printf("}");
This page took 0.113452 seconds and 4 git commands to generate.