summaryrefslogtreecommitdiff
path: root/net/nmap/patches/patch-ae
blob: cc455edefa8c4a7a3c67b623dbbb071784b61e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ae,v 1.2 2001/08/24 11:05:36 abs Exp $

--- tcpip.c.orig	Sun Apr 30 01: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