summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1998-09-15 19:35:37 +0000
committerBill Fenner <fenner@FreeBSD.org>1998-09-15 19:35:37 +0000
commitc2b0c42413b9fc33993044fcd054cfeba6899db2 (patch)
treebcc777297bac940669b36dbdd956c54bb920b9d0 /sys
parent27d941cbbffd1310ba9b055643796e7426159e5e (diff)
Notes
Diffstat (limited to 'sys')
-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 e9a4586dd609..eb575e25d3cf 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.