components/nmap/patches/tcpip.cc.patch
branchs11-update
changeset 2501 f20006f42637
parent 2500 1d59d8c2a113
child 2502 a97aabb9f4ea
--- a/components/nmap/patches/tcpip.cc.patch	Mon Feb 18 10:31:06 2013 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
---- nmap-5.51/tcpip.cc.orig	2012-07-12 12:01:16.192754248 -0700
-+++ nmap-5.51/tcpip.cc	2012-07-12 12:02:28.509427779 -0700
-@@ -1319,6 +1319,11 @@
-     offset = 16;
-     break;
- #endif
-+#ifdef DLT_IPNET
-+  case DLT_IPNET:
-+    offset = 24;
-+    break;
-+#endif
-   default:
-     p = (char *) pcap_next(pd, &head);
-     if (head.caplen == 0) {