summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.h
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1998-09-15 19:35:37 +0000
committerfenner <fenner@FreeBSD.org>1998-09-15 19:35:37 +0000
commitbb4a1148ba09f0189b5e65fcea051398897f2e65 (patch)
treee48cc2678ece5798567b2a682d87fa8082541186 /sys/net/bpf.h
parenta27e663b5d642e5ff5d602bd19ae97c80c736585 (diff)
downloadFreeBSD-src-bb4a1148ba09f0189b5e65fcea051398897f2e65.zip
FreeBSD-src-bb4a1148ba09f0189b5e65fcea051398897f2e65.tar.gz
Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r--sys/net/bpf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index e9a4586..eb575e2 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -38,7 +38,7 @@
* @(#)bpf.h 8.1 (Berkeley) 6/10/93
* @(#)bpf.h 1.34 (LBL) 6/16/96
*
- * $Id: bpf.h,v 1.13 1998/07/13 10:44:02 bde Exp $
+ * $Id: bpf.h,v 1.14 1998/08/18 10:13:11 ache Exp $
*/
#ifndef _NET_BPF_H_
@@ -148,6 +148,8 @@ struct bpf_hdr {
#define DLT_FDDI 10 /* FDDI */
#define DLT_ATM_RFC1483 11 /* LLC/SNAP encapsulated atm */
#define DLT_RAW 12 /* raw IP */
+#define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */
+#define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */
/*
* The instruction encodings.
OpenPOWER on IntegriCloud