From e83123b1ebbbf4116a723e2d79e5d07ab24dfb15 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 5 Jun 2001 03:09:39 +0000 Subject: DLT_ value and capture file header LINKTYPE_ value reserved for Apple LocalTalk hardware. --- bpf/net/bpf.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bpf') diff --git a/bpf/net/bpf.h b/bpf/net/bpf.h index 9244fd3..80c3ea5 100644 --- a/bpf/net/bpf.h +++ b/bpf/net/bpf.h @@ -37,7 +37,7 @@ * * @(#)bpf.h 7.1 (Berkeley) 5/7/91 * - * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.45 2001-04-17 08:10:02 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.46 2001-06-05 03:09:40 guy Exp $ (LBL) */ #ifndef BPF_MAJOR_VERSION @@ -276,6 +276,11 @@ struct bpf_hdr { */ #define DLT_LINUX_SLL 113 +/* + * Apple LocalTalk hardware. + */ +#define DLT_LTALK 114 + /* * The instruction encodings. */ -- cgit v1.2.3