diff options
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r-- | sys/net/bpf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h index 06b319e0226..8c0f26bffe4 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf.h,v 1.18 2002/03/14 01:27:09 millert Exp $ */ +/* $OpenBSD: bpf.h,v 1.19 2002/11/29 18:25:22 mickey Exp $ */ /* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */ /* @@ -170,6 +170,7 @@ struct bpf_hdr { #define DLT_SLIP_BSDOS 15 /* BSD/OS Serial Line IP */ #define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */ #define DLT_PFLOG 17 /* Packet filter logging */ +#define DLT_PFSYNC 18 /* Packet filter state syncing */ /* * The instruction encodings. |