From 733805b245c3d6f63046af7220ac366475b3e825 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 16 May 2004 04:34:59 +0000 Subject: add DLT_PPP_ETHER DLT type From NetBSD ok deraadt@ --- sys/net/bpf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/net/bpf.h b/sys/net/bpf.h index ef1a64e63eb..a922c8255ae 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf.h,v 1.26 2004/04/26 08:10:10 otto Exp $ */ +/* $OpenBSD: bpf.h,v 1.27 2004/05/16 04:34:58 brad Exp $ */ /* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */ /* @@ -169,6 +169,7 @@ struct bpf_hdr { #define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */ #define DLT_OLD_PFLOG 17 /* Packet filter logging, old (XXX remove?) */ #define DLT_PFSYNC 18 /* Packet filter state syncing */ +#define DLT_PPP_ETHER 51 /* PPP over Ethernet; session only, w/o ether header */ #define DLT_IEEE802_11 105 /* IEEE 802.11 wireless */ #define DLT_PFLOG 117 /* Packet filter logging, by pcap people */ -- cgit v1.2.3