summaryrefslogtreecommitdiff
path: root/net/nmap/patches/patch-ad
blob: 3c293620cca6db86b2bd9149f321e71d4e723dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ad,v 1.1 2000/10/08 15:06:09 hubertf Exp $

--- tcpip.c.orig	Sun Apr 30 02:12:24 2000
+++ tcpip.c
@@ -995,6 +995,12 @@
 #ifdef DLT_PPP_BSDOS
  case DLT_PPP_BSDOS:
 #endif
+#ifdef DLT_PPP_SERIAL
+ case DLT_PPP_SERIAL:
+#endif
+#ifdef DLT_PPP_ETHER
+ case DLT_PPP_ETHER:
+#endif
 #if (FREEBSD || OPENBSD || NETBSD || BSDI)
    offset = 4;
 #else